AlgebraicJulia / GATlab.jl

GATlab: a computer algebra system based on generalized algebraic theories (GATs)
https://algebraicjulia.github.io/GATlab.jl/
MIT License
24 stars 2 forks source link

Deprecation warnings during precompilation #124

Closed epatters closed 9 months ago

epatters commented 11 months ago
   2 dependencies had warnings during precompilation:
┌ GATlab [f0ffcf3b-d13a-433e-917c-cc44ccf5ead2]
│  ┌ Warning: Conversion to OrderedDict is deprecated for unordered associative containers (in this case, Dict{GATlab.Syntax.Scopes.Ident, GATlab.Syntax.GATs.MethodResolver}). Use an ordered or sorted associative type, such as SortedDict and OrderedDict.
│  │   caller = GAT at gat.jl:58 [inlined]
│  └ @ Core ~/.julia/packages/GATlab/M0FGy/src/syntax/gats/gat.jl:58
│  ┌ Warning: Conversion to OrderedDict is deprecated for unordered associative containers (in this case, Dict{GATlab.Syntax.Scopes.Ident, Dict{Int64, GATlab.Syntax.Scopes.Ident}}). Use an ordered or sorted associative type, such as SortedDict and OrderedDict.
│  │   caller = GAT at gat.jl:58 [inlined]
│  └ @ Core ~/.julia/packages/GATlab/M0FGy/src/syntax/gats/gat.jl:58