diff --git a/output/orphaned/57b397b5bd59cedc7861/output.txt b/output/orphaned/57b397b5bd59cedc7861/output.txt new file mode 100644 index 0000000..970a002 --- /dev/null +++ b/output/orphaned/57b397b5bd59cedc7861/output.txt @@ -0,0 +1,18 @@ +xena@fluttershy (linux) ~/.ghq/git.xeserv.us/xena/workshit/src +➜ tup ±[●●][master] [0] +[ tup ] [0.000s] Scanning filesystem... +[ tup ] [0.156s] Reading in new environment variables... +[ tup ] [0.157s] Parsing Tupfiles... + 1) [0.003s] src + [ ] 100% +[ tup ] [0.190s] No files to delete. +[ tup ] [0.190s] Generating .gitignore files... +[ tup ] [0.366s] Executing Commands... +* 1) src: nim c --nimcache:".nimcache" --deadcodeElim:on -d:release -d:ssl -d:threads --verbosity:0 -o:../bin/unicode unicode.nim && rm -rf .nimcache +unicode.nim(4, 6) Error: undeclared identifier: 'λ' + *** tup errors *** + *** Command ID=47 failed with return value 1 +tup error: Expected to write to file '../bin/unicode' from cmd 47 but didn't + *** Additionally, command 47 failed to process input dependencies. These should probably be fixed before addressing the command failure. + [ ] 100% + *** tup: 1 job failed. diff --git a/output/orphaned/57b397b5bd59cedc7861/unicode.nim b/output/orphaned/57b397b5bd59cedc7861/unicode.nim new file mode 100644 index 0000000..fc7e0ec --- /dev/null +++ b/output/orphaned/57b397b5bd59cedc7861/unicode.nim @@ -0,0 +1,4 @@ +proc Λ(x: int): int = + return x + 5 + +echo λ 5