You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configuration defaults are now properly converted to their canonical form. This means that passing e.g. default: 'yes' when defining a boolean configuration variable now returns the canonical boolean true value instead of having to test against 'yes' explicitely.
Autoproj can now be told to avoid updating Bundler altogether, in cases where new Bundler versions would have breaking changes (or bugs). Just bootstrap with --bundler-version=VERSION_CONSTRAINT
New experimental functionality
autoproj cache can now cache the gems. Support for precompiling gems currently requires the installation of a fork of gem-compiler.
build and utility reports (for CI) are now updated incrementally, which ensures that they are up-to-date even if the build gets interrupted