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

rm home-grown set helper, use ember-set-helper instead. #8087

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

stopfstedt
Copy link
Member

@stopfstedt stopfstedt commented Aug 21, 2024

fixes ilios/ilios#5663

see 6da92ba

to check, use this grep-chain in the repo's root:

egrep -lr '({{|\()set this\.' packages/ | egrep -v '(dist|node_modules)' | egrep '(hbs|tests)'

@stopfstedt stopfstedt marked this pull request as ready for review August 21, 2024 00:46
@jrjohnson
Copy link
Member

jrjohnson commented Aug 21, 2024

[moved my comments into the issue as a better place for discussion]

@stopfstedt stopfstedt marked this pull request as draft August 21, 2024 19:03
@stopfstedt
Copy link
Member Author

i'm shelving this for the moment, but plan on getting back into it next week.

@stopfstedt stopfstedt force-pushed the frontend_5663_set_helper branch 2 times, most recently from d7a0b1a to 0437c20 Compare September 6, 2024 22:46
@stopfstedt stopfstedt marked this pull request as ready for review September 6, 2024 22:53
@stopfstedt
Copy link
Member Author

regex search/replace for the win.

@stopfstedt stopfstedt added the ready to merge PR can be merged when all requirements are met label Sep 6, 2024
Copy link
Member

@jrjohnson jrjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent. I hate this syntax, but love getting rid of our special ❄️ transform.

packages/frontend/.lint-todo Outdated Show resolved Hide resolved
@jrjohnson jrjohnson merged commit 9490afd into ilios:master Sep 9, 2024
35 checks passed
@stopfstedt stopfstedt deleted the frontend_5663_set_helper branch September 9, 2024 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge PR can be merged when all requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace set-transform.js and -set.js helper system with ember-set-helper
2 participants