Skip to content

Commit 972b4a7

Browse files
committed
Merge remote-tracking branch 'origin/feature/catch-syntax-error' into feature/catch-syntax-error
2 parents 9f71013 + 4d72397 commit 972b4a7

File tree

6 files changed

+3044
-31
lines changed

6 files changed

+3044
-31
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
### Changed
9+
### Changed
1010
- The `run` command now catches syntax errors in the input file. ([pybricksdev#126])
11+
- Changed `pybricksdev.compile.compile_multi_file()` to use `mpy-tool` to find imports
12+
instead of Python's `ModuleFinder`.
13+
14+
### Fixed
15+
- Fixed compiling multi-file projects with implicit namespace packages.
1116

1217
[pybricksdev#126]: https://github.com/pybricks/pybricksdev/pull/126
1318

0 commit comments

Comments
 (0)