Re: [racket-users] struct question

2018-03-07 Thread Jon Zeppieri
On Wed, Mar 7, 2018 at 9:27 PM, Kevin Forchione wrote: > Hi guys, > Can we associate more than 1 generic with a struct? Something like: > > (struct foo (..) #:methods gen:bar [] gen:baz [] …) > > > Yes, except it's: (struct foo (..) #:methods gen:bar [] #:methods gen:baz []

[racket-users] struct question

2018-03-07 Thread Kevin Forchione
Hi guys, Can we associate more than 1 generic with a struct? Something like: (struct foo (..) #:methods gen:bar [] gen:baz [] …) Thanks, Kevin -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving

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

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

Re: [racket-users] windows nightly builds -run beside the stable version?

2018-03-07 Thread Matthew Flatt
At Wed, 7 Mar 2018 13:50:32 -0800 (PST), Sanjeev Sharma wrote: > Is there a self-contained nightly build without the installer which sets > defaults and icons and shortcuts? > > I'd like to test out the nightly builds but they occasionally step over the > stable version. You can install a

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

[racket-users] windows nightly builds -run beside the stable version?

2018-03-07 Thread Sanjeev Sharma
Is there a self-contained nightly build without the installer which sets defaults and icons and shortcuts? I'd like to test out the nightly builds but they occasionally step over the stable version. -- You received this message because you are subscribed to the Google Groups "Racket Users"

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

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

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

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

2018-03-07 Thread David Storrs
On Wed, Mar 7, 2018 at 11:54 AM, Greg Trzeciak 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.

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

2018-03-07 Thread Greg Trzeciak
Have you considered using pkgs package instead: https://pkgs.racket-lang.org/package/html-parsing 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: > >

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

2018-03-07 Thread David Storrs
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

[racket-users] Enable logging for all descendants

2018-03-07 Thread 'Paulo Matos' via Racket Users
Hi, Is there a way to enable logging for a logger and all its descendants? #lang racket (define-logger lt) (define (create-sublogger name) (make-logger name lt-logger)) (parameterize ([current-logger (create-sublogger 'foo)]) (log-debug "hello")) (log-lt-debug "goodbye") I would have

[racket-users] 1st call for papers: Trends in Functional Programming, 11-13 june 2018, Chalmers Campus Johanneberg, Gothenburg

2018-03-07 Thread p.achten
- C A L L F O R P A P E R S - TFP 2018 === 19th Symposium on Trends in Functional Programming

[racket-users] racket2nix status report

2018-03-07 Thread Claes Wallin
Progress! It's still full of workarounds and doesn't do everything I'd like it to, but it does package and run itself successfully! Maybe I will call it 0.1 some time this month and put it into the racket package space, but for now you can try it out by simply cloning