- grab maintainership
- Release log:
* Ruby on Rails support. We have been working hard on getting Rails own unit
tests running and over 98% of them now run successfully. We feel things are
running well enough to invite Ruby users to kick the tires and help root out
any final issues.
* Ruby classes can extend concrete/abstract Java classes and override methods
* New Java primitive array syntax
* Reimplementation of String, Numeric classes, and Array to be more correct
and performant
* Significant bottlenecks have been identified. In some cases IO is 6.5x
faster than previous releases. Java included classes are significantly
faster than in the past.
* 225 Jira issues resolved since last release
PR: ports/111316
Submitted by: maintainer (Nemo Liu)
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.