Added `call-with-trusted-sandbox-configuration', and used in scribble
and in tests. svn: r12871 original commit: f74dc2b8c78bd373fc9d20e419b9fb5cb7a6d570
This commit is contained in:
parent
59a4845d0a
commit
c77f08c015
|
@ -239,19 +239,16 @@
|
|||
[else stx]))
|
||||
|
||||
(define (make-base-eval)
|
||||
(parameterize ([sandbox-security-guard (current-security-guard)]
|
||||
[sandbox-output 'string]
|
||||
[sandbox-error-output 'string]
|
||||
[sandbox-eval-limits #f]
|
||||
[sandbox-memory-limit #f]
|
||||
[sandbox-make-inspector current-inspector]
|
||||
[sandbox-make-code-inspector current-code-inspector])
|
||||
(make-evaluator '(begin (require scheme/base)))))
|
||||
(call-with-trusted-sandbox-configuration
|
||||
(lambda ()
|
||||
(parameterize ([sandbox-output 'string]
|
||||
[sandbox-error-output 'string])
|
||||
(make-evaluator '(begin (require scheme/base)))))))
|
||||
|
||||
(define (close-eval e)
|
||||
(kill-evaluator e)
|
||||
"")
|
||||
|
||||
|
||||
(define (do-plain-eval ev s catching-exns?)
|
||||
(call-with-values (lambda ()
|
||||
((scribble-eval-handler)
|
||||
|
|
Loading…
Reference in New Issue
Block a user