Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

roadmap v3.2

Julien Ponge edited this page Oct 20, 2016 · 20 revisions

Overview

Milestones

We adopt a 6 weeks fixed schedule between milestones.

Golo 3.2.0-M1 (2016/05/02)

  • 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 and BigDecimal now have a literal notation with the _B suffix, as in 123_B or 123.5_B.
  • Operators have been extended to support BigInteger and BigDecimal types.

Golo 3.2.0-M2 (2016/06/13)

  • Golodoc UX improvements.
  • Support for unicode escaped chars in strings and chars literals.

Golo 3.2.0-M3 (2016/07/25)

  • OSGi metadata is now generated again (using the corresponding Gradle plugin).
  • New shebang runtime support for running Golo as scripts.

Golo 3.2.0-M4 (2016/09/05)

  • Bug fix for destructuring assignments inside closures.
  • Switch to Gradle 3.0.
  • Upgrade to a more recent version of JCommander.

Golo 3.2.0-M5 (2016/10/24)

(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.
Clone this wiki locally