Skip to content

Allow Additional v1 Syntax:#1059

Merged
TwitchBronBron merged 1 commit intomasterfrom
additional_v1_syntax_backports
Feb 7, 2024
Merged

Allow Additional v1 Syntax:#1059
TwitchBronBron merged 1 commit intomasterfrom
additional_v1_syntax_backports

Conversation

@markwpearce
Copy link
Collaborator

Allows without diagnostic, but no deeper validation:

  • built-in types for class member types
  • type declarations on LHS of assignments

eg. this is now ok:

class Foo
    node as roSGNode
end class

sub someFunc()
    myStr as string = "hello"
end sub

@markwpearce markwpearce added this to the v1.0.0 milestone Feb 2, 2024
Copy link
Member

@TwitchBronBron TwitchBronBron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. Thanks!

@TwitchBronBron TwitchBronBron merged commit 644e306 into master Feb 7, 2024
@TwitchBronBron TwitchBronBron deleted the additional_v1_syntax_backports branch February 7, 2024 13:45
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

Successfully merging this pull request may close these issues.

2 participants