-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix #38256 (lpad/rpad defined in terms of textwidth) #39044
Conversation
Great, thanks! This should have a NEWS entry since it could technically change the behavior of some code. |
Also the doc string needs to be changed, since it says the function pads in terms of code points. |
c2399a3
to
6f13ea7
Compare
Hi @JeffBezanson, I'm really sorry by the delay and I hope the fix still can be backported to the 1.6 release 😞 |
This is definitely too late to backport to 1.6. We're already in RC2. Glad this change is getting made though. |
It would be great to have this finished. It still needs a compat entry explaining that the behavior changed in 1.7 and the NEWS conflict needs to be fixed. Otherwise it looks good to go. Very close! |
Added the compat annotation and fixed the merge conflict. |
something going wrong with this? seeing this fail sometimes on master:
|
This reverts commit 708729b.
The Tar.jl test is calling One option would be to fall back to padding by |
Fix JuliaLang#38256, per triage consensus there
Fix JuliaLang#38256, per triage consensus there
This is causing problems also for me in |
You probably actually want the |
I had tried that, but wasn't working. What I'm sending via MPI is the |
Oh, interesting. That's a very inefficient way to send a string but yes, you would want length there. |
I'm seeing a similar issue where a fixed-length |
Fix #38256 (lpad/rpad defined in terms of textwidth)
Julia is awesome and I hope to be useful 😊