Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcbarton
Copy link
Collaborator

@mcbarton mcbarton commented May 28, 2025

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.

  • Bug fix
  • New feature
  • Requires documentation updates

Testing

Please describe the test(s) that you added and ran to verify your changes.

Checklist

  • I have read the contribution guide recently

@mcbarton mcbarton requested a review from vgvassilev May 28, 2025 17:41
Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.48%. Comparing base (0e399f1) to head (cf1b668).

Additional details and impacted files

Impacted file tree graph

@@           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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mcbarton
Copy link
Collaborator Author

This PR is ready for review

@mcbarton mcbarton requested a review from aaronj0 May 29, 2025 09:44
@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aaronj0 I am already taking care of this bug in #581 . Do you want me to move this fix to this PR, or keep it in the other one?

Copy link
Collaborator Author

@mcbarton mcbarton May 29, 2025

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.

Copy link
Collaborator Author

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.

@mcbarton mcbarton changed the title Fix bugs in documentation relating to cling based build Fix bugs in documentation relating to environment variables May 29, 2025
@mcbarton mcbarton requested a review from aaronj0 May 29, 2025 12:49
@mcbarton mcbarton force-pushed the Fix-bugs-in-documentation branch from 571f78d to cf1b668 Compare June 2, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants