bug#45131: guild fails to compile a Tree-IL file

2021-05-10 Thread Andy Wingo
Thanks for the patch; applied! Andy On Tue 29 Dec 2020 19:09, Leo Prikler writes: > This enables the compilation from "manually" written Tree-IL to > bytecode. See also . > > * system/base/compile.scm (read-and-compile)[(joint #f)]: > Join exps using the default joi

bug#45131: guild fails to compile a Tree-IL file

2020-12-09 Thread Tommi Höynälänmaa
This bug occurs in both guile version 3.0.4.38-64c894 and 3.0.4-1.2ubuntu3. I use Ubuntu 20.10. *** Steps to reproduce *** 1. Create file hello1.scm with the following contents: ---cut here--- (display "Hello world") (newline) ---cut here--- 2. Give command guild compile --to=tree-il -o he