-
-
Notifications
You must be signed in to change notification settings - Fork 1
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
Retrospective: past bugs cluster into 8 design weaknesses — tracking issue for the structural fixes (#243-#261)
preventionRegression prevention and process improvementRegression prevention and process improvementStatus: Open.#262 In AtelierArith/RustCall.jl;Documentation/metadata drift: stale CHANGELOG and CLAUDE.md, orphaned docs, internal artifacts shipped in the release
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#261 In AtelierArith/RustCall.jl;BenchmarkTools is an unused hard runtime dependency; adopt Aqua.jl to enforce dependency hygiene
enhancementNew feature or requestNew feature or requestlowLow severity issueLow severity issueStatus: Open.#260 In AtelierArith/RustCall.jl;Test-suite reliability: silent rustc skips, network-dependent default-on tests, sleep-based hot-reload timing
enhancementNew feature or requestNew feature or requestpreventionRegression prevention and process improvementRegression prevention and process improvementStatus: Open.#259 In AtelierArith/RustCall.jl;Modernize the native build model: drop forced cargo clean, stop writing into the package tree, ship prebuilt rust_helpers
enhancementNew feature or requestNew feature or requestStatus: Open.#258 In AtelierArith/RustCall.jl;@rust_llvm textual-IR pipeline is version-fragile by design (root cause of #241 and ten earlier bugs)
bugSomething isn't workingSomething isn't workingmediumMedium severity issueMedium severity issuepreventionRegression prevention and process improvementRegression prevention and process improvementStatus: Open.#257 In AtelierArith/RustCall.jl;Cargo dependency builds are unpinned and online-only: no Cargo.lock, no --locked, cache keyed on version ranges
enhancementNew feature or requestNew feature or requestsecuritySecurity related issueSecurity related issueStatus: Open.#256 In AtelierArith/RustCall.jl;Hot reload: mtime polling, failed rebuild leaves the library unloaded, rebuild-in-place conflicts on Windows
bugSomething isn't workingSomething isn't workingmediumMedium severity issueMedium severity issueStatus: Open.#255 In AtelierArith/RustCall.jl;Generics: every instantiation is a separate rustc build and a permanently loaded dylib; no disk cache
enhancementNew feature or requestNew feature or requestStatus: Open.#254 In AtelierArith/RustCall.jl;@rust dispatch takes a global lock and several Dict lookups on every call, serializing threads
enhancementNew feature or requestNew feature or requestStatus: Open.#253 In AtelierArith/RustCall.jl;Compilation cache: stored in Julia's compiled/ directory and keyed on the wrong rustc
bugSomething isn't workingSomething isn't workingmediumMedium severity issueMedium severity issueStatus: Open.#252 In AtelierArith/RustCall.jl;Design: consolidate global registries into a single Lockable state container (retrospective of 15 race-condition bugs)
concurrencyThread safety / race conditionThread safety / race conditionenhancementNew feature or requestNew feature or requestpreventionRegression prevention and process improvementRegression prevention and process improvementStatus: Open.#251 In AtelierArith/RustCall.jl;