Re: [racket-users] Macros crossing documentation-time and run-time phases

2019-03-21 Thread Matthew Flatt
At Mon, 18 Mar 2019 19:32:40 -0400, Philip McGrath wrote: > On Mon, Mar 18, 2019 at 9:14 AM Matthew Flatt wrote: > > > I wonder whether the solution is an extension of `scribble/lp2` to > > support a `require-for-chunk` form where `chunk` records any such > > imports in its context and adds then

[racket-users] Can someone help me solve a raco mystery?

2019-03-21 Thread Stephen Foster
Hi, I'm running into weird, intermittent behavior with raco update. Occasionally, I will run: raco pkg update --deps search-auto --update-deps PACKAGE-A Near the beginning of the log, I see something like this: The following out-of-date packages are listed as dependencies of PACKAGE-A and

Re: [racket-users] Generics: delegate to a parent

2019-03-21 Thread Kees-Jochem Wehrmeijer
> (which also cooperates with generics) > > It does? That sounds interesting. Do you have an example of that, or could you point me to some docs? I thought object methods were called with send or send-generic. -- You received this message because you are subscribed to the Google Groups

Re: [racket-users] color-maps for the plot package

2019-03-21 Thread Alex Harsanyi
I created a pull request for items (1) and (2), illustrating the changes that I propose, you can find it here: https://github.com/racket/plot/pull/52 Alex. On Wednesday, March 20, 2019 at 12:17:47 PM UTC+8, Alex Harsanyi wrote: > > > > On Wednesday, March 20, 2019 at 10:35:51 AM UTC+8, Ben