let-values splicing faulty in interpreter #465
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil#465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The implementation of
let-valuesinsrc/gerbil/runtime/gx-gambc2.scmfails to support rest arguments in the values list, as in(let-values (((a . b) (values 1 2 3))) [a b]).This notably prevents an
(import :std/srfi/43)from succeeding in the interpreter during bootstrap, but is still generally an issue withlet-valuesin the interpreter beyond bootstrap.