You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Je viens d'essayer la manœuvre du README. Voici les erreurs obtenues :
hugo@xps ~/Documents/lex/Legit.jl (git)-[master] % julia src/Legit.jl -d -e -l 2020-12-31 -m codes ../journal-officiel.gouv.fr/20160404-211040/legi ../legifrance-codes/legifrance-codes.git
WARNING: Base.String is deprecated, use AbstractString instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:46
WARNING: Base.Nothing is deprecated, use Void instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:141
WARNING: Base.String is deprecated, use AbstractString instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:143
WARNING: Base.String is deprecated, use AbstractString instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:165
WARNING: Base.String is deprecated, use AbstractString instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:167
WARNING: deprecated syntax "(String=>Any)[]" at /home/hugo/.julia/v0.4/Biryani/src/base.jl:390.
Use "Dict{String,Any}()" instead.
WARNING: deprecated syntax "(String=>Any)[]" at /home/hugo/.julia/v0.4/Biryani/src/base.jl:391.
Use "Dict{String,Any}()" instead.
WARNING: deprecated syntax "(Int=>Any)[]" at /home/hugo/.julia/v0.4/Biryani/src/base.jl:428.
Use "Dict{Int,Any}()" instead.
WARNING: Base.UnionType is deprecated, use Union instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:535
WARNING: Union(args...) is deprecated, use Union{args...} instead.
in depwarn at deprecated.jl:73
in call at deprecated.jl:50
while loading /home/hugo/.julia/v0.4/Biryani/src/base.jl, in expression starting on line 535
WARNING: Base.UnionType is deprecated, use Union instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:535
WARNING: Union(args...) is deprecated, use Union{args...} instead.
in depwarn at deprecated.jl:73
in call at deprecated.jl:50
while loading /home/hugo/.julia/v0.4/Biryani/src/base.jl, in expression starting on line 535
WARNING: Base.UnionType is deprecated, use Union instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:535
WARNING: Union(args...) is deprecated, use Union{args...} instead.
in depwarn at deprecated.jl:73
in call at deprecated.jl:50
while loading /home/hugo/.julia/v0.4/Biryani/src/base.jl, in expression starting on line 535
WARNING: Base.String is deprecated, use AbstractString instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:571
WARNING: Base.String is deprecated, use AbstractString instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:591
WARNING: Base.String is deprecated, use AbstractString instead.
likely near /home/hugo/.julia/v0.4/Biryani/src/base.jl:619
WARNING: deprecated syntax "(Any=>Any)[]" at /home/hugo/.julia/v0.4/Biryani/src/base.jl:668.
Use "Dict{Any,Any}()" instead.
WARNING: deprecated syntax "(Int=>Any)[]" at /home/hugo/.julia/v0.4/Biryani/src/base.jl:722.
Use "Dict{Int,Any}()" instead.
WARNING: requiring "Dates" in module "DatesConverters" did not define a corresponding module.
ERROR: LoadError: LoadError: LoadError: MethodError: `start` has no method matching start(::Type{Int64})
in append_any at essentials.jl:127
while loading /home/hugo/.julia/v0.4/Biryani/src/dates.jl, in expression starting on line 55
while loading /home/hugo/.julia/v0.4/Biryani/src/Biryani.jl, in expression starting on line 47
while loading /home/hugo/Documents/lex/Legit.jl/src/Legit.jl, in expression starting on line 14
The text was updated successfully, but these errors were encountered:
hugoroy
changed the title
Erreurs
Erreurs src/Legit.jl (première commande du README)
May 22, 2016
Je viens d'essayer la manœuvre du README. Voici les erreurs obtenues :
The text was updated successfully, but these errors were encountered: