Skip to content
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 regressions to changelog (NEWS.md) #49883

Merged
merged 7 commits into from
Jun 22, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ Tooling Improvements

* Printing of `MethodError` and methods (such as from `methods(my_func)`) is now prettified and colored consistently
with printing of methods in stacktraces ([#45069]).

IanButterworth marked this conversation as resolved.
Show resolved Hide resolved
Regressions
IanButterworth marked this conversation as resolved.
Show resolved Hide resolved
-----------

* Precompilation takes significantly longer, 2x-3x compilations slowdowns are common
* Some type-unstable code runs orders of magnitude slower ([#48612])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quoting myself from slack:

Remember to add the improvement back in the release notes of 1.10 too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how to make PR with changes to two branches at once

* Inplace operations on high-dimensional array views may allocate ([#49332])
* Compile cache gets excessively invalidated on clusters ([#48217])
aplavin marked this conversation as resolved.
Show resolved Hide resolved

<!--- generated by NEWS-update.jl: -->
[#28973]: https://github.com/JuliaLang/julia/issues/28973
Expand Down