AlgebraicJulia / AlgebraicJulia/ACSets.jl
PkgEval Report
- 主要語言
- Julia
- 星號
- 36
- 分支
- 11
- PR 合併指標
- 30 天內沒有已合併 PR
描述
According to last night’s NanoSoldier/ PkgEval [report](https://raw.githubusercontent.com/JuliaCI/NanosoldierReports/refs/heads/master/pkgeval/by_date/2025-07/24/report.md), ACSets may segfault on the upcoming Julia 1.13.0 (if I’m interpreting this correctly):
A segmentation fault happened: 5 packages
| Package | Version | Primary | Against | History (6-22 to 7-21) |
| ------- | ------- | ------- | ------- | ------- |
| FastTransforms | v0.17.0 | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/FastTransforms.primary.log) | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/FastTransforms.against.log) | ▅▅▅▅▅▃▃▃▃▃▃▃▃ |
| ACSets | v0.2.24 | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/ACSets.primary.log) | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/ACSets.against.log) | ▃▃▃▃▃▃▃▃▃▃▃▃▃ |
| ProximalOperators | v0.16.1 | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/ProximalOperators.primary.log) | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/ProximalOperators.against.log) | ▃▃▃▃▃▃▃▃▃▃▃▃▃ |
| FMICore | v1.1.2 | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/FMICore.primary.log) | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/FMICore.against.log) | ▃▃▃▃▃▃▃▃▃▃▃▃▃ |
| COSMO | v0.8.9 | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/COSMO.primary.log) | [crash](https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2025-07/24/COSMO.against.log) | ▃▃▃▃▃▃▃▃▃▃▃▃▃ |
Pasting some of the trace:
```
[29] signal 11 (1): Segmentation fault
in expression starting at /home/pkgeval/.julia/packages/ACSets/arYE8/test/ACSets.jl:58
jl_valid_type_param at /source/src/builtins.c:1571 [inlined]
jl_f_apply_type at /source/src/builtins.c:1618
rem_part! at /home/pkgeval/.julia/packages/ACSets/arYE8/src/DenseACSets.jl:655 [inlined]
add_part! at /home/pkgeval/.julia/packages/ACSets/arYE8/src/ACSetInterface.jl:222 [inlined]
#add_part!#7 at /home/pkgeval/.julia/packages/ACSets/arYE8/src/ACSetInterface.jl:209 [inlined]
add_part! at /home/pkgeval/.julia/packages/ACSets/arYE8/src/ACSetInterface.jl:209
unknown function (ip: 0x7c2c68de305d) at (unknown file)
_jl_invoke at /source/src/gf.c:4015 [inlined]
ijl_apply_generic at /source/src/gf.c:4212
macro expansion at /home/pkgeval/.julia/packages/ACSets/arYE8/test/ACSets.jl:201 [inlined]
macro expansion at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:835 [inlined]
top-level scope at /home/pkgeval/.julia/packages/ACSets/arYE8/test/ACSets.jl:201
```
There is also a warning:
```
WARNING: Detected access to binding `TestACSetDataStructures.DDS` in a world prior to its definition world.
Julia 1.12 has introduced more strict world age semantics for global bindings.
!!! This code may malfunction under Revise.
!!! This code will error in future versions of Julia.
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。