On Wed, Mar 7, 2018 at 11:54 AM, Greg Trzeciak <gtrzec...@gmail.com> wrote:

> Have you considered using pkgs package instead: https://pkgs.racket-
> lang.org/package/html-parsing
>
>
Aha!  This is older code and I guess when I wrote it I didn't realize that
there was a pkgs version as well.  Thanks for the pointer, I've updated to
the new version.

 That said, I'd still like to know how often the packages server checks for
updates?


> On Wednesday, March 7, 2018 at 5:36:37 PM UTC+1, David K. Storrs wrote:
>>
>> My 'handy' module was failing to build with the following message:
>>
>> /home/racket/build-pkgs/user/.racket/6.12/pkgs/handy/web.rkt:4:9: require: 
>> PLaneT could not download the package "neil/html-parsing:3": tcp-connect: 
>> connection failed;
>>
>> This is obviously not a specific problem with the code, but it made me
>> check on the neil/html-parsing module and I noticed that the require line
>> listed in the docs is now:
>>
>>          (planet neil/html-parsing:1:2/html-parsing)
>>
>> As opposed to:
>>
>>          (planet neil/html-parsing:3:0)
>>
>> I'm not sure where I got the 3:0 version but I've had this code for a
>> year or two now and it's worked.  Still, I've updated that in my code and
>> pushed it but I wasn't sure how soon the package server would see it?  (I'm
>> assuming that the TCP issue is temporary so just need to make sure my code
>> will be sound when it comes back.)
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to