[BuildLibrary] eliminate BuiltLibrary and BuiltOverlayLibrary
This commit is contained in:
parent
0fba187d8c
commit
3dea61b05e
6 changed files with 95 additions and 191 deletions
|
|
@ -81,8 +81,9 @@ def main() -> None:
|
|||
# Build the declaration set into a normal library.
|
||||
#
|
||||
|
||||
built = builder.build()
|
||||
built, report = builder.build()
|
||||
print('Built library contains:\n' + pformat(list(built.keys())))
|
||||
print('Build dependency graph:\n' + pformat(report.dependency_graph))
|
||||
|
||||
#
|
||||
# Continue designing against the built library.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue