Skip to content

Nimble

Latest

Choose a tag to compare

@GauravDawra GauravDawra released this 01 Jul 14:11
· 22 commits to master since this release

Beast is now faster!! Using a different shell command running strategy employed in this release has significantly improved run times. Also, there is now support for integrating dependencies defined in compiler-generated .d files. This is done using the help of 'dep' variable inside build rules. For more information, look at Dependency files section in the docs.
Bug fix: User was not able to use 'out' variable inside a build rule in an assignment statement. This was fixed and the user can now use 'out' variable in assignment statements.
The complete documentation can be found here.