| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-11-24 | 1.0 kB | |
| v0.1.2 source code.tar.gz | 2021-11-24 | 9.0 kB | |
| v0.1.2 source code.zip | 2021-11-24 | 17.6 kB | |
| Totals: 3 Items | 27.6 kB | 0 | |
FromFile v0.1.2
Closed issues: - Comments (#1) - Todo: more tests (#8) - Registration (#14) - TagBot trigger issue (#15) - Exports issue (#19) - Multi-line imports (#20) - @from "file.jl" (without import) (#24) - Reexport functionality. (#25) - Relative paths not resolved (#27)
Merged pull requests:
- Changes based on previous comments (#2) (@patrick-kidger)
- Update Project.toml (#5) (@patrick-kidger)
- Added tests for behaviour from the REPL (#6) (@patrick-kidger)
- Fixes for paths; importing in packages due to closed modules (#9) (@patrick-kidger)
- Update README.md (#10) (@patrick-kidger)
- Added several new tests (#11) (@patrick-kidger)
- More tests (#12) (@patrick-kidger)
- Update README.md (#13) (@patrick-kidger)
- Add simple snippet to print out object locations (#18) (@MilesCranmer)
- Support multi-line imports (#22) (@fonsp)
- Fix edge case when import a module in different ways from the REPL (#28) (@patrick-kidger)
- Allow @from "file.jl" without import, fix [#24] (#33) (@fonsp)