Skip to content

Fix permutedims! scalar indexing error on reshaped TracedRArrays#2836

Merged
avik-pal merged 2 commits intomainfrom
copilot/fix-scalar-indexing-error
Apr 25, 2026
Merged

Fix permutedims! scalar indexing error on reshaped TracedRArrays#2836
avik-pal merged 2 commits intomainfrom
copilot/fix-scalar-indexing-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

permutedims! was only dispatched for dest::TracedRArray, so calling it with a Base.ReshapedArray destination fell through to Julia's generic scalar-indexing implementation — which is blocked for traced arrays.

Changes

  • src/TracedRArray.jl: Relax dest::TracedRArray to dest::AnyTracedRArray in the permutedims! method. TracedUtils.set_mlir_data! already has a Base.ReshapedArray{TracedRNumber{T}} specialization that reshapes the result back to the parent's shape and propagates to the underlying TracedRArray.
  • test/core/wrapped_arrays.jl: Add test reproducing the reported failure.
function test_permutedims(A, B)
    A_reshaped = reshape(A, 2, 2, 2)
    B_reshaped = reshape(B, 2, 2, 2)
    permutedims!(A_reshaped, B_reshaped, (2, 3, 1))
    return A
end

A_ra = Reactant.to_rarray(randn(ComplexF32, 8))
B_ra = Reactant.to_rarray(randn(ComplexF32, 8))

@jit test_permutedims(A_ra, B_ra)  # previously threw scalar indexing error

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • gitlab.com
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (dns block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (dns block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (dns block)
  • https://api.github.com/repos/ElOceanografo/SparseInverseSubset.jl/tarball/52962839426b75b3021296f7df242e40ecfc0852
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/24bbb6fc8fb87eb71c1f8d00184a60fc22c63903
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/EnzymeAD/Enzyme.jl/tarball/d6dd65421104fa9f7d5cc37283a998937f359a39
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/EnzymeAD/Reactant_jll.jl/tarball/2749c35cb1bcc588ad71a50acf19108b9c6e47ed
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/Flux.jl/tarball/cb318a415a089c337d0c15000d1608cee8434ebf
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/Functors.jl/tarball/60a0339f28a233601cb74468032b5c302d5067de
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/IRTools.jl/tarball/57e9ce6cf68d0abf5cb6b3b4abf9bedf05c939c0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/MacroTools.jl/tarball/1e0228a030642014fe5cfe68c2c0a818f9e3f522
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/NNlib.jl/tarball/78cd28dbd5f03f99ccaba45c987107adcb61c115
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/OneHotArrays.jl/tarball/9510d7008275fc5b33fc72a73f8fddef0b5430c6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/Optimisers.jl/tarball/36b5d2b9dd06290cd65fcf5bdbc3a551ed133af5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/Zygote.jl/tarball/a29cbf3968d36022198bcc6f23fdfd70f7caf737
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/FluxML/ZygoteRules.jl/tarball/434b3de333c75fc446aa0d19fc394edafd07ab08
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/ArrayInterface.jl/tarball/54f895554d05c83e3dd59f6a396671dae8999573
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/FillArrays.jl/tarball/2f979084d1e13948a3352cf64a25df6bd3b4dca3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/OffsetArrays.jl/tarball/117432e406b5c023f665fa73dc26e79ec3630151
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArrays.jl/tarball/246a8bb2e6667f832eea063c3a56aef96429a3db
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/StaticArraysCore.jl/tarball/6ab403037779dae8c514bad259f32a447262455a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaArrays/StructArrays.jl/tarball/ad8002667372439f2e3611cfd14097e03fa4bccd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/CUDA_Compiler_jll.jl/tarball/b977706846cb0a75d3842a1fed810ab2e6ab2f94
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/CUDA_Driver_jll.jl/tarball/3b759ec65ac87ad192c2925114fa5c126657a5bd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/CUDA_Runtime_jll.jl/tarball/c0314d9fb0ebd00e404feba4c3fbc04c9975abc1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Enzyme_jll.jl/tarball/4c22000e08aaa862526d9a41cfb7003e4002e653
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Expat_jll.jl/tarball/9cb7fe11da6adb8683cbacf8aa9b5237941e3a75
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/FFTW_jll.jl/tarball/6866aec60ef98e3164cd8d6855225684207e9dff
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Git_LFS_jll.jl/tarball/bb8471f313ed941f299aa53d32a94ab3bee08844
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Git_jll.jl/tarball/0dd4cfb426924210c8f42742751cbde74b27bfa3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Hwloc_jll.jl/tarball/baaaebd42ed9ee1bd9173cfd56910e55a8622ee1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/IntelOpenMP_jll.jl/tarball/ec1debd61c300961f98064cfb21287613ad7f303
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/JuliaNVTXCallbacks_jll.jl/tarball/af433a10f3942e882d3c671aacb203e006a5808f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LLVMExtra_jll.jl/tarball/721fcd02aa06f8b2ed58d8db9914beab7a274b69
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LLVMOpenMP_jll.jl/tarball/eb62a3deb62fc6d8822c0c4bef73e4412419c5d8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LLVM_jll.jl/tarball/52b49a1dbe5d4175c34c9db554719cc508f804b5
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/LibTracyClient_jll.jl/tarball/d4e20500d210247322901841d4eafc7a0c52642d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Libiconv_jll.jl/tarball/be484f5c92fad0bd8acfef35fe017900b0b73809
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MKL_jll.jl/tarball/282cadc186e7b2ae0eeadbd7a4dffed4196ae2aa
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MPIABI_jll.jl/tarball/9be143b6045719e8fb019d2b3bc2aebad1184fef
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MPICH_jll.jl/tarball/07dbec8aab01696edc0151a401a6cdfe95b9b885
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MPItrampoline_jll.jl/tarball/675df097f8eeb28998b2cfe3b25655af73d5f7df
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MbedTLS_jll.jl/tarball/ff69a2b1330bcb730b9ac1ab7dd680176f5896b8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/MicrosoftMPI_jll.jl/tarball/bc95bf4149bf535c09602e3acdf950d9b4376227
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/NVTX_jll.jl/tarball/af2232f69447494514c25742ba1503ec7e9877fe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/NodeJS_20_jll.jl/tarball/0b1b4a83773cfdefa5d9dc0322e4c0624ce88b5b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenMPI_jll.jl/tarball/6d6c0ca4824268c1a7dca1f4721c535ac63d9074
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenSSH_jll.jl/tarball/57baa4b81a24c2910afbb6d853aa0685e4312bf7
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/OpenSpecFun_jll.jl/tarball/1346c9208249809840c91b26703912dff463d335
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Rmath_jll.jl/tarball/58cdd8fb2201a6267e1db87ff148dd6c1dbd8ad8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/XML2_jll.jl/tarball/80d3930c6347cfce7ccf96bd3bafdf079d9c0390
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/Xorg_libpciaccess_jll.jl/tarball/4909eb8f1cbf6bd4b1c30dd18b2ead9019ef2fad
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/demumble_jll.jl/tarball/6498e3581023f8e530f34760d18f75a69e3a4ea8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/micromamba_jll.jl/tarball/717df6f6892af4ee13279a73aa58474e58a88667
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/oneTBB_jll.jl/tarball/1350188a69a6e46f799d3945beef36435ed7262f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaBinaryWrappers/pixi_jll.jl/tarball/f349584316617063160a947a82638f7611a8ef0f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/AbstractTrees.jl/tarball/2d9c9a55f9c93e8887ad391fbae72f8ef55e1177
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/DataStructures.jl/tarball/e86f4a2805f7f19bec5129bc9150c38208e5dc23
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/OrderedCollections.jl/tarball/05868e21324cede2207c6f0f466b4bfef6d5e7ee
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaCollections/SortingAlgorithms.jl/tarball/64d974c2e6fdf07f8155b5b2ca2ffa9069b608d9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaConcurrent/Atomix.jl/tarball/b8651b2eb5796a386b0398a20b519a6a6150f75c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaConcurrent/UnsafeAtomics.jl/tarball/0f30765c32d66d58e41f4cb5624d4fc8a82ec13b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/DataAPI.jl/tarball/abe83f3a2f1b857aac70ef8b269080af17764bbe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/DelimitedFiles.jl/tarball/9e2f36d3c96a820c678f2f1f1782582fcf685bae
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/Missings.jl/tarball/ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/Parsers.jl/tarball/7d2f8f21da5db6a806faf7b9b292296da42b2810
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaData/Tables.jl/tarball/f2c1efbc8f3a609aadf318094f8fc5204bdaf344
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/ChainRules.jl/tarball/3c190c570fb3108c09f838607386d10c71701789
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/ChainRulesCore.jl/tarball/12177ad6b3cad7fd50c8b3825ce24a99ad61c18f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/DiffResults.jl/tarball/782dd5f4561f5d267313f23853baaaa4c52ea621
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/DiffRules.jl/tarball/23163d55f885173722d1e4cf0f6110cdbaf7e272
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDiff/ForwardDiff.jl/tarball/cddeab6487248a39dae1a960fff0ac17b2a28888
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/ANSIColoredPrinters.jl/tarball/574baf8110975760d391c710b6341da1afa48d8c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/DocInventories.jl/tarball/e97cfa8680a39396924dcdca4b7ff1014ed5c499
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/DocStringExtensions.jl/tarball/7442a5dfe1ebb773c29cc2962a8980f47221d76c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/Documenter.jl/tarball/56e9c37b5e7c3b4f080ab1da18d72d5c290e184a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/IOCapture.jl/tarball/0ee181ec08df7d7c911901ea38baf16f755114dc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaDocs/MarkdownAST.jl/tarball/93c718d892e73931841089cdc0e982d6dd9cc87b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds/FLoopsBase.jl/tarball/656f7a6859be8673bf1f35da5670246b923964f7
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds/InitialValues.jl/tarball/4da0f88e9a39111c2fa3add390ab15f3a44f3ca3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds/SplittablesBase.jl/tarball/e08a62abc517eb79667d0a29dc08a3b589516bb5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds2/BangBang.jl/tarball/cceb62468025be98d42a5dc581b163c20896b040
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds2/ChunkSplitters.jl/tarball/1c52c8e2673edc030191177ff1aee42d25149acb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds2/FLoops.jl/tarball/0a2e5873e9a5f54abb06418d57a8df689336a660
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds2/MicroCollections.jl/tarball/44d32db644e84c75dab479f1bc15ee76a1a3618f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds2/OhMyThreads.jl/tarball/b3c63491156b66f60c2cd181ba05bc0b327e5c7d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds2/StableTasks.jl/tarball/c4f6610f85cb965bee5bfafa64cbeeda55a4e0b2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFolds2/Transducers.jl/tarball/4aa1fdf6c1da74661f6f5d3edfd96648321dade9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaFunctional/CompositionsBase.jl/tarball/802bb88cd69dfd1509f6670416bd4434015693ad
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/AcceleratedKernels.jl/tarball/0de01460ed11e90b42ce666c8ed0265bad59aa6a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/Adapt.jl/tarball/0761717147821d696c9470a7a86364b2fbd22fd8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/38ee815c0b8b1423035d10f657f9f756e39c5205
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/43d84e8d12e75c401d69d88475d304ca7a038afd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/4b15758b0667ba4b715252fe0dfae9dafae1b739
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/5df9edbdfff9fed8b818535e7b86e92a85fc7709
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/b37790736de8e067a26ade5cbcd6bf240ddd20ec
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/bcbaecc92b4b8b0fb25997f4d84451b198344d4d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/c5de5ab272aae86658d3b05999b9ea7bc60503d0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/d041854ab4c16d1b1b6d8ba1092183745a7fe26a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/dc5b6ea53fa3b3bedd2fe1c6037687dd4ee85e70
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA.jl/tarball/f5d1fdae1053286374c80e5f6608a913aedad7ef
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/CUDA_Runtime_Discovery.jl/tarball/f9a521f52d236fe49f1028d69e549e7f2644bb72
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/GPUArrays.jl/tarball/34fd745547978beb471f029f447290ef4dbc7bbd
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/GPUArrays.jl/tarball/83cf05ab16a73219e5f6bd1bdfa9848fa24ac627
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/GPUCompiler.jl/tarball/fedfe5e7db7035271c3f58359007f971da1dde87
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/GPUToolbox.jl/tarball/a589b6c1a0eff953571f5d8b0474f5020831114d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/KernelAbstractions.jl/tarball/f2e76d3ced51a2a9e185abc0b97494c7273f649f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaGPU/NVTX.jl/tarball/a9083c3e469e63cca454d1fc3b19472d9d92c14a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/BufferedStreams.jl/tarball/6863c5b7fc997eadcabdbaf6c5f201dc30032643
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/CodecZlib.jl/tarball/962834c22b66e32aa10f7611c08c8ca4e20749a9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/FileIO.jl/tarball/6522cfb3b8fe97bec632252263057996cbd3de20
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/JSON.jl/tarball/67c6f1f085cb2671c93fe34244c9cccde30f7a26
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/ObjectFile.jl/tarball/22faba70c22d2f03e60fbc61da99c4ebfc3eb9ba
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/ProtoBuf.jl/tarball/da18083a52d9d57bbe6dadaacad39731e5f7be39
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/StructIO.jl/tarball/c581be48ae1cbf83e899b14c07a807e1787512cc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaIO/TranscodingStreams.jl/tarball/0c45878dcfdcfa8480052b6ab162cdd138781742
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaInterop/CEnum.jl/tarball/389ad5c84de1ae7cf0e28e381131c98ea87d54fc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLLVM/FileCheck.jl/tarball/25a01ef0f0372a13ad4fba33eeb669fa2fcba1ac
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLLVM/LLVM.jl/tarball/c0cec0c63687dda0115a51fe04d8f75902e181b3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLang/Compat.jl/tarball/9d8a54ce4b17aa5bdce0ea5c34bc5e7c340d16ad
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLang/MbedTLS.jl/tarball/8785729fa736197687541f7053f6d8ab7fc44f92
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLang/PrecompileTools.jl/tarball/07a921781cab75691315adc645096ed5e370cb77
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLang/ScopedValues.jl/tarball/ac4b837d89a58c848e85e698e2a2514e9d59d8f6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLogging/LoggingExtras.jl/tarball/f00544d95982ea270145636c181ceda21c4e2575
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaLogging/ProgressLogging.jl/tarball/f0803bc1171e455a04124affa9c21bba5ac4db32
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaML/MLCore.jl/tarball/73907695f35bc7ffd9f11f6c4f2ee8c1302084be
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaML/MLUtils.jl/tarball/a772d8d1987433538a5c226f79393324b55f7846
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/AbstractFFTs.jl/tarball/d92ad398961a3ed262d8bf04a1a2b8340f915fef
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/BFloat16s.jl/tarball/e386db8b4753b42caac75ac81d0a4fe161a68a97
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/Bessels.jl/tarball/4435559dc39793d53a9e3d278e185e920b4619ef
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/Combinatorics.jl/tarball/c761b00e7755700f9cdf5b02039939d1359330e1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/FFTW.jl/tarball/97f08406df914023af55ade2f843c39e99c5d969
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/HypergeometricFunctions.jl/tarball/68c173f4f449de5b438ee67ed0c9c748dc31a2ec
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/JuliaMath/InverseFunctions.jl/tarball/a779299d77cd080bf77b97535acecd73e1c5e5cb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/IrrationalConstants.jl/tarball/b2d91fe939cae05960e760110b328288867b5758
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/NFFT.jl/tarball/27aa55535187ed2e62aff2883399a443944d0f55
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/NaNMath.jl/tarball/9b8215b1ee9e78a293f99797cd31375471b2bcae
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/QuadGK.jl/tarball/5e8e8b0ab68215d7a2b14b9921a946fee794749e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/RealDot.jl/tarball/9f0a1b71baaf7650f4fa8a1d168c7fb6ee41f0c9
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/Roots.jl/tarball/91cfb1cb4f6e27557cc2df798a31eff6089a41eb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaMath/SpecialFunctions.jl/tarball/2700b235561b0335d5bef7097a111dc513b8655e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaObjects/Accessors.jl/tarball/2eeb2c9bef11013efc6f8f97f32ee59b146b09fb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaObjects/ConstructionBase.jl/tarball/b4b092499347b18a015186eae3042f72267106cb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/JLLWrappers.jl/tarball/0533e564aae234aff59ab625543145446d8b6ec2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/Preferences.jl/tarball/8b770b60760d4451834fe79dd483e318eee709c4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/RelocatableFolders.jl/tarball/ffdaf70d81cf6ff22c2b6e733c900c3321cab864
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/Requires.jl/tarball/62389eeff14780bfe55195b7204c0d8738436d64
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/Scratch.jl/tarball/9b81b8393e50b7d4e6d0a9f14e192294d3b7c109
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPackaging/SimpleBufferStream.jl/tarball/f305871d2f381d21527c770d4788c06c097c9bc1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaParallel/MPI.jl/tarball/8e98d5d80b87403c311fd51e8455d4546ba7a5f8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaParallel/MPI.jl/tarball/ff6309186ff377782d01f6577d19ae1b5f5185c5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPluto/ExpressionExplorer.jl/tarball/5f1c005ed214356bbe41d442cc1ccd416e510b7e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPluto/Malt.jl/tarball/c2335b4e291f2422e2be8abf8936ccad58a98992
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPy/CondaPkg.jl/tarball/0300af904a8c8d41ff715a60a6959136d22b8572
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPy/MicroMamba.jl/tarball/535656ce55266bfed0575cd051acc4f36dc869a0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaPy/PythonCall.jl/tarball/982f3f017f08d31202574ef6bdcf8b3466430bea
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaRandom/Random123.jl/tarball/dbe5fd0b334694e905cb9fda73cd8554333c46e2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaRandom/RandomNumbers.jl/tarball/c6ec94d2aaba1ab2ff983052cf6a606ca5985902
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaRandom/StableRNGs.jl/tarball/4f96c596b8c8258cc7d3b19797854d368f243ddc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaRegistries/RegistryInstances.jl/tarball/ffd19052caf598b8653b99404058fce14828be51
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/JuliaSIMD/CPUSummary.jl/tarball/f3a21d7fc84ba618a779d1ed2fcca2e682865bab
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaSIMD/LLVMLoopInfo.jl/tarball/2e5c102cfc41f48ae4740c7eca7743cc7e7b75ea
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaServices/ConcurrentUtilities.jl/tarball/21d088c496ea22914fe80906eb5bce65755e5ec8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaServices/ExceptionUnwrapping.jl/tarball/d36f682e590a83d63d1c7dbd287573764682d12a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaServices/StructUtils.jl/tarball/86f5831495301b2a1387476cb30f86af7ab99194
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStaging/JuliaVariables.jl/tarball/49fb3cb53362ddadb4415e9b73926d6b40709e70
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStaging/NameResolution.jl/tarball/1a0fa0e9613f46c9b8c11eee38ebb4f590013c5e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/Distributions.jl/tarball/e421c1938fafab0165b04dc1a9dbe2a26272952c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/HypothesisTests.jl/tarball/9ce5a36916117257ba6c63b93b4e13e8f1288b3f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/LogExpFunctions.jl/tarball/13ca9e2586b89836fd20cccf56e57e2b9ae7f38f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/PDMats.jl/tarball/e4cff168707d441cd6bf3ff7e4832bdf34278e4a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/Rmath.jl/tarball/5b3d50eb374cea306873b371d3f8d3915a018f0b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/Statistics.jl/tarball/ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/StatsAPI.jl/tarball/178ed29fd5b2a2cfc3bd31c13375ae925623ff36
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/StatsBase.jl/tarball/aceda6f4e598d331548e04cc6b2124a6148138e3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStats/StatsFuns.jl/tarball/91f091a8716a6bb38417a6e6f274602a19aaa685
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaStrings/LaTeXStrings.jl/tarball/dda21b8cbd6a6c40d9d02a73230f9d70fed6918c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaTesting/Aqua.jl/tarball/d57fd255a8932b6509baf43284c416fc44d0b903
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaTesting/ExplicitImports.jl/tarball/a8b6c26bf0ea9f8c4bad71e109a5fa64f34be392
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaTesting/ExprTools.jl/tarball/27415f162e6028e81c72b82ef756bf321213b6ec
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaTesting/ParallelTestRunner.jl/tarball/1b6dd742aa3598dbca6bc2cc20a65c9819c1f42f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaVersionControl/Git.jl/tarball/824a1890086880696fc908fe12a17bcf61738bd8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaWeb/HTTP.jl/tarball/51059d23c8bb67911a2e6fd5130229113735fc7e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaWeb/OpenSSL.jl/tarball/1d1aaa7d449b58415f97d2839c318b70ffb525a0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/JuliaWeb/URIs.jl/tarball/bef26fb046d031353ef97a82e3fdb6afe7f21b1a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/KlausC/PkgVersion.jl/tarball/f9501cc0430a26bc3d156ae1b5b0c1b47af4d6da
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/KristofferC/Crayons.jl/tarball/249fe38abf76d48563e2f4556bebd215aa317e15
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/KristofferC/LazilyInitializedFields.jl/tarball/0f2da712350b020bc3957f269c9caad516383ee0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/KristofferC/TimerOutputs.jl/tarball/3748bd928e68c7c346b52125cf41fff0de6937d0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LilithHafner/AliasTables.jl/tarball/9876e1e164b144ca45e9e3198d0b689cadfed9ff
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LilithHafner/Chairmarks.jl/tarball/9a49491e67e7a4d6f885c43d00bb101e6e5a434b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LilithHafner/PtrArrays.jl/tarball/4fbbafbc6251b883f4d2705356f3641f3652a7fe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LuxDL/DocumenterVitepress.jl/tarball/4319fa96dffcddf85bccc62667bc6faa497a2c73
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LuxDL/Lux.jl/tarball/2af44c69f5c37b7b1d14e262347a24ba349052d6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LuxDL/Lux.jl/tarball/2dfe3b4b96c6ecbea7c798dfbe96d493fd7a1848
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LuxDL/Lux.jl/tarball/6a6453d556f7bc3870d797657636b1ad5f45fd27
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LuxDL/Lux.jl/tarball/9455b1e829d8dacad236143869be70b7fdb826b8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/LuxDL/Lux.jl/tarball/b7654d9b1144792d7fa165add2e07434329e3193
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/MilesCranmer/DispatchDoctor.jl/tarball/42cd00edaac86f941815fe557c1d01e11913e07c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/ADTypes.jl/tarball/f7304359109c768cf32dc5fa2d371565bb63b68a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/CommonSolve.jl/tarball/78ea4ddbcf9c241827e7035c3a03e2e456711470
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/CommonWorldInvalidations.jl/tarball/ae52d1c52048455e85a387fbee9be553ec2b68d0
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/IfElse.jl/tarball/debdd00ffef04665ccbb3e150747a77560e8fad1
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/SciML/SciMLPublic.jl/tarball/0ba076dbdce87ba230fff48ca9bca62e1f345c9b
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/SciML/Static.jl/tarball/49440414711eddc7227724ae6e570c7d5559a086
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/astrozot/PrettyChairmarks.jl/tarball/6ced454f88c64b178f7222de91ebcb253c7a4f0f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/c42f/FastClosures.jl/tarball/acebe244d53ee1b461970f8910c235b259e772ef
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/chengchingwen/DLFP8Types.jl/tarball/422996f4ddf0ed17a9a3b729347fcbf38fae80b2
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/cjdoris/UnsafePointers.jl/tarball/c81331b3b2e60a982be57c046ec91f599ede674a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/fhs/NPZ.jl/tarball/60a8e272fe0c5079363b28b0953831e2dd7b7e6f
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/fhs/ZipFile.jl/tarball/f492b7fe1698e623024e873244f10d89c95c340a
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/fredrikekre/EnumX.jl/tarball/c49898e8438c828577f04b92fc9368c388ac783c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jipolanco/NonuniformFFTs.jl/tarball/d8618c113eeb56d8a425d0c4a01e0f3d66c53fb3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jmert/BitFlags.jl/tarball/0691e34b3bb8be9307330f88d1a3c3f25466c24d
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jonniedie/ConcreteStructs.jl/tarball/f749037478283d372048690eb3b5f92a79432b34
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jw3126/ArgCheck.jl/tarball/f9e9a66c9b7be1ad7372bbd9b062d9230c30c5ce
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/jw3126/Setfield.jl/tarball/c5391c6ace3bc430ca630251d02ea9687169ca68
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/m-j-w/CpuId.jl/tarball/fcbb72b032692610bfbdb15018ac16a36cf2e406
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/mauro3/SimpleTraits.jl/tarball/be8eeac05ec97d379347584fa9fe2f5f76795bcb
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/milankl/Float8s.jl/tarball/422fe4c68df8b4a0507cc6675921c617c175a3a3
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/queryverse/DataValueInterfaces.jl/tarball/bfc1187b79289637fa0ef6d4436ebdfe6905cbd6
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/queryverse/IteratorInterfaceExtensions.jl/tarball/a3f24677c21f5bbe9d2a714f95dcd58337fb2856
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/queryverse/TableTraits.jl/tarball/c06b2f539df1c6efa794486abfb6ed2022561a39
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/rdeits/CommonSubexpressions.jl/tarball/cda2cfaebb4be89c9084adaca7dd7333369715c5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/ronisbr/PrettyTables.jl/tarball/624de6279ab7d94fc9f672f0068107eb6619732c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/ronisbr/StringManipulation.jl/tarball/d05693d339e37d6ab134c5ab53c29fce5ee5d7d5
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/simonster/Reexport.jl/tarball/45e428421666073eab6f2da5c9d310d99bb12f9b
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thautwarm/MLStyle.jl/tarball/bc38dff0548128765760c79eb7388a4b37fae2c8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/thautwarm/PrettyPrint.jl/tarball/632eb4abab3449ab30c5e1afaa874f0b98b586e4
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/timholy/MethodAnalysis.jl/tarball/39277c4f6a771f45613e552a9ae826be1bf873fe
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/tkf/Baselet.jl/tarball/aebf55e6d7795e02ca500a689d326ac979aaf89e
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/tkf/ContextVariablesX.jl/tarball/25cc3803f1030ab855e383129dcd3dc294e322cc
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (http block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (http block)
  • https://api.github.com/repos/tkf/DefineSingletons.jl/tarball/0fba8b706d0178b4dc7fd44a96a92382c9065c2c
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/topolarity/Tracy.jl/tarball/73e3ff50fd3990874c59fef0f35d10644a1487bc
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/vchuravy/HashArrayMappedTries.jl/tarball/2eaa69a7cab70a52b9687c8bf950a5a93ec895ae
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/vchuravy/TaskLocalValues.jl/tarball/67e469338d9ce74fc578f7db1736a74d93a49eb8
    • Triggering command: REDACTED, pid is -1 (http block)
  • https://api.github.com/repos/vtjnash/Pidfile.jl/tarball/2d8aaf8ee10df53d0dfb9b8ee44ae7c04ced2b03
    • Triggering command: REDACTED, pid is -1 (http block)
  • pkg.julialang.org
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.instantiate() (dns block)
    • Triggering command: /usr/bin/julia julia --project=. -e using Pkg; Pkg.develop(path="lib/ReactantCore"); Pkg.instantiate() (dns block)
    • Triggering command: /usr/bin/julia julia --project=test -e using Pkg; Pkg.develop(path="."); Pkg.develop(path="lib/ReactantCore") (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Fix scalar indexing error in permutedims! with reshaped array Fix permutedims! scalar indexing error on reshaped TracedRArrays Apr 24, 2026
Copilot AI requested a review from avik-pal April 24, 2026 02:40
@avik-pal avik-pal marked this pull request as ready for review April 24, 2026 02:50
@avik-pal avik-pal merged commit 9e39089 into main Apr 25, 2026
118 of 128 checks passed
@avik-pal avik-pal deleted the copilot/fix-scalar-indexing-error branch April 25, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scalar indexing error when using permutedims! on a reshaped array

2 participants