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

Fixes using upper namespaced function indirectly #1319

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

markwpearce
Copy link
Collaborator

Fixes:

namespace alpha
    sub foo()
    end sub

    namespace beta
        sub bar()
            foo()  ' this SHOULD be a an error -- no function foo() at file scope.
        end sub
    end namespace
end namespace

From this slack conversation: https://rokudevelopers.slack.com/archives/CKF1QQGTY/p1728307032364379

@markwpearce markwpearce added this to the v1.0.0 milestone Oct 8, 2024
@TwitchBronBron TwitchBronBron merged commit 91e55c6 into release-1.0.0 Oct 9, 2024
6 checks passed
@TwitchBronBron TwitchBronBron deleted the fix_namespaced_functions_as_variables branch October 9, 2024 11:33
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