Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Goblins - Racket implementation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
spritely
Goblins - Racket implementation
Commits
bca470fa
Unverified
Commit
bca470fa
authored
3 years ago
by
Christine Lemmer-Webber
Browse files
Options
Downloads
Patches
Plain Diff
Uncomment #:sealed since hey, Racket v8.0.0.7+ has been out for a while
parent
a6b1ae38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
goblins/core.rkt
+3
-3
3 additions, 3 deletions
goblins/core.rkt
with
3 additions
and
3 deletions
goblins/core.rkt
+
3
−
3
View file @
bca470fa
...
...
@@ -678,9 +678,9 @@
(
define
(
make-become-sealer-triplet
)
(
struct
become
(
handler-unseal
return-val-unseal
)
#:authentic
;;
#:sealed is relatively new, but gives a performance boost...
;;
once Racket v8.0.0.7+ has been out for a while, we should uncomment this
;;
#:sealed
;;
Requires Racket v8.0.0.7+
;;
but that's been out for a while...
#:sealed
#:constructor-name
make-become
#:omit-define-syntaxes
)
(
define
(
become
new-handler
[
return-val
(
void
)])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment