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

findClosingCharacter never returns #2

Open
LinkeD365 opened this issue Mar 5, 2023 · 1 comment
Open

findClosingCharacter never returns #2

LinkeD365 opened this issue Mar 5, 2023 · 1 comment

Comments

@LinkeD365
Copy link

If you use a comment in your code with bad code in it like

/*UpdateContext(
{
newRoles: Collect( Filter(
'Resource Roles',
!('Resource Category' in oldRoles)
)
}
) */

findClosingCharacter goes into an infinite loop. Only way to resolve is to remove the comment lines from app then rerun build

@modery
Copy link
Owner

modery commented Mar 5, 2023

Thanks @LinkeD365 ! Think I have a fix for it, first version of it seems to work. But need to do some more testing first to see if it works with other cases as well and didn't break anything

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

No branches or pull requests

2 participants