Revision 80f0764556f5b00c50abecb8aa7838a609aaaf3b authored by KristofferC on 26 August 2024, 11:27:35 UTC, committed by KristofferC on 26 August 2024, 11:27:35 UTC
The current way of loading extensions when precompiling an extension very easily leads to cycles. For example, if you have more than one extension and you happen to transitively depend on the triggers of one of your extensions you will immidiately hit a cycle.

The test added here checks this scenario and we can now precompile and load it without any warnings or issues.
1 parent 6477530
History
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.clangd -rw-r--r-- 114 bytes
.codecov.yml -rw-r--r-- 52 bytes
.git-blame-ignore-revs -rw-r--r-- 581 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 571 bytes
.mailmap -rw-r--r-- 13.1 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 1012 bytes
CONTRIBUTING.md -rw-r--r-- 23.4 KB
HISTORY.md -rw-r--r-- 388.3 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 57.8 KB
Makefile -rw-r--r-- 31.6 KB
NEWS.md -rw-r--r-- 8.6 KB
README.md -rw-r--r-- 7.2 KB
THIRDPARTY.md -rw-r--r-- 5.3 KB
VERSION -rw-r--r-- 11 bytes
julia.spdx.json -rw-r--r-- 37.8 KB
pkgimage.mk -rw-r--r-- 1.4 KB
sysimage.mk -rw-r--r-- 4.3 KB
typos.toml -rw-r--r-- 78 bytes

README.md

back to top