-
-
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 deprecations #23440
Fix deprecations #23440
Conversation
good bot |
CI passed (except for Travis, which is, as usual, too slow to be useful). I fixed the merge conflicts. |
@musm, I figure you should be aware of this PR. |
Yep I'm aware. Line 116 in f173e53
|
My code has been updated and now I don't think there's anything to do here anymore. |
:O, well, I clearly messed something up here |
My code has been updated and now I don't think there's anything to do here anymore. |
Somebody didn't get enough sleep. |
My code has been updated. I now view the world differently. |
f173e53
to
ab9150f
Compare
doc/src/manual/documentation.md
Outdated
if VERSION > v"0.5" | ||
"..." | ||
f(x) = x | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not correct, but I don't think I can really blame the bot for this. Maybe we can pick a better example in the docs?
test/show.jl
Outdated
@@ -755,7 +755,7 @@ end | |||
|
|||
# showing generator and comprehension expressions | |||
@test repr(:(x for x in y for z in w)) == ":((x for x = y for z = w))" | |||
@test repr(:(x for x in y if aa for z in w if bb)) == ":((x for x = y if aa for z = w if bb))" | |||
@test repr(:(x for x i n y if aa for z in w if bb)) == ":((x for x = y if aa for z = w if bb))" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad bot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry. I'm still new at this 🐒. I'll file an issue about this for you.
My code has been updated. I now view the world differently. |
ab9150f
to
320b708
Compare
It confuses femtocleaner (#23440) and it's probably better to not reference a specific julia version in the documentation anyway.
My code has been updated. I now view the world differently. |
fe663b7
to
869112d
Compare
The bot's PR passed CI, should we merge this now? |
we haven't verified @nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan |
Looks fine to me. Most of those are known to be flakey. |
I fixed a number of deprecations for you