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
I need to restructure the project to separate the definitions of the data types and the code which uses those data types so that I do not create import cycles when trying to write conversions for each type, for example.
The text was updated successfully, but these errors were encountered:
Obviously it would be a bad idea to mix `where` clauses from different tests, so naturally it's better to pull each out into it's own `Test ()` but there is still restructuring that needs to happen in the source files (see #1 ) so it would be wise to wait for that to happen before structuring all of the tests in a way which will depend on the current (soon to be old) structure.
I need to restructure the project to separate the definitions of the data types and the code which uses those data types so that I do not create import cycles when trying to write conversions for each type, for example.
The text was updated successfully, but these errors were encountered: