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
Currently it is hard to distribute test binaries without including all code because data files and code files are stored side by side in the same directories and somewhat inconsistently.
Different file types should be stored in well-defined locations. In particular code files (*.hs, and *.c, *.h) should not be mixed with test data (*.pact, *.yaml, *.repl, etc.). Also data files should be registered in pact.cabal appropriately.
The text was updated successfully, but these errors were encountered:
Currently it is hard to distribute test binaries without including all code because data files and code files are stored side by side in the same directories and somewhat inconsistently.
Different file types should be stored in well-defined locations. In particular code files (
*.hs
, and*.c
,*.h
) should not be mixed with test data (*.pact
,*.yaml
,*.repl
, etc.). Also data files should be registered in pact.cabal appropriately.The text was updated successfully, but these errors were encountered: