-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
display
newline
#763
display
newline
#763
Conversation
It would have to be a separate function ( |
Codecov Report
@@ Coverage Diff @@
## master #763 +/- ##
==========================================
- Coverage 78.90% 78.61% -0.30%
==========================================
Files 4 4
Lines 659 664 +5
==========================================
+ Hits 520 522 +2
- Misses 139 142 +3
Continue to review full report at Codecov.
|
Perhaps alternate |
My second implementation defining
Fixed. |
I would implement a |
@fredrikekre suggested that we shouldn't override the default behavior and use |
The approaches are not mutually exclusive although the trick is in creating separate namespaces. You might need to create submodules to contain one or both. The advantage of making a separate Just to clear, |
I just read this more carefully, and I see that now that you are mainly trying to make the new behavior available in older Julia as opposed to making the old behavior available in new Julia. |
Exactly, if I'm not misunderstanding the word
Taking the example of @xitology, in JuliaLang/julia#43787, he could now write: |
That might be handy.
I'd be happy to review a PR, my implementation is not necessarily the one we need, and I don't have a clear vision of what you propose as an alternative. Or you can also push in this branch! |
I don't think we need this anymore. IIUC breakage was all transient in scripts and the window for adding tooling with a significant impact on that has closed. |
Per JuliaLang/julia#43787 and JuliaLang/julia#43787 (comment).
@mkitti, since I'm unfamiliar with
Compat.jl
, I hope this is correct ?