-
Notifications
You must be signed in to change notification settings - Fork 322
Making class cleanup work again #358
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
Conversation
parkerbxyz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contributions, as always, @amyschoen! ✨
|
I also recommend updating the description on line 3 to be more clear about what this script does: training-manual/script/clean-up-class Line 3 in aaa670a
|
|
@parkerbxyz, I did not know that function is technically less correct. Do we want to remove it everywhere and add that check to the linter? I just followed the same format that was elsewhere in the code. I didn't modify the comment, but I'll get that fixed up. I'll wait on your answer for the script changes. |
I’ve just been doing it as I’ve refactored specific scripts. Here are the scripts that have been refactored and no longer contain the I wouldn’t worry about removing the syntax from the other scripts unless/until we have other changes to make to them. It has actually helped me keep track of which scripts have been refactored and which still need some attention. |
|
ask isn't refactored yet, but i see your point. I'll get this fixed up. I still think we should add the check to the linter since it'll only flag this in modified scripts. |
Co-authored-by: Parker Brown <[email protected]>
|
Thanks for the clean up @parkerbxyz. My day job got hectic, so I never quite circled back to fix this. |
yosselin-babel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
li
yosselin-babel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l
|
@parkerbxyz are we good to merge this one? Someone leaving junk comments made me realize this was still active. Looks like my permissions got bumped up because I now have the ability to merge, but I don't want to screw up any of your internal processes. |
yosselin-babel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
listo
|
@amyschoen Go ahead and merge whenever you’re ready. 🙂 |
|
🎉 My first merge to the repo. 😀 |
Deleting old student repos was no longer working with the refactor. This fix works for me. I pulled in some of the newer functions and the HTTPie library.