mame / quine-relay

An uroboros program with 100+ programming languages
13.94k stars 554 forks source link

dhall error #111

Closed tawan475 closed 3 years ago

tawan475 commented 3 years ago

i was using "make" command to run the quine, after reaching dhall language

the command dhall text --file QR.dhall > QR.exs failed because of Invalid argumenttext'`

changing the command to dhall resolve --plain < QR.dhall > QR.exs resolve the issue

dhall version 1.19.1-1build2 (newest) on Ubuntu 20.04.2 LTS

mame commented 3 years ago

Dhall 1.19 is so old that it does not support dhall text subcommand yet. Please use Dhall 1.32 in Ubuntu 20.10.