Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document cross-SDK guarantees for DAML Script #7341

Closed
cocreature opened this issue Sep 8, 2020 · 1 comment
Closed

Document cross-SDK guarantees for DAML Script #7341

cocreature opened this issue Sep 8, 2020 · 1 comment
Milestone

Comments

@cocreature
Copy link
Contributor

The daml-script type currently does not work across SDK versions. It is actually already filtered out from data-dependencies because by accident it is recognized as an old-style typeclass (it is a record with a function that takes a unit argument). We could fix the data-dependencies part and expose it but then you just end up with two Script types which isn’t helpful in any way. Instead, we should filter it out properly (to make sure it stays filtered out if we change the definition and it no longer ends up looking like a typeclass) and document this.

@cocreature cocreature added this to the DAML Script milestone Sep 8, 2020
@cocreature
Copy link
Contributor Author

We do support this in data-dependencies now so this is just like any other type that isn’t compatbile across SDK versions. I don’t think there is anything special about this that we should document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant