On Thu, Apr 1, 2021 at 3:58 PM Sam Tobin-Hochstadt wrote:
>
> You might use `(list 'value-evt)` if that's the require you want.
>
> Sam
...
Blarg.
Yes, thank you. Should have realized.
>
> On Thu, Apr 1, 2021 at 3:41 PM David Storrs wrote:
> >
> > I cargo-culted this chunk of code and, predic
You might use `(list 'value-evt)` if that's the require you want.
Sam
On Thu, Apr 1, 2021 at 3:41 PM David Storrs wrote:
>
> I cargo-culted this chunk of code and, predictably, it is now failing
> for reasons I don't understand. This is in the value-evt scribble
> file; it works fine when I bui
I cargo-culted this chunk of code and, predictably, it is now failing
for reasons I don't understand. This is in the value-evt scribble
file; it works fine when I build the file manually but it's failing in
the package server build:
@(define eval
(call-with-trusted-sandbox-configuration
(l
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 '(),
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 lo
`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 1
Thank you.
On 4/1/21 12:42 PM, Sam Tobin-Hochstadt wrote:
> I don't think we have plans to start signing installers. The code that
> creates installers is in the `distro-build` package, and the use of
> sha1 is here:
> https://github.com/racket/distro-build/blob/21ccc39fc14408eea79aff035e508856a6
I don't think we have plans to start signing installers. The code that
creates installers is in the `distro-build` package, and the use of
sha1 is here:
https://github.com/racket/distro-build/blob/21ccc39fc14408eea79aff035e508856a66adf89/distro-build-server/pack-built.rkt#L76
Sam
On Thu, Apr 1,
Are there any plans to publish GPG signatures for Racket installers, or
at least upgrade the cryptographic hash function used for the checksums?
If not, who would be a good person to talk to about contributing that?
--
~slg
--
You received this message because you are subscribed to the Google
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
https://github.com/dstorrs
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
This should be fixed now.
Let this be a lesson about ignoring warnings about out-of-date software. :)
Sam
On Thu, Apr 1, 2021 at 11:59 AM David Storrs wrote:
>
> Not sure where the right place is to report this, but the certificate for
> pkgd.racket-lang.org expired on 3/31/2021.
>
> --
> You
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 sy
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 ne
Not sure where the right place is to report this, but the certificate for
pkgd.racket-lang.org expired on 3/31/2021.
--
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
15 matches
Mail list logo