Re: [racket-users] How to make a sandboxed evaluator in Scribble

2021-04-01 Thread David Storrs
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,

Re: [racket-users] How to make a sandboxed evaluator in Scribble

2021-04-01 Thread Sam Tobin-Hochstadt
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

[racket-users] How to make a sandboxed evaluator in Scribble

2021-04-01 Thread David Storrs
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