-
Notifications
You must be signed in to change notification settings - Fork 55
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
Build Description File #523
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some things we need to change, but in general looks good 👍
Codecov Report
@@ Coverage Diff @@
## master #523 +/- ##
==========================================
- Coverage 93.16% 92.30% -0.87%
==========================================
Files 41 42 +1
Lines 14857 15024 +167
==========================================
+ Hits 13842 13868 +26
- Misses 1015 1156 +141
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some small comments, we can discuss them / solve them tomorrow in pair
I'm approving this for now, you can change the typos in the packaging or the followup commit |
* validate Pointer incl. tests * using cargo clippy for coding style as well as cargo fmt * multi-type declarations incl. tests * subcommand as well as simple build description file * improved subcommand * improved build description file * adding libraries and parsing them * documentation and minor improvements * Pull Request improvements * package_commands for build description file * changes after review * improvements from review * adding sysroot and target-triple as inline parameters for subcommand * addingchangable build location * typos from Build Description File #523 * tests added * Small review changes * change relative path to absolut, improved tests * adapt test for windows * tests improved * Made the build work regadless of start location * make every key optional/default * typo * Added lib location to build parameters, made sure default names are calculated from input Co-authored-by: Ghaith Hachem <[email protected]>
Started to implement the build description file mentioned in issue #483