Re: [racket-users] New package announce: value-evt

2021-04-01 Thread David Storrs
Sorawee: Thanks, glad to hear that it worked for you. Sage: Brilliant, that did it. In the scribblings/ directory it created a compiled/ directory with the data instead of generating the .html file directly, but it is in the local copy of the Reference. Thanks very much! I've removed the

Re: [racket-users] New package announce: value-evt

2021-04-01 Thread Sorawee Porncharoenwase
Oops, accidentally submitted the email before finishing writing. Have you tried `raco docs value-evt`? On Fri, Apr 2, 2021 at 12:10 AM Sorawee Porncharoenwase < sorawee.pw...@gmail.com> wrote: > `raco setup` does render the doc on my computer. I install Racket via git, > so for me, the doc is

Re: [racket-users] New package announce: value-evt

2021-04-01 Thread Sorawee Porncharoenwase
`raco setup` does render the doc on my computer. I install Racket via git, so for me, the doc is located at `/path/to/racket/racket/doc/value-evt/index.html`. Yours might be in a different location. So I think you just need to wait for the package server to build your documentation. On Thu, Apr

Re: [racket-users] New package announce: value-evt

2021-04-01 Thread Sage Gerard
I compared the info.rkt files between your thread-with-id library and value-evt. One thing that stands out is the extra empty list in value-evt. I'm wondering if that hid defaults that would otherwise be provided. https://github.com/dstorrs/value-evt/blob/master/info.rkt

Re: [racket-users] New package announce: value-evt

2021-04-01 Thread David Storrs
On Thu, Apr 1, 2021 at 12:18 PM Sage Gerard wrote: > > Neat! Thanks for this. Did you make sure to list your scribble file in > `scribblings` under info.rkt? > I did, yes. Although, now that you mention it, when I do raco setup value-evt it does all the things, says "Building documentation" but

Re: [racket-users] New package announce: value-evt

2021-04-01 Thread Sage Gerard
Neat! Thanks for this. Did you make sure to list your scribble file in `scribblings` under info.rkt? On 4/1/21 12:12 PM, David Storrs wrote: > Wraps an arbitrary value into a synchronizable event. The > synchronization result of the event is the original value, with two > exceptions: procedures

[racket-users] New package announce: value-evt

2021-04-01 Thread David Storrs
Wraps an arbitrary value into a synchronizable event. The synchronization result of the event is the original value, with two exceptions: procedures sync to their return value and lists sync recursively. Both of these values can be disabled via keywords. The package server is telling me that it