Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make paths relative where possible #18

Open
fabianschuiki opened this issue Oct 16, 2019 · 0 comments
Open

Make paths relative where possible #18

fabianschuiki opened this issue Oct 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@fabianschuiki
Copy link
Collaborator

fabianschuiki commented Oct 16, 2019

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.

@fabianschuiki fabianschuiki added the enhancement New feature or request label Oct 16, 2019
@fabianschuiki fabianschuiki changed the title script: Make paths optionally relative Make paths relative where possible Jan 20, 2021
paulsc96 pushed a commit that referenced this issue Sep 10, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant