Julien Ponge
Julien Ponge
Augmentations add methods to types. In some cases it could be interesting to also add state, perhaps like in: ``` golo augment Foo { var name = "Mr Bean" }...
(from https://bugs.eclipse.org/bugs/show_bug.cgi?id=478334) An operation terminating with `` with no spaces between `` seems to be ignored at the compilation and therefor change the result. Sample: ``` golo module golo.Bug function...
#339 brings support for overloaded instance methods. It would be useful to do the same for overloaded static methods, which appear in some builder / facade APIs. A refactoring of...
It would be great to find a way to publish the documentation from Hudson builds. This would require either committing to eclipse/golo-lang, or pushing to the Eclipse Git repo that...
The Golo runtime provides a very crude error reporting in the form of plain old Java exceptions. We could improve this by: - giving more explicit messages, possibly with context...
String interpolation is a nice feature found in modern languages, such as the following in Ruby: ``` ruby name = "world" str = "Hello #{name}!" ```
This does not migrate to Flow but allows using Flow-based Multi. This compiles but does not work, there are issues to fix with the core of RM.
I believe that you would do a great favor to potential users of your framework if you wrote a short _getting started_ guide. Currently one has to dig into the...
This is something we currently forbid, let's revisit and see if that could be enabled.