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
As part of #779 we're introducing the type keyword to replace the class keyword in 0.18.0, while still supporting both. In 0.19.0 we'll drop support for the class keyword entirely.
The following changes need to be made:
Remove support for class in inko fmt
Remove support for the classes field in idoc in favour of only supporting (and requiring) the types field
Remove parser support for the class keyword
Remove support for class in the Vim syntax file
Remove support for class in the Tree sitter grammar
Remove support for the class keyword in the VS Code grammar
The text was updated successfully, but these errors were encountered:
As part of #779 we're introducing the
type
keyword to replace theclass
keyword in 0.18.0, while still supporting both. In 0.19.0 we'll drop support for theclass
keyword entirely.The following changes need to be made:
class
ininko fmt
classes
field in idoc in favour of only supporting (and requiring) thetypes
fieldclass
keywordclass
in the Vim syntax fileclass
in the Tree sitter grammarclass
keyword in the VS Code grammarThe text was updated successfully, but these errors were encountered: