Revision 34ba62f85affe7e539faab25f22ee13ed614902d authored by Keno Fischer on 18 July 2023, 02:57:09 UTC, committed by GitHub on 18 July 2023, 02:57:09 UTC
I had an off-by-one in #50556, since the argument slots actually start
at 2 and `iota` starts at `0`. This was breaking StaticArrays
precompiles, which attempts to precompile a generator with its abstract
signature and without the nospecialize, those signatures are not
compileable.

Co-authored-by: Oscar Smith <oscardssmith@gmail.com>
1 parent c0d5352
Raw File
p7zip.version
## jll artifact
P7ZIP_JLL_NAME := p7zip

## source build
P7ZIP_VER := 17.04
back to top