-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
apfloat: improve doc comments #63416
Conversation
I'd rather not change |
Submitting patches to LLVM is super painful though. :/ |
@eddyb so what do we do with this PR now? Just close it? Seems like a waste of a good docs improvement, but then it's not like his took long to write. |
hello from triage, |
I'd like for @eddyb to lay down a plan for how we can improve apfloat when that is needed. AFAIK patches have landed here before without being sync'ed upstream, and AFAIK there is no precedent for making code "read-only" like that in rustc. Cc @rust-lang/compiler |
I'm really not sure how to proceed, there are annoying constraints at odds.
|
Neither am I, and @rust-lang/compiler hasn't chimed in either... |
@RalfJung that may be in part because this PR does not have a team label. |
My two cents: The changes seem good, but @eddyb seemed to feel that it would help @skade in working out licensing issues if we make the most minimal changes we can to these files. I think that's a perfectly good reason to hold off on this PR. (And prior precedent was basically in error.) (If, on the other hand, the licensing issues don't get easier/harder based on whether we've made changes, then... I say land them. =) |
I think it's okay to land this, if @RalfJung agrees on future relicensing of his effort. |
Sure, I am happy to relicense this particular PR under any license. |
@bors r+ rollup |
📌 Commit 5faae38 has been approved by |
Rollup of 7 pull requests Successful merges: - #63416 (apfloat: improve doc comments) - #64820 (BTreeSet intersection, is_subset & difference optimizations) - #64910 (syntax: cleanup param, method, and misc parsing) - #64912 (Remove unneeded `fn main` blocks from docs) - #64933 (Fixes #64919. Suggest fix based on operator precendence.) - #64943 (Add lower bound doctests for `saturating_{add,sub}` signed ints) - #64950 (Simplify interners) Failed merges: r? @ghost
r? @eddyb @nagisa