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
The recently-added argo submodule is a temporary artifact of migrating the cryptol-remote-api package from the argo repository to the cryptol repository. The ultimate goal is to make cryptol and cryptol-remote-api development more closely coupled so that it's easier to make changes to keep them in sync and to build them together if desired. The following is a tentative plan to complete that migration. Comments welcome!
Move the cryptol-remote-api Cabal package from the argo repository to the cryptol repository. It would remain a separate package, and would not add any dependencies to the cryptol package, but would live alongside it for ease of maintenance.
Add an argo submodule to the saw-script repository, as well.
Move the saw-remote-api package from the argo repository to the saw-script repository.
Remove all submodules from the argo repository.
Refactor the cryptol-remote-api test suite to avoid the need for Python.
Refactor the saw-remote-api test suite to avoid the need for Python.
Publish the argo package to Hackage, as it rarely changes now.
Decide where to store and how to package the Python client library.
Remove the argo submodule from the cryptol repository.
Remove the argo submodule from the saw-script repository.
The text was updated successfully, but these errors were encountered:
The recently-added
argo
submodule is a temporary artifact of migrating thecryptol-remote-api
package from theargo
repository to thecryptol
repository. The ultimate goal is to makecryptol
andcryptol-remote-api
development more closely coupled so that it's easier to make changes to keep them in sync and to build them together if desired. The following is a tentative plan to complete that migration. Comments welcome!cryptol-remote-api
Cabal package from theargo
repository to thecryptol
repository. It would remain a separate package, and would not add any dependencies to thecryptol
package, but would live alongside it for ease of maintenance.argo
submodule to thesaw-script
repository, as well.saw-remote-api
package from theargo
repository to thesaw-script
repository.argo
repository.cryptol-remote-api
test suite to avoid the need for Python.saw-remote-api
test suite to avoid the need for Python.argo
package to Hackage, as it rarely changes now.argo
submodule from thecryptol
repository.argo
submodule from thesaw-script
repository.The text was updated successfully, but these errors were encountered: