-
Notifications
You must be signed in to change notification settings - Fork 31
Fix bugs in documentation relating to environment variables #604
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
base: main
Are you sure you want to change the base?
Fix bugs in documentation relating to environment variables #604
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #604 +/- ##
=======================================
Coverage 77.48% 77.48%
=======================================
Files 9 9
Lines 3713 3713
=======================================
Hits 2877 2877
Misses 836 836 🚀 New features to boost your workflow:
|
This PR is ready for review |
@@ -225,7 +225,7 @@ cd .\cling\ | |||
git checkout tags/v1.0 | |||
cd .. | |||
git clone --depth=1 -b cling-llvm13 https://github.com/root-project/llvm-project.git |
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.
git clone --depth=1 -b cling-llvm13 https://github.com/root-project/llvm-project.git | |
git clone --depth=1 -b cling-llvm18 https://github.com/root-project/llvm-project.git |
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.
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.
This PR was more about fixing the bugs in $env:ncpus on Windows, and the environment variables in general.
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.
I have updated the PR title and description to reflect this.
571f78d
to
cf1b668
Compare
Description
Please include a summary of changes, motivation and context for this PR.
This PR fixes some long standing bugs in documentation relating to environment variables.
Fixes # (issue)
Type of change
Please tick all options which are relevant.
Testing
Please describe the test(s) that you added and ran to verify your changes.
Checklist