You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current code rewrites Cadence code (e.g. updates import statements), and parses and typechecks it.
This is hard to maintain/brittle, we might want to remove this functionality
Some projects, like the Flow core contracts, have their tests are written in Go and use Cadence as a Go dependency
Rewriting the import statements is brittle, because the code in the tested repo might change, frequently.
So to begin with, maybe we can just keep the repo cloning, and remove/disable the functionality in the suite that rewrites the import statements, parses, and typechecks.
Goal
Scope
Context
This is hard to maintain/brittle, we might want to remove this functionality
The text was updated successfully, but these errors were encountered: