Reformat README and update development instructions#115
Conversation
All content is the same, except for the new section about how to use development versions on Julia 1.11+.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #115 +/- ##
=======================================
Coverage 79.33% 79.33%
=======================================
Files 10 10
Lines 1916 1916
=======================================
Hits 1520 1520
Misses 396 396 ☔ View full report in Codecov by Sentry. |
| more of an independent package. As such, to use a different version it's enough | ||
| to just `dev` it explicitly: | ||
| ```julia-repl | ||
| pkg> dev https://github.com/JuliaLang/Distributed.jl.git |
There was a problem hiding this comment.
Isn't it just dev Distributed.jl or is the issue that it is not registered in the registry?
There was a problem hiding this comment.
Yep, it's not registered:
(@v1.11) pkg> dev Distributed.jl
Updating registry at `~/.julia/registries/General.toml`
ERROR: The following package names could not be resolved:
* Distributed (8ba89e20-285c-5b6f-9357-94700520ee1b in manifest but not in project)Can we register it?
There was a problem hiding this comment.
Yeah, would need to be something similar to JuliaRegistries/General#89713
There was a problem hiding this comment.
Going off this checklist I've opened two PRs that should complete excision and make Distributed upgradeable:
|
@vchuravy Since you reviewed this PR - can you approve when ready? Would you prefer we require review for every PR? I feel comfortable for folks to merge small PRs more quickly. |
|
This is still more correct than the current readme, so if there's no objections I'll merge it at the end of the week rather than wait for the registration to go through. We can always update the readme later. |
|
@ViralBShah, @vchuravy, if either of you could approve this that'd be great because otherwise I can't merge it 😅 |
All content is the same, except for the new section about how to use development versions on Julia 1.11+.
Fixes #113.