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

report_package seems to ignore ignored_modules #570

Open
jakobnissen opened this issue Oct 25, 2023 · 0 comments
Open

report_package seems to ignore ignored_modules #570

jakobnissen opened this issue Oct 25, 2023 · 0 comments

Comments

@jakobnissen
Copy link
Contributor

Example:

julia> report_package(BinBencher; ignored_modules=(AnyFrameModule(Comonicon),))
[ lots of errors found ]

│││┌ install_env_path(m::Module, options::Comonicon.Configs.Comonicon; shell::String, home_dir::String, env::Base.EnvDict, yes::Bool) @ Comonicon.Builder /home/jakob/.julia/dev/Comonicon/src/builder/rcfile.jl:36
││││ no matching method found `contains_fpath(::String, ::typeof(Comonicon.Builder.install_path), ::Base.EnvDict)`: Comonicon.Builder.contains_fpath(rcfile::String, Comonicon.Builder.install_path, env::Base.EnvDict)
│││└────────────────────

So, it looks to me like report_package doesn't work with ignored_modules?

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

1 participant