savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

Fix CI breakage related to `types_graph` pass. #354

Closed jemc closed 1 year ago

jemc commented 1 year ago

This pass is not in use, and has a tricky-to-troubleshoot error now happening on the main branch. Not sure how it got past PR CI, but we need to do a quick fix to get the main branch working again.

This PR just disables part of the pass and comments out the tests for the pass. We can fix these if we decide to bring this pass into use.

jemc commented 1 year ago

There's still another CI breakage to fix, but I'll merge this anyway.