tweag / skyscope

A tool for visualising and exploring Bazel Skyframe graphs.
MIT License
55 stars 7 forks source link

Import config after skyframe to avoid graph invalidation #128

Closed benradf closed 3 months ago

benradf commented 3 months ago

In some Bazel repositories, running bazel config seems to invalidate part of the skyframe graph and cause it to be cleared. Perform the config import after the skyframe import to ensure we are not missing action nodes.