bug#72936: Compiler in 3.0.10 crashes when inlining 3.0.9 procedure with kw args

2024-09-27 Thread Ludovic Courtès
Fixed by 90e1205018f13c86355517c85db8cf82952c6e98. Thank you, Andy! Ludo’.

bug#72936: Compiler in 3.0.10 crashes when inlining 3.0.9 procedure with kw args

2024-09-23 Thread Andy Wingo
This one is because of 2c645571b351a0044911847025b666551a8e4fb5 :/ I will see what I can do.

bug#72936: Compiler in 3.0.10 crashes when inlining 3.0.9 procedure with kw args

2024-09-01 Thread Ludovic Courtès
Hello, Here are two modules where one refers to a binding from the other: --8<---cut here---start->8--- $ cat three-oh-nine.scm (define-module (three-oh-nine) #:export (proc-with-kw-arg) #:declarative? #t) (define* (proc-with-kw-arg one #:optional three #: