-
-
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
remove workspace #25046
remove workspace #25046
Conversation
3c6554c
to
4d99bc6
Compare
NEWS.md
Outdated
@@ -732,6 +732,8 @@ Deprecated or removed | |||
* `trues(A::AbstractArray)` and `falses(A::AbstractArray)` are deprecated in favor of | |||
`trues(size(A))` and `falses(size(A))` respectively ([#24595]). | |||
|
|||
* `workspace` is discontinued ([#25046]). |
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.
Maybe a link to Revise?
4d99bc6
to
f499b01
Compare
@@ -732,6 +732,9 @@ Deprecated or removed | |||
* `trues(A::AbstractArray)` and `falses(A::AbstractArray)` are deprecated in favor of | |||
`trues(size(A))` and `falses(size(A))` respectively ([#24595]). | |||
|
|||
* `workspace` is discontinued, check out [Revise.jl](https://github.com/timholy/Revise.jl) | |||
for an alternative workflow ([#25046]). |
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.
😱 Revise.jl still doesn't work on FreeBSD
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.
issue filed.
timholy/Revise.jl#66
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.
@StefanKarpinski shouldn't this needed a deprecation warning too, not just deleting it?
Else people will just get an UndefVarError
, with no idea that they should be checking out Revise.
close #10351, close #22434