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
parse_file
I'm getting this error
ERROR: LoadError: MethodError: no method matching parse_file(::String; check=:error) Closest candidates are: parse_file(::Any) at ~/.julia/packages/BibParser/6k5hX/src/BibParser.jl:27 got unsupported keyword argument "check" parse_file(::Any, ::Val{:BibTeX}) at ~/.julia/packages/BibParser/6k5hX/src/BibParser.jl:24 got unsupported keyword argument "check" parse_file(::Any, ::Val{:CFF}) at ~/.julia/packages/BibParser/6k5hX/src/BibParser.jl:25 got unsupported keyword argument "check" ... Stacktrace: [1] import_bibtex(input::String; check::Symbol) @ Bibliography ~/.julia/packages/Bibliography/pJF8G/src/bibtex.jl:7 [2] import_bibtex @ ~/.julia/packages/Bibliography/pJF8G/src/bibtex.jl:7 [inlined] [3] CitationBibliography(filename::String; sorting::Symbol) @ DocumenterCitations ~/.julia/packages/DocumenterCitations/EbCiQ/src/DocumenterCitations.jl:24 [4] CitationBibliography(filename::String) @ DocumenterCitations ~/.julia/packages/DocumenterCitations/EbCiQ/src/DocumenterCitations.jl:23 [5] top-level scope @ ~/.julia/dev/Mill/docs/make.jl:16 [6] include(fname::String) @ Base.MainInclude ./client.jl:451 [7] top-level scope @ REPL[21]:1 [8] top-level scope @ ~/.julia/packages/CUDA/YpW0k/src/initialization.jl:52
on 0.2.17
0.2.17
Looks like definitions changed (https://github.com/Humans-of-Julia/BibParser.jl/blob/f86de83796fca07c4f905a22a10dd00f10fd8c02/src/BibParser.jl#L28)
The text was updated successfully, but these errors were encountered:
Oh, sorry, I missed the notifications. I will have a look as soon as possible.
Sorry, something went wrong.
Thanks!
Should I prepare a PR? It looks like a trivial change
No branches or pull requests
I'm getting this error
on
0.2.17
Looks like definitions changed (https://github.com/Humans-of-Julia/BibParser.jl/blob/f86de83796fca07c4f905a22a10dd00f10fd8c02/src/BibParser.jl#L28)
The text was updated successfully, but these errors were encountered: