Skip to content
New issue

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 Error on newest versions #45

Open
simonmandlik opened this issue Jan 10, 2022 · 3 comments
Open

parse_file Error on newest versions #45

simonmandlik opened this issue Jan 10, 2022 · 3 comments

Comments

@simonmandlik
Copy link

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

Looks like definitions changed (https://github.com/Humans-of-Julia/BibParser.jl/blob/f86de83796fca07c4f905a22a10dd00f10fd8c02/src/BibParser.jl#L28)

@Azzaare
Copy link
Member

Azzaare commented Feb 10, 2022

Oh, sorry, I missed the notifications. I will have a look as soon as possible.

@simonmandlik
Copy link
Author

Thanks!

@simonmandlik
Copy link
Author

Should I prepare a PR? It looks like a trivial change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants