IRC channel logs
2023-11-07.log
back to list of logs
<apteryx>hm, I'm trying to run the compiler.test alone; how do I do that? <apteryx>I thought './meta/guile -L test-suite test-suite/tests/compiler.test' should work, but I get: no code for module (test-suite lib) <apteryx>this works: ./meta/guile -L $PWD/test-suite -L . test-suite/tests/compiler.test <apteryx>is there a simple API to get the source file mapping from a .go file? <apteryx>brute force way: (system "strings hello.go | grep -q '^hello.scm$'") <dsmith>apteryx, re source name from a .go file, wingo would know. <sneek>Welcome back mwette, you have 1 message! <mwette>^ I think there is a functino in system/base/compile.scm to do the same to find full path