Re: [racket-users] Help with evaluation of examples in Scribble

2019-03-11 Thread Ryan Culpepper
On 3/10/19 4:16 PM, Matt Jadud wrote: Oh! Thank you, Matthew. I see. So, I'm running into the sandbox... as in, the sandbox is doing what it should, and as a result, it is preventing the networked accesses that I've added to my documentation. That's awfully obvious (now that it is put that

Re: [racket-users] Help with evaluation of examples in Scribble

2019-03-10 Thread Matt Jadud
Oh! Thank you, Matthew. I see. So, I'm running into the sandbox... as in, the sandbox is doing what it should, and as a result, it is preventing the networked accesses that I've added to my documentation. That's awfully obvious (now that it is put that way), but it wasn't obvious from the error

Re: [racket-users] Help with evaluation of examples in Scribble

2019-03-10 Thread Robby Findler
For the purposes of documentation building however, does it perhaps make sense to fake then actual network connection? Robby On Sun, Mar 10, 2019 at 9:48 AM Matthew Flatt wrote: > Use `call-with-trusted-sandbox-configuration` around the creation of > the evaluator. It's painful and unlikely to

Re: [racket-users] Help with evaluation of examples in Scribble

2019-03-10 Thread Matthew Flatt
Use `call-with-trusted-sandbox-configuration` around the creation of the evaluator. It's painful and unlikely to be worthwhile to give a documentation sandbox limited (but workable) access to the filesystem. At Sun, 10 Mar 2019 10:29:15 -0400, Matt Jadud wrote: > Hi all, > > I am trying to get

[racket-users] Help with evaluation of examples in Scribble

2019-03-10 Thread Matt Jadud
Hi all, I am trying to get sandboxed evaluation of code working in my scribble docs, and am having trouble. At the top of a scribble file, I have --- PASTE --- #lang scribble/manual @(require scribble/example racket/sandbox ) --- ENDPASTE --- This file is a section that is