-
-
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
Add public
to the @compat
macro
#805
Conversation
Codecov Report
@@ Coverage Diff @@
## master #805 +/- ##
==========================================
+ Coverage 92.72% 93.13% +0.41%
==========================================
Files 2 2
Lines 316 335 +19
==========================================
+ Hits 293 312 +19
Misses 23 23
|
Can I propose |
Is |
It used to be used for all these kind of things in the past, and it is still there: Line 26 in c59d116
|
IIUC |
But that was because Compat.jl dropped support for pre Julia 1.0, no? Then there was no point in having all the old syntax transformations. |
@fredrikekre, I think we are in agreement. I also prefer your proposed syntax. We should probably wait at least a day or so to let other folks chime in, though. |
This does not seem to allow macros:
|
Should this be backported to 3.x? |
I would be in favor of this. There are many packages out there that support julia versions older than 1.6 and are thus unable to depend on Compat 4. |
The documentation included in this PR should make the PR itself self-explanatory. If it's not self-explanatory, then it's not acceptably documented.