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

HOT-FIX - backward compatible @loadOnce directive #122

Merged
merged 2 commits into from
Apr 14, 2024

Conversation

pxpm
Copy link
Contributor

@pxpm pxpm commented Apr 14, 2024

Last PR we merged introduced a BC.

@loadOnce is not used anywhere since we switched to basset, but people upgraded their apps and didn't remove the @loadOnce directive like we did in all our files (most of it).
I don't know why it was not marked as a BC when we launched v6. No real benefit, would be just a search and replace @loadOnce() for @basset or @bassetBlock 🤷

Now it's late, I've marked it as deprecated and we will completely remove it to avoid this kind of issues in the future. There is not a single benefit of keeping @loadOnce. Only downsides as it does not fully support what basset do.

@pxpm pxpm merged commit b927ec0 into main Apr 14, 2024
5 checks passed
@pxpm pxpm deleted the hot-fix/backward-compatible-@loadOnce-directive branch April 14, 2024 12:14
@pxpm pxpm mentioned this pull request May 1, 2024
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