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
I love that Scalatex compiles as normal Scala files (it seems to work a lot better than Tux which seems to behave subtly differently to scalac) but there are gotchas - mainly scalac warnings right now.
The following is pretty much required scalatex but generates a scalac warning. It would be nice if it was suppressed out of the box somehow.
[warn] Error in /Users/caoiocon/scala/test/readme/Readme.scalatex: <input>:1: error: identifier expected but import found
@import Main._
^
The text was updated successfully, but these errors were encountered:
I love that Scalatex compiles as normal Scala files (it seems to work a lot better than Tux which seems to behave subtly differently to scalac) but there are gotchas - mainly scalac warnings right now.
The following is pretty much required scalatex but generates a scalac warning. It would be nice if it was suppressed out of the box somehow.
The text was updated successfully, but these errors were encountered: