You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was excited to see this, as we're starting to use confluence and their plugins must be java based.
Anywho, I haven't looked much, but got this:
[info] Loading project definition from /Users/josh/workspace/tools/pandoc-scala/project
[info] Set current project to pandoc-scala (in build file:/Users/josh/workspace/tools/pandoc-scala/)
[info] Compiling 16 Scala sources to /Users/josh/workspace/tools/pandoc-scala/target/scala-2.9.2/classes...
[error] /Users/josh/workspace/tools/pandoc-scala/src/main/scala/text/pandoc/readers/Markdown.scala:454: '}' expected but '<-' found.
[error] _ <- updateState((st: ParserState) => st.copy(context=st.context.copy(list=oldContext)))
[error] ^
[error] one error found
sbt-version
[info] 0.11.2
The text was updated successfully, but these errors were encountered:
It is definitely a work in progress. Basically, I started working on it, got to the point where I sort of understood monads and could roughly translate them to Scala, and then realized that the project had taken over my life and I needed to get back to teaching my classes.
I'm hoping to get back to it or get one of my students to work on it, but I have no idea when that might be.
Was excited to see this, as we're starting to use confluence and their plugins must be java based.
Anywho, I haven't looked much, but got this:
[info] Loading project definition from /Users/josh/workspace/tools/pandoc-scala/project
[info] Set current project to pandoc-scala (in build file:/Users/josh/workspace/tools/pandoc-scala/)
[info] Compiling 16 Scala sources to /Users/josh/workspace/tools/pandoc-scala/target/scala-2.9.2/classes...
[error] /Users/josh/workspace/tools/pandoc-scala/src/main/scala/text/pandoc/readers/Markdown.scala:454: '}' expected but '<-' found.
[error] _ <- updateState((st: ParserState) => st.copy(context=st.context.copy(list=oldContext)))
[error] ^
[error] one error found
The text was updated successfully, but these errors were encountered: