From 057e6c2cce5f0161b860059393e3a03d3cff3252 Mon Sep 17 00:00:00 2001 From: harrah Date: Mon, 18 Mar 2013 07:57:47 -0700 Subject: [PATCH] Created 0.13 Known Issues (markdown) --- 0.13-Known-Issues.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 0.13-Known-Issues.md diff --git a/0.13-Known-Issues.md b/0.13-Known-Issues.md new file mode 100644 index 0000000..7e30162 --- /dev/null +++ b/0.13-Known-Issues.md @@ -0,0 +1,22 @@ +The intention is to make 0.13 as source compatible as possible with 0.12. This page documents known exceptions as of 0.13.0-M1. If you do not see an issue here, please list it under `New` and report it on the mailing list. Not every incompatibility can be addressed, but at a minimum they can be documented. Thank you for trying out sbt 0.13! + +# Incompatibilities: source and usage + +## Will fix + +* Input tasks are a work in progress. + +## Deferred fix (post-0.13.0) + +* Macro bodies cannot contain certain Scala constructs. These should be listed here. They will be fixed as possible, but this is often a limitation of Scala itself and sbt might only be able to provide a clearer error message. This affects all macros in sbt: `:=`, `++=`, `+=`, ... + - lazy vals + +## Wontfix or By Design + +* Moved to Scala 2.10 for sbt and build definitions. Any source incompatibilities in Scala itself will not be fixed in sbt. Common incompatibilities should still be listed here. +* sbt no longer looks for main artifacts for poms with packaging="pom". +* Anything that was deprecated in 0.12.0 or earlier has been or may be removed. + +## New (unverified, unsorted) + +* `` \ No newline at end of file