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

Repair basic RB registry integration #326

Merged
merged 4 commits into from Sep 23, 2022
Merged

Conversation

abeforgit
Copy link
Member

@abeforgit abeforgit commented Sep 23, 2022

The main issue was a broken regex in the instantiateUuids function imported from the template variable plugin
the original regex was too loose, it picked up variable specs of the form ${name} and then tried to evaluate "name".

Replaced with an exact match for ${generateUuid()} since that's all we support anyway.

come on it's the year 2022
the original regex was too loose, it picked up variable specs of the form ${name}
and then tried to evaluate "name".

Replaced with an exact match for ${generateUuid()} since that's all we support anyway.
to avoid npm woes from overly strict peerdep on editor
@abeforgit abeforgit added the bug Something isn't working label Sep 23, 2022
@abeforgit abeforgit merged commit c8167c9 into futurenow Sep 23, 2022
@abeforgit abeforgit deleted the bug/fix-rb-integration branch September 23, 2022 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant