Skip to content

Commit

Permalink
Make pakcs work
Browse files Browse the repository at this point in the history
It does not start for the first time.
https://git-ps.informatik.uni-kiel.de/curry/pakcs/issues/20

`--nocypm` can be used to work around the issue.
  • Loading branch information
mame committed Apr 27, 2019
1 parent dbcff39 commit 1925a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ class D < CodeGen
class Curry < CodeGen
Disabled = true
File = "QR.curry"
Cmd = "pakcs :load QR.curry :save :quit && ./QR > OUTFILE"
Cmd = "pakcs --nocypm :load QR.curry :save :quit && ./QR > OUTFILE"
Apt = "pakcs"
Code = %q("main=putStr"+E[PREV])
end
Expand Down

0 comments on commit 1925a9e

Please sign in to comment.