We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even though the functions themselves work, they do not within a record:
db+= Record( rater = "LK", location = UnusualDOI("0419-4209", "http://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=reference&D=psyc19&NEWS=N&AN=2019-68371-015"), NoAcess = true)
leads to error:
ERROR: MethodError: no method matching Record(; rater="LK", location=UnusualDOI{String, String}("0419-4209", "http://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=reference&D=psyc19&NEWS=N&AN=2019-68371-015"), NoAcess=true) Closest candidates are: Record(::Union{Missing, AbstractString}, ::Union{Missing, Base.UUID}, ::AbstractLocation, ::Taxonomy.AbstractMeta, ::Union{Missing, Dict{Symbol, Vector{Union{Study, AbstractJudgement}}}}) at C:\Users\leona.julia\packages\Taxonomy\lj7gB\src\record.jl:2 got unsupported keyword arguments "rater", "location", "NoAcess" Record(::Any, ::String, ::Any, ::Any, ::Any) at C:\Users\leona.julia\packages\Taxonomy\lj7gB\src\record.jl:9 got unsupported keyword arguments "rater", "location", "NoAcess" Record(::Any, ::Any, ::Any, ::Any, ::Any) at C:\Users\leona.julia\packages\Taxonomy\lj7gB\src\record.jl:2 got unsupported keyword arguments "rater", "location", "NoAcess" ... Stacktrace:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even though the functions themselves work, they do not within a record:
db+= Record(
rater = "LK",
location = UnusualDOI("0419-4209", "http://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=reference&D=psyc19&NEWS=N&AN=2019-68371-015"),
NoAcess = true)
leads to error:
ERROR: MethodError: no method matching Record(; rater="LK", location=UnusualDOI{String, String}("0419-4209", "http://ovidsp.ovid.com/ovidweb.cgi?T=JS&PAGE=reference&D=psyc19&NEWS=N&AN=2019-68371-015"), NoAcess=true)
Closest candidates are:
Record(::Union{Missing, AbstractString}, ::Union{Missing, Base.UUID}, ::AbstractLocation, ::Taxonomy.AbstractMeta, ::Union{Missing, Dict{Symbol, Vector{Union{Study, AbstractJudgement}}}}) at C:\Users\leona.julia\packages\Taxonomy\lj7gB\src\record.jl:2 got unsupported keyword arguments "rater", "location", "NoAcess"
Record(::Any, ::String, ::Any, ::Any, ::Any) at C:\Users\leona.julia\packages\Taxonomy\lj7gB\src\record.jl:9 got unsupported keyword arguments "rater", "location", "NoAcess"
Record(::Any, ::Any, ::Any, ::Any, ::Any) at C:\Users\leona.julia\packages\Taxonomy\lj7gB\src\record.jl:2 got unsupported keyword arguments "rater", "location", "NoAcess"
...
Stacktrace:
The text was updated successfully, but these errors were encountered: