Re: [racket-users] How often does the package server check for updates?

2018-03-07 Thread Jay McCarthy
Yup

On Wed, Mar 7, 2018 at 6:39 PM, David Storrs  wrote:
> Thanks.
>
> Dave
>
> PS  "check for updates"  is the "rescan my packages" item from the profile
> menu, right?
>
> On Wed, Mar 7, 2018 at 5:01 PM, Jay McCarthy  wrote:
>>
>> It checks hourly, or when you press the check for updates button.
>>
>>
>> --
>> -=[ Jay McCarthy   http://jeapostrophe.github.io]=-
>> -=[ Associate ProfessorPLT @ CS @ UMass Lowell ]=-
>> -=[ Moses 1:33: And worlds without number have I created; ]=-
>
>



-- 
-=[ Jay McCarthy   http://jeapostrophe.github.io]=-
-=[ Associate ProfessorPLT @ CS @ UMass Lowell ]=-
-=[ Moses 1:33: And worlds without number have I created; ]=-

-- 
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.


Re: [racket-users] How often does the package server check for updates?

2018-03-07 Thread David Storrs
Thanks.

Dave

PS  "check for updates"  is the "rescan my packages" item from the profile
menu, right?

On Wed, Mar 7, 2018 at 5:01 PM, Jay McCarthy  wrote:

> It checks hourly, or when you press the check for updates button.
>
>
> --
> -=[ Jay McCarthy   http://jeapostrophe.github.io]=-
> -=[ Associate ProfessorPLT @ CS @ UMass Lowell ]=-
> -=[ Moses 1:33: And worlds without number have I created; ]=-
>

-- 
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.


Re: [racket-users] How often does the package server check for updates?

2018-03-07 Thread Jay McCarthy
It checks hourly, or when you press the check for updates button.


-- 
-=[ Jay McCarthy   http://jeapostrophe.github.io]=-
-=[ Associate ProfessorPLT @ CS @ UMass Lowell ]=-
-=[ Moses 1:33: And worlds without number have I created; ]=-

-- 
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.


Re: [racket-users] How often does the package server check for updates?

2018-03-07 Thread David Storrs
On Wed, Mar 7, 2018 at 12:24 PM, Neil Van Dyke  wrote:

> David, like Greg Trzeciak suggested, if you're able to easily move this
> code away from legacy PLaneT, to the current package system, I'd encourage
> you to do so.
>

Already done.


>
> The current package system has its pros and cons, but I believe it's where
> almost all the current activity is happening, and I'm no longer maintaining
> anything there.
>
> Regarding my `html-parsing` package in the current package system... since
> versioning has a different philosophy than in PLaneT, I'll try not to do
> any non-backward-compatible changes to that package in the future.
>
> If you decide to move away from PLaneT, looks like there's at least one
> potentially breaking change to the `html-parsing` package since some of the
> versions in PLaneT.  Web scrapers using this parser can be very sensitive
> to such changes, but hopefully the changes won't break your stuff:
> http://www.neilvandyke.org/racket/html-parsing/#%28part._.History%29
>
>
All of my current tests are passing so I think it's okay.   Thanks for the
warning, though.

-- 
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.


Re: [racket-users] How often does the package server check for updates?

2018-03-07 Thread Neil Van Dyke

Neil Van Dyke wrote on 03/07/2018 12:24 PM:

I'm no longer maintaining anything there.


Oops, I meant: I'm no longer maintaining packages in PLaneT. Instead, 
I'm doing all of my open source package maintenance in the current 
package system.


--
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.


Re: [racket-users] How often does the package server check for updates?

2018-03-07 Thread Neil Van Dyke
David, like Greg Trzeciak suggested, if you're able to easily move this 
code away from legacy PLaneT, to the current package system, I'd 
encourage you to do so.


The current package system has its pros and cons, but I believe it's 
where almost all the current activity is happening, and I'm no longer 
maintaining anything there.


Regarding my `html-parsing` package in the current package system... 
since versioning has a different philosophy than in PLaneT, I'll try not 
to do any non-backward-compatible changes to that package in the future.


If you decide to move away from PLaneT, looks like there's at least one 
potentially breaking change to the `html-parsing` package since some of 
the versions in PLaneT.  Web scrapers using this parser can be very 
sensitive to such changes, but hopefully the changes won't break your 
stuff: http://www.neilvandyke.org/racket/html-parsing/#%28part._.History%29


--
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.