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

Backports for 1.11.2 #56228

Merged
merged 78 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
32bee7c
irrationals: restrict assume effects annotations to known types (#55886)
nsajko Oct 10, 2024
4fe24a2
update `hash` doc string: `widen` not required any more (#55867)
nsajko Oct 10, 2024
7c8fbbc
slightly improve inference in precompilation code (#56084)
KristofferC Oct 10, 2024
a36ea4c
make `Base.ANSIIterator` have a concrete field (#56088)
KristofferC Oct 11, 2024
7f6a080
Fix `JULIA_CPU_TARGET` being propagated to workers precompiling stdli…
KristofferC Oct 15, 2024
709e31c
Fix markdown list in installation.md (#56165)
abhro Oct 15, 2024
276e66c
Make loading work when stdlib deps are missing in the manifest (#56148)
IanButterworth Oct 15, 2024
b53bbe5
Fix implicit `convert(String, ...)` in several places (#56174)
topolarity Oct 16, 2024
b27d83e
Include default user depot when JULIA_DEPOT_PATH has leading empty en…
IanButterworth Oct 17, 2024
0bd77f5
[REPL] fix lock ordering mistake in load_pkg (#56215)
vtjnash Oct 17, 2024
9dda314
Add invalidation barriers for `displaysize` and `implicit_typeinfo` (…
topolarity Oct 15, 2024
415294a
Call `MulAddMul` instead of multiplication in _generic_matmatmul! (#5…
jishnub Oct 15, 2024
e20cc3e
Change annotation type to a NamedTuple
tecosaur Sep 11, 2024
b28fbd0
Bump StyledStrings
tecosaur Sep 20, 2024
48e1a72
Do not call `rand` during sysimage precompilation (#56227)
giordano Oct 18, 2024
581e65d
stream: fix reading LibuvStream into array (#56092)
vtjnash Oct 18, 2024
a10b94f
fix infinite recursion in `promote_type` for `Irrational` (#55870)
nsajko Oct 18, 2024
7d3cbd8
rename: invalid -> incompatible cache header (#56240)
IanButterworth Oct 19, 2024
6fadf5a
Restore support for checking for UndefVarError variable name in at-te…
nickrobinson251 Oct 19, 2024
aea077b
fix functional assert statements (#53737)
JeffBezanson Mar 18, 2024
d59df0b
Fix some typos in comments (#54149)
alongdate Apr 19, 2024
e91b8be
REPL: run repl hint generation for modeswitch chars when not switchin…
IanButterworth Oct 20, 2024
1f5c07f
🤖 [backports-release-1.11] Bump the Pkg stdlib from aba90d22b to 9438…
DilumAluthgeBot Oct 21, 2024
168f7e7
Specialize adding/subtracting mixed Upper/LowerTriangular (#56149)
jishnub Oct 21, 2024
34a8c47
fix precompile process flag propagation (#56214)
vtjnash Oct 18, 2024
ba0e9b9
Actually setup jit targets when compiling packageimages instead of ta…
IanButterworth Oct 21, 2024
7bc6e0c
Make ASAN build not be debug, following clangs recommendation (#54094)
gbaraldi May 17, 2024
8d07746
add Pkg 1.11 NEWS
IanButterworth Oct 21, 2024
716cf46
typeintersect: allocation tuning for large `UnionAll` (#54745)
N5N3 Oct 4, 2024
addff45
typeintersect: more fastpath to skip intersect under circular env (#5…
N5N3 Oct 23, 2024
69ed5fd
Remove llvm-muladd pass and move it's functionality to to llvm-simdlo…
gbaraldi Oct 15, 2024
71838b9
Revert "Remove llvm-muladd pass and move it's functionality to to llv…
Oct 24, 2024
c00ba05
REPL: fix brace detection when ' is used for transpose (#56252)
IanButterworth Oct 21, 2024
7b3408e
move time_imports and trace_* macros to Base but remain owned by Inte…
IanButterworth Oct 22, 2024
70f87db
REPL: fix closing quote on completing files in a ~ path (#56253)
IanButterworth Oct 23, 2024
32d97c4
REPL: Don't search for ?( completions when hinting (#56278)
IanButterworth Oct 22, 2024
6be0afc
REPL: don't complete str and cmd macros when the input matches the in…
IanButterworth Oct 23, 2024
47061ce
add pending state back to jl_thread_suspend_and_get_state-machine (#5…
vtjnash Aug 29, 2024
0495045
[Profile] fix threading issue (#55704)
vtjnash Sep 7, 2024
0f7f762
[backports-release-1.11] 1.11 Profiling threading fix backports (#56358)
IanButterworth Oct 28, 2024
27f28b1
Make isbitstypes use memmove instead of the runtime function in copyt…
gbaraldi Oct 21, 2024
aa54c81
Fix kron indexing for types without a unique zero (#56229)
jishnub Oct 21, 2024
88ae46c
precompile: add error for using require_stdlib during precompile (#56…
vtjnash Oct 21, 2024
8ec604d
Fix fetching parent in symmetric algebra (#56286)
jishnub Oct 23, 2024
ced7df7
Fix trampoline warning on x86 as well (#56280)
gbaraldi Oct 23, 2024
debbc22
recommend explicit `using Foo: Foo, ...` in package code (was: "using…
KristofferC Oct 26, 2024
92405f2
Fix `log_quasitriu` for internal scaling `s=0` (#56311)
aravindh-krishnamoorthy Oct 28, 2024
05182dc
make `_unsetindex` fast for isbits eltype (#56364)
oscardssmith Oct 28, 2024
c558d26
load extensions with fewer triggers earlier (#49891)
KristofferC Oct 30, 2024
23cb128
Fix broken diagonal kron test
jishnub Oct 30, 2024
bf5675b
[backports-release-1.11] Allow ext → ext dependency if triggers are a…
topolarity Oct 31, 2024
3ccd11c
Fix dispatch for `rdiv!` with `LU` (#55764)
dkarrasch Nov 1, 2024
62081b8
🤖 [backports-release-1.11] Bump the Pkg stdlib from 9438b6e99 to af10…
DilumAluthgeBot Nov 4, 2024
64a046f
🤖 [backports-release-1.11] Bump the Pkg stdlib from af1088b4e to 2c62…
DilumAluthge Nov 4, 2024
8e8b7b5
🤖 [backports-release-1.11] Bump the Pkg stdlib from af1088b4e to 2c62…
IanButterworth Nov 4, 2024
8ec200d
Remove apple-m3 from cpu name to make enzyme happier (#56372)
gbaraldi Nov 6, 2024
52da829
🤖 [backports-release-1.11] Bump the Pkg stdlib from 2c625417c to 64bf…
DilumAluthgeBot Nov 7, 2024
94488d8
Fix compilation warning on aarch64-linux (#56480)
giordano Nov 7, 2024
4877204
Fix warning about comparison of integer expressions of different sign…
giordano Mar 11, 2024
cf965f3
Remove zero arg methods of `+` and `*` from linalg tests (#56184)
fredrikekre Oct 16, 2024
29e0a3e
Replace some occurrences of iteration over 1:length with more idiomat…
LilithHafner Jul 16, 2024
a25475c
add logic to prefer loading modules that are already loaded (#55908)
vtjnash Oct 4, 2024
fac5efc
fix a forgotten rename `readuntil` -> `copyuntil` (#56380)
KristofferC Oct 29, 2024
b3c3460
precompile: fix performance issues with IO (#56370)
vtjnash Oct 29, 2024
bea9c9c
cache the `find_all_in_cache_path` call during parallel precompilatio…
KristofferC Oct 29, 2024
515326a
[docs] Fix note admonition in llvm-passes.md (#56392)
giordano Oct 30, 2024
0baca20
[docs] Fix rendering of warning admonition in llvm passes page (#56412)
giordano Nov 1, 2024
b06f294
Ensure that String(::Memory) returns only a String, not any owner (#5…
vtjnash Nov 5, 2024
57a2920
Profile: mention `kill -s SIGUSR1 julia_pid` for Linux (#56441)
Moelf Nov 5, 2024
6cdcfef
missing gc-root store in subtype (#56472)
vtjnash Nov 7, 2024
5a280aa
The `info` in LAPACK calls should be a Ref instead of a Ptr (#56511)
ViralBShah Nov 9, 2024
157ab5a
add require_lock call to maybe_loaded_precompile (#56027)
vtjnash Oct 7, 2024
6abe9a3
pin SparseArrays branch to release-1.11
dkarrasch Nov 12, 2024
408ae90
remove spurious file include
KristofferC Nov 13, 2024
88382f1
make failing to remove depot path in a loading test not error
KristofferC Nov 14, 2024
3e0c47c
[backports-release-1.11] Update Documenter v1.3.0 => v1.8.0 (#56550)
mortenpi Nov 14, 2024
d59d80b
🤖 [backports-release-1.11] Bump the SparseArrays stdlib from cb602d7 …
DilumAluthgeBot Nov 20, 2024
f55307c
[backports 1.11] precompile: improve precision of extension dependenc…
topolarity Nov 21, 2024
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
Prev Previous commit
Next Next commit
Fix compilation warning on aarch64-linux (#56480)
This fixes the warning:
```
/cache/build/default-aws-aarch64-ci-1-3/julialang/julia-master/src/stackwalk.c: In function 'jl_simulate_longjmp':
/cache/build/default-aws-aarch64-ci-1-3/julialang/julia-master/src/stackwalk.c:995:22: warning: initialization of 'mcontext_t *' {aka 'struct sigcontext *'} from incompatible pointer type 'struct unw_sigcontext *' [-Wincompatible-pointer-types]
  995 |     mcontext_t *mc = &c->uc_mcontext;
      |                      ^
```

This is the last remaining warning during compilation on aarch64-linux.

(cherry picked from commit 8593792)
  • Loading branch information
giordano committed Nov 10, 2024
commit 94488d86f61d1d28003277d81f5acdcc0442b5db
6 changes: 6 additions & 0 deletions src/stackwalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,13 @@ static void jl_rec_backtrace(jl_task_t *t) JL_NOTSAFEPOINT
memset(&c, 0, sizeof(c));
#if defined(_OS_LINUX_) && defined(__GLIBC__)
__jmp_buf *mctx = &t->ctx.ctx.uc_mcontext->__jmpbuf;
#if defined(_CPU_AARCH64_)
// Only on aarch64-linux libunwind uses a different struct than system's one:
// <https://github.com/libunwind/libunwind/blob/e63e024b72d35d4404018fde1a546fde976da5c5/include/libunwind-aarch64.h#L193-L205>.
struct unw_sigcontext *mc = &c.uc_mcontext;
#else
mcontext_t *mc = &c.uc_mcontext;
#endif
#if defined(_CPU_X86_)
// https://github.com/bminor/glibc/blame/master/sysdeps/i386/__longjmp.S
// https://github.com/bminor/glibc/blame/master/sysdeps/i386/jmpbuf-offsets.h
Expand Down