Summary

error with optional wrapper

Metadata

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.

[2026-08-25 15:00:30 UTC] felix changed status from accepted to closed

[2026-08-25 15:00:30 UTC] felix set resolution to wontfix