[Guile-commits] branch main updated: Fix embarrassing pretty-print bug

2023-08-24 Thread Andy Wingo
This is an automated email from the git hooks/post-receive script. wingo pushed a commit to branch main in repository guile. The following commit(s) were added to refs/heads/main by this push: new 1f724ccd3 Fix embarrassing pretty-print bug 1f724ccd3 is described below commit

[Guile-commits] 01/03: Add "custom primcall converter" facility to tree-il->cps lowering

2023-08-24 Thread Andy Wingo
wingo pushed a commit to branch main in repository guile. commit 55364184d7fb8ff60925f1d1cfcbd8ed5f21571c Author: Andy Wingo AuthorDate: Thu Aug 24 09:56:50 2023 +0200 Add "custom primcall converter" facility to tree-il->cps lowering * module/language/tree-il/compile-cps.scm

[Guile-commits] branch main updated (c7632b8f9 -> 19c7969ff)

2023-08-24 Thread Andy Wingo
wingo pushed a change to branch main in repository guile. from c7632b8f9 Revert recent change to r5rs.texi new 55364184d Add "custom primcall converter" facility to tree-il->cps lowering new 1f70d597d Allow functions to mark themselves as maybe-unused new 19c7969ff

[Guile-commits] 03/03: define-inlinable marks residualized procedure as maybe-unused

2023-08-24 Thread Andy Wingo
wingo pushed a commit to branch main in repository guile. commit 19c7969fff223f28cad90e21ae04a0a5852901fc Author: Andy Wingo AuthorDate: Thu Aug 24 11:41:15 2023 +0200 define-inlinable marks residualized procedure as maybe-unused * module/ice-9/boot-9.scm (define-inlinable): *

[Guile-commits] 02/03: Allow functions to mark themselves as maybe-unused

2023-08-24 Thread Andy Wingo
wingo pushed a commit to branch main in repository guile. commit 1f70d597dbc38585f0eeb6f5d8ca4ae62ed6ec3a Author: Andy Wingo AuthorDate: Thu Aug 24 11:36:10 2023 +0200 Allow functions to mark themselves as maybe-unused * module/language/tree-il/analyze.scm (): Oh my goodness,