Skip to content

We accept that code might be wrong

Latest
Compare
Choose a tag to compare
@pawamoy pawamoy released this 26 Feb 11:36
· 366 commits to master since this release

This release just add a comparison test on target_index when building imports, so we never get index error anymore. These errors were happening when some module was importing another module that DID NOT exist, but that was considered INSIDE of the list of packages, because beginning with the name of a package plus a dot.
We wonder how such code is working :/