Summary
error with optional wrapper
Metadata
- Id: 8a8550a42e48fc986548528e78c651d4df501ec2
- Trac id:
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: wontfix
- Priority:
- Milestone:
- Version:
- Changetime: 2026-08-25 15:00:30 UTC
- Created: 2026-08-24 20:10:58 UTC
- Keywords: crunch
Description
dieggsy reports somehing with wrapper procedure + optionals
Changes and comments
[2026-08-24 20:11:20 UTC] felix set owner to felix
[2026-08-24 20:11:20 UTC] felix changed status from new to accepted
[2026-08-24 20:15:43 UTC] felix wrote:
Example code:
(import crunch)
(import (scheme write))
(crunch
(define (this #!optional (nope #f)) nope) )
(define (main)
(display (this #t)))
[2026-08-25 15:00:30 UTC] felix wrote:
This is siply not supported in the moment.