-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use cargo ws root for constants.json path (#1214)
* refactor: use cargo ws root for constants.json path This commit enhances the functionality of `constants.json` path resolution by employing `cargo metadata` output to establish the manifest path of the workspace root in the current working directory. As a result, it is now feasible to determine the absolute path of the constants file without recourse to a temporary build script hack. Additionally, this commit eradicates the aforementioned hack that wrote data into the git working set tree. Resolves #1204 * use CONSTANTS_MANIFEST as root for ws * workaround for faulty trybuild test flags
- Loading branch information
Showing
6 changed files
with
143 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ demo-rollup-readme.sh | |
/target | ||
|
||
.idea/ | ||
target-path* | ||
|
||
target/ | ||
fuzz/Cargo.lock | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters