tut v0.4.3 Release Notes

    • ⚡️ Updated for 2.12.0-M4 and M5, both of which are in use at the moment.
    • Error are now reported using canonical file paths, making it consistent with scalac and sbt (thanks Olivier Blanvillain).
    • Compiler option -Ywarn-unused-import is now removed from options passed to IMain by tut since it makes the REPL freak out (thanks Jentsch).
    • 0️⃣ The .markdown extension is now included in the default name filter (thanks Chris Coffey).
    • The tut task now returns the complete list of examined files; subdirectories were being ignored (thanks Cody Allen).
    • 📜 The tutOnly filename completion parser is now available as a public setting, for evil purposes (thanks Adelbert Chang).
    • ⚡️ The scala-xml version has been updated to 1.0.5 for compatibility with Scala 2.12 (thanks Tsukasa Kitachi).