Releases: JuliaTesting/ExplicitImports.jl
Releases · JuliaTesting/ExplicitImports.jl
v1.13.2
ExplicitImports v1.13.2
Merged pull requests:
- Fix ExplicitImports to work with
--depwarn=error(#132) (@devmotion)
Closed issues:
- Doesn't work in package tests when Base.@deprecate_binding is used on Julia 1.10 (#93)
v1.13.1
ExplicitImports v1.13.1
Merged pull requests:
- improve function argument parsing (#130) (@ericphanson)
Closed issues:
- name imported from parent package and passed to a function complains about stale imports (#129)
v1.13.0
ExplicitImports v1.13.0
- ExplicitImports now requires Julia 1.10+
- JuliaSyntax and AbstractTrees were removed as package dependencies (in favor of vendoring the code). This removes some sources of compatibility issues.
Merged pull requests:
- RFC: Vendor JuliaSyntax to avoid compatibility issues (#121) (@ericphanson)
- Drop support for pre-1.10 Julia (#122) (@ericphanson)
- vendor AbstractTrees (#123) (@ericphanson)
- add .gitattributes (#124) (@ericphanson)
- mark linguist-generated (#125) (@ericphanson)
- Move vendored code into src, fix version (#126) (@ericphanson)
Closed issues:
- unknown Kind name "iteration" (#119)
v1.12.0
ExplicitImports v1.12.0
Merged pull requests:
- Upgrade JuliaSyntax to v1 (#110) (@ericphanson)
- Remove duplicate --help message for unknown argument (#115) (@fredrikekre)
- update references to point to JuliaTesting (#117) (@ericphanson)
v1.11.3
ExplicitImports v1.11.3
Changes
- supports module aliases (
const ModB = ModA) - fixes issues on Julia v1.12-beta and v1.13
Merged pull requests:
- Add write permissions to CompatHelper action (#107) (@cgarling)
- bugfix: support module aliases (#112) (@ericphanson)
- format tests & wrap in testset (#113) (@ericphanson)
Closed issues:
v1.11.2
ExplicitImports v1.11.2
Merged pull requests:
- try to improve inferability and ttfx (#101) (@ericphanson)
- Print modules and files wrapped in backticks so that names with
_don't cause italics (#105) (@nickrobinson251)
Closed issues:
v1.11.1
ExplicitImports v1.11.1
Merged pull requests:
- fix package loading in app use-case (#99) (@ericphanson)
v1.11.0
v1.10.2
ExplicitImports v1.10.2
Merged pull requests:
- Test checks on ExplicitImports.main (#91) (@abelsiqueira)
- Fix ref to
explicit_importsin readme (#94) (@cgarling) - Fix tests and latent bug around public symbols vs base exports (#96) (@ericphanson)
Closed issues:
v1.10.1
ExplicitImports v1.10.1
Merged pull requests:
- Fix checks -> CHECKS in src/main.jl (#89) (@abelsiqueira)