erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.61k stars 53 forks source link

Implement `PackageBuilder` #462

Closed mtshiba closed 8 months ago

mtshiba commented 8 months ago

This PR introduces PackageBuilder to resolve dependencies before launching the parallel compilation process. This fixes a bug that prevented builds from completing.