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 type checker supports different "access check modes", i.e. the strictness of how access control modifiers are enforced. Currently the mode is hard-coded to be strict, i.e. all declarations must have an access modifier.
Make the setting configurable, so developers can choose what mode they prefer. This makes getting started with Cadence easier, as no effort has to be spent on providing correct access modifiers for declarations.
Definition of Done
CLI: Add flag to let the developer choose access check mode
Language Server: Add a setting to let the developer choose access check mode
Documentation
The text was updated successfully, but these errors were encountered:
Context
The type checker supports different "access check modes", i.e. the strictness of how access control modifiers are enforced. Currently the mode is hard-coded to be strict, i.e. all declarations must have an access modifier.
Make the setting configurable, so developers can choose what mode they prefer. This makes getting started with Cadence easier, as no effort has to be spent on providing correct access modifiers for declarations.
Definition of Done
The text was updated successfully, but these errors were encountered: