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

Support alias for XML fields #666

Open
lkipke opened this issue Aug 9, 2021 · 0 comments
Open

Support alias for XML fields #666

lkipke opened this issue Aug 9, 2021 · 0 comments
Labels
enhancement Any addition to this project's existing capabilities interpreter Affects this project's tree-walking interpreter scenegraph Affects this project's implementation of the SceneGraph framework stdlib Affects the standard library included with this BrightScript implementation

Comments

@lkipke
Copy link
Collaborator

lkipke commented Aug 9, 2021

Brightscript has the alias keyword for exposing child fields in a parent component's interface:

alias allows a top-level component field to be declared as an alias of a field in one of the component child nodes

This is currently not supported in brs, and can cause the tests to crash when it encounters a field declared this way.

@lkipke lkipke added enhancement Any addition to this project's existing capabilities interpreter Affects this project's tree-walking interpreter stdlib Affects the standard library included with this BrightScript implementation scenegraph Affects this project's implementation of the SceneGraph framework labels Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any addition to this project's existing capabilities interpreter Affects this project's tree-walking interpreter scenegraph Affects this project's implementation of the SceneGraph framework stdlib Affects the standard library included with this BrightScript implementation
Projects
None yet
Development

No branches or pull requests

1 participant