This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
roadmap v3.2
Julien Ponge edited this page Oct 20, 2016
·
20 revisions
We adopt a 6 weeks fixed schedule between milestones.
- Upgraded to JCommander 1.55.
- Upgraded to ASM 5.1.
- A new
check
command has appeared: it applies all compilation checks to source files, which is useful for integrating with editors to provide integrated error reporting. -
_
is now allowed in floating numbers and negative exponent with scientific notation. -
BigInteger
andBigDecimal
now have a literal notation with the_B
suffix, as in123_B
or123.5_B
. - Operators have been extended to support
BigInteger
andBigDecimal
types.
- Golodoc UX improvements.
- Support for unicode escaped chars in strings and chars literals.
- OSGi metadata is now generated again (using the corresponding Gradle plugin).
- New shebang runtime support for running Golo as scripts.
- Bug fix for destructuring assignments inside closures.
- Switch to Gradle 3.0.
- Upgrade to a more recent version of JCommander.
(delayed to a further week due to a busy agenda)
- Anonymous calls refactorings on chained calls.
- Upgraded to Gradle 3.1.
- Bug: the compiler would hang on unassigned
var
declarations.