From 38aa9a2bab0ca63788fecfd6278b90adc14f7a27 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Fri, 19 May 2023 00:48:00 +0300 Subject: [PATCH 1/7] add regressions to changelog (NEWS.md) --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8cd0b59e75839..770cb104d932e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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]). + +Regressions +----------- + +* Precompilation takes significantly longer, 2x-3x compilations are common +* Some type-unstable code runs orders of magnitude slow ([#48612]) +* Inplace operations on high-dimensional array views may allocate ([#49332]) +* Compile cache gets excessively invalidated on clusters ([#48217]) [#28973]: https://github.com/JuliaLang/julia/issues/28973 From dfd9cf5debc7055831e5b2ffa7bd2cffda41fa90 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Fri, 19 May 2023 01:08:32 +0300 Subject: [PATCH 2/7] Update NEWS.md --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 770cb104d932e..383c20a54c305 100644 --- a/NEWS.md +++ b/NEWS.md @@ -204,8 +204,8 @@ Tooling Improvements Regressions ----------- -* Precompilation takes significantly longer, 2x-3x compilations are common -* Some type-unstable code runs orders of magnitude slow ([#48612]) +* Precompilation takes significantly longer, 2x-3x compilations slowdowns are common +* Some type-unstable code runs orders of magnitude slower ([#48612]) * Inplace operations on high-dimensional array views may allocate ([#49332]) * Compile cache gets excessively invalidated on clusters ([#48217]) From 7bc3cf6d6e4f53e97950c7a34fa501373779bd86 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Fri, 19 May 2023 01:37:49 +0300 Subject: [PATCH 3/7] Update NEWS.md --- NEWS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 383c20a54c305..0e1a4179727b3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -206,8 +206,7 @@ Regressions * Precompilation takes significantly longer, 2x-3x compilations slowdowns are common * Some type-unstable code runs orders of magnitude slower ([#48612]) -* Inplace operations on high-dimensional array views may allocate ([#49332]) -* Compile cache gets excessively invalidated on clusters ([#48217]) +* Inplace operations on high-dimensional array views may allocate and become slower ([#49332]) [#28973]: https://github.com/JuliaLang/julia/issues/28973 From f029e15b08ba64af62ee7d50a6572816424d9fce Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Thu, 15 Jun 2023 22:58:05 +0300 Subject: [PATCH 4/7] link to regressions list --- NEWS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0e1a4179727b3..353cec43fcff1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -204,9 +204,7 @@ Tooling Improvements Regressions ----------- -* Precompilation takes significantly longer, 2x-3x compilations slowdowns are common -* Some type-unstable code runs orders of magnitude slower ([#48612]) -* Inplace operations on high-dimensional array views may allocate and become slower ([#49332]) +[The list](https://github.com/JuliaLang/julia/issues?q=+label%3A%22regression+1.9%22+) of known regressions in the v1.9 release. [#28973]: https://github.com/JuliaLang/julia/issues/28973 From 9a1a9cac046a7d45f9b8501e499121f34bcbb1a1 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Thu, 15 Jun 2023 23:08:05 +0300 Subject: [PATCH 5/7] Update NEWS.md Co-authored-by: Kristoffer Carlsson --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 353cec43fcff1..f56ec0aa668d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -204,7 +204,7 @@ Tooling Improvements Regressions ----------- -[The list](https://github.com/JuliaLang/julia/issues?q=+label%3A%22regression+1.9%22+) of known regressions in the v1.9 release. +A list of known regressions in the v1.9 release can be found [here](https://github.com/JuliaLang/julia/issues?q=+label%3A%22regression+1.9%22+) [#28973]: https://github.com/JuliaLang/julia/issues/28973 From 29f526cc762e9bb88e85bfbdee56774a5f4b3731 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Wed, 21 Jun 2023 17:44:32 +0100 Subject: [PATCH 6/7] remove whitespace --- NEWS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f56ec0aa668d7..2b93075d60af3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -200,7 +200,6 @@ 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]). - Regressions ----------- From d5ca4a8a33f38dd553c1c30677a71156c01b8dd4 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Wed, 21 Jun 2023 17:45:00 +0100 Subject: [PATCH 7/7] fix --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 2b93075d60af3..4173c02e9bede 100644 --- a/NEWS.md +++ b/NEWS.md @@ -200,6 +200,7 @@ 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]). + Regressions -----------