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

add missing docstrings for Base.Sys #52777

Merged
merged 36 commits into from
Jan 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
424998b
Added Docstring for Base.sys :CPU_NAME,JIT,cpu_info,cpu_summary
11happy Jan 6, 2024
7fa4956
Removed Whitespace
11happy Jan 6, 2024
1205874
Incorporated suggestions as per documentation style
11happy Jan 7, 2024
d70aa64
Removed Jldoctest
11happy Jan 7, 2024
2e70a60
Update base/sysinfo.jl
11happy Jan 8, 2024
321f497
Update base/sysinfo.jl
11happy Jan 8, 2024
28df075
Update base/sysinfo.jl
11happy Jan 8, 2024
4e20ecc
Update base/sysinfo.jl
11happy Jan 8, 2024
aab0507
Suggested Changes
11happy Jan 8, 2024
f1a6291
Removed White Space
11happy Jan 8, 2024
e84a16a
Removed White Space
11happy Jan 8, 2024
2096423
Added show function
11happy Jan 11, 2024
3e63af5
Formatted the code
11happy Jan 11, 2024
3f38416
Fixed/Added Suggested Changes
11happy Jan 11, 2024
0a3cf6f
Removed WhiteSpace
11happy Jan 11, 2024
e11dfd9
Added Space
11happy Jan 11, 2024
eaf73a8
Added Proper Indent
11happy Jan 11, 2024
3f6bec7
Update base/sysinfo.jl
11happy Jan 11, 2024
88e6fae
Update base/sysinfo.jl
11happy Jan 11, 2024
f35cb86
suggested changed
11happy Jan 11, 2024
a41c271
Merge branch 'FourthPR' of https://github.com/11happy/julia into Four…
11happy Jan 11, 2024
526ac1e
Public CPUinfo,Added Tests for show
11happy Jan 12, 2024
60fdb2f
Update base/sysinfo.jl
11happy Jan 13, 2024
fc3d652
Update test/sysinfo.jl
11happy Jan 13, 2024
4b3722a
minor fixes
11happy Jan 13, 2024
8f84372
added cpu_summary method
11happy Jan 13, 2024
8d92a49
removed export of Sys.JIT,Sys.CPU_NAME,Sys.cpu_summary,Sys.cpu_info
11happy Jan 15, 2024
143169d
resolved merge conflict
11happy Jan 16, 2024
3309d86
Update base/sysinfo.jl
11happy Jan 16, 2024
5e2cdbd
Update test/sysinfo.jl
11happy Jan 16, 2024
06f5a4c
Update base/sysinfo.jl
11happy Jan 16, 2024
6cf7d26
Update base/sysinfo.jl
11happy Jan 16, 2024
718740e
Update base/sysinfo.jl
11happy Jan 16, 2024
adbf6b0
Update base/sysinfo.jl
11happy Jan 16, 2024
a391a4e
Formatted the code
11happy Jan 16, 2024
d4e3a3d
Update test/sysinfo.jl
stevengj Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed White Space
Signed-off-by: 11happy <[email protected]>
  • Loading branch information
11happy committed Jan 8, 2024
commit f1a62910179d8ee89f452b2c156e8759de1298f0
1 change: 0 additions & 1 deletion base/sysinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ A string representing the name of CPU.
For example, `Sys.CPU_NAME` might equal `"tigerlake"` on an
[Intel Core "Tiger Lake" CPU](https://en.wikipedia.org/wiki/Tiger_Lake),
or `"apple-m1"` on an [Apple M1 CPU](https://en.wikipedia.org/wiki/Apple_M1).

"""
global CPU_NAME::String

Expand Down