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

update --gcthreads section in command line options #52645

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

d-netto
Copy link
Member

@d-netto d-netto commented Dec 27, 2023

Make these consistent with what's shown by julia --help.

Fixes JuliaLang/www.julialang.org#1997.

@KristofferC KristofferC added the backport 1.10 Change should be backported to the 1.10 release label Dec 27, 2023
@d-netto d-netto merged commit e7e8b89 into master Dec 27, 2023
6 of 8 checks passed
@d-netto d-netto deleted the dcn-gcthreads-clopts branch December 27, 2023 18:59
@prbzrg
Copy link
Contributor

prbzrg commented Dec 27, 2023

Thank you for fixing this. There are some other inconsistency between docs, man page, and parser that would be great to be fixed or at least having a list of them as an issue. For example: mentioning --heap-size-hint in docs or mentioning --interactive in both docs and man page.

@d-netto
Copy link
Member Author

d-netto commented Dec 27, 2023

Could you open a separate issue with these inconsistencies you found?

@prbzrg
Copy link
Contributor

prbzrg commented Dec 27, 2023

Sorry, I appreciate it if someone else handle it. By the way, I reported the first one in #50588

KristofferC pushed a commit that referenced this pull request Jan 5, 2024
Make these consistent with what's shown by `julia --help`.

Fixes JuliaLang/www.julialang.org#1997.

(cherry picked from commit e7e8b89)
@KristofferC KristofferC mentioned this pull request Jan 5, 2024
33 tasks
KristofferC pushed a commit that referenced this pull request Jan 5, 2024
Make these consistent with what's shown by `julia --help`.

Fixes JuliaLang/www.julialang.org#1997.

(cherry picked from commit e7e8b89)
KristofferC added a commit that referenced this pull request Feb 6, 2024
Backported PRs:
- [x] #51095 <!-- Fix edge cases where inexact conversions to UInt don't
throw -->
- [x] #52583 <!-- Don't access parent of triangular matrix in powm -->
- [x] #52645 <!-- update --gcthreads section in command line options -->
- [x] #52423 <!-- update nthreads info in versioninfo -->
- [x] #52721 <!-- inference: Guard TypeVar special case against vararg
-->
- [x] #52637 <!-- fix finding bundled stdlibs even if they are e.g.
devved in an environment higher in the load path -->
- [x] #52752 <!-- staticdata: handle cycles in datatypes -->
- [x] #52758 <!-- use a Dict instead of an IdDict for caching of the
`cwstring` for Windows env variables -->
- [x] #51375 <!-- Insert hardcoded backlinks to stdlib doc pages -->
- [x] #52994 <!-- place work-stealing queue indices on different cache
lines to avoid false-sharing -->
- [x] #53015 <!-- Add type assertion in iterate for logicalindex -->
- [x] #53032 <!-- Fix a list in GC devdocs -->
- [x] #52748 
- [x] #52856 
- [x] #52878
- [x] #52754 
- [x] #52228
- [x] #52924
- [x] #52569 <!-- Fix GC rooting during rehashing of iddict -->
- [x] #52605 <!-- Default uplo in symmetric/hermitian -->
- [x] #52618 <!-- heap snapshot: add gc roots and gc finalist roots to
fix unrooted nodes -->
- [x] #52781 <!-- fix type-stability bugs in Ryu code -->
- [x] #53055 <!-- Profile: use full terminal cols to show function name
-->
- [x] #53096 
- [x] #53076 
- [x] #52841 <!-- Extensions: make loading of extensions independent of
what packages are in the sysimage -->
- [x] #52078 <!-- Replace `&hArr;` by `&harr;` in documentation -->
- [x] #53035 <!-- use proper cache-line size variable in work-stealing
queue -->
- [x] #53066 <!-- doc: replace harr HTML entity by unicode -->
- [x] #52996 <!-- Apple silicon has 128 byte alignment so fix our
defines to match -->
- [x] #53121 

Non-merged PRs with backport label:
- [ ] #52694 <!-- Reinstate similar for AbstractQ for backward
compatibility -->
- [ ] #51479 <!-- prevent code loading from lookin in the versioned
environment when building Julia -->
@KristofferC KristofferC removed the backport 1.10 Change should be backported to the 1.10 release label Feb 6, 2024
mbauman added a commit that referenced this pull request Apr 4, 2024
I checked and updated the three related files to make sure command-line
documentations are the same in all of them.

Previously mentioned in
#52645 (comment)

---------

Co-authored-by: Matt Bauman <mbauman@gmail.com>
KristofferC pushed a commit that referenced this pull request May 22, 2024
I checked and updated the three related files to make sure command-line
documentations are the same in all of them.

Previously mentioned in
#52645 (comment)

---------

Co-authored-by: Matt Bauman <mbauman@gmail.com>
(cherry picked from commit a931fbe)
KristofferC pushed a commit that referenced this pull request May 23, 2024
I checked and updated the three related files to make sure command-line
documentations are the same in all of them.

Previously mentioned in
#52645 (comment)

---------

Co-authored-by: Matt Bauman <mbauman@gmail.com>
(cherry picked from commit a931fbe)
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.

Inconsistency about --gcthreads arguments
3 participants