We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed in the FLIP onflow/flips#94, add support for including/re-using entitlement mappings in other mappings by means of 'composition'.
e.g:
entitlement mapping M1 { Removable -> Mutable } entitlement mapping M2 { Insertable -> Mutable } entitlement mapping M3 { include M1 include M2 }
No response
The text was updated successfully, but these errors were encountered:
Note for the implementation of this feature; it should interact appropriately with the changes in #2637 as described in this comment #2637 (comment)
Sorry, something went wrong.
Once this issue is complete, update the Account type file to use includes instead of repeating entitlement mappings.
Account
dsainati1
No branches or pull requests
Issue to be solved
As discussed in the FLIP onflow/flips#94, add support for including/re-using entitlement mappings in other mappings by means of 'composition'.
e.g:
Suggested Solution
No response
The text was updated successfully, but these errors were encountered: