rchain / architecture-docs

Sphinx source for the architecture docs
http://rchain-architecture.rtfd.io/
Apache License 2.0
25 stars 27 forks source link

invalid sample code #24

Closed kayvank closed 6 years ago

kayvank commented 6 years ago

sample code dosn't compile against the RHolang specs 0.2 Below is execution script and generated errors:

➜ src git:(master) ✗ docker run -it --mount type=bind,source="$(pwd)",target=/tmp rchain/rnode --eval /tmp/cell.rho
Syntax Error, trying to recover and continue parse... for input symbol "" spanning from unknown:3/10(57) to unknown:3/13(60) Exception in thread "main" java.lang.Exception: Unrecoverable Syntax Error at coop.rchain.rholang.syntax.rholang_mercury.parser.unrecovered_syntax_error(parser.java:744) at java_cup.runtime.lr_parser.parse(lr_parser.java:731) at coop.rchain.rholang.syntax.rholang_mercury.parser.pProc(parser.java:731) at coop.rchain.node.Main$.buildAST(main.scala:213) at coop.rchain.node.Main$.buildNormalizedTerm(main.scala:203) at coop.rchain.node.Main$.main(main.scala:122) at coop.rchain.node.Main.main(main.scala)

Jake-Gillberg commented 6 years ago

Which cell.rho are you trying to run?

kayvank commented 6 years ago

closing the repo as I opened this in the wrong repo.