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
The lockfile currently stores absolute paths. To make things like local working copies easier to manage and exchange, Bender should opportunistically make paths relative if they are a subpath of the current package. The rust std::fs module should provide functions for this already. This can then also allow the bender script command to emit relative paths where possible.
The text was updated successfully, but these errors were encountered:
* banshee: Add runtime for unit tests
Add a dedicated runtime library for banshee's unit tests. This allows
the simulator to remain largely independent from any other software
development efforts around a runtime, and keeps the tests minimal and
self-contained.
* banshee: Fix license headers
* banshee: Fix python formatting
* banshee: clang-format
The lockfile currently stores absolute paths. To make things like local working copies easier to manage and exchange, Bender should opportunistically make paths relative if they are a subpath of the current package. The rust
std::fs
module should provide functions for this already. This can then also allow thebender script
command to emit relative paths where possible.The text was updated successfully, but these errors were encountered: