Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWarn users or provide auto-fix when `frame` is used in a sketch #99
Conversation
| final String undefinedName = args[0]; | ||
| if (undefinedName.equals("frame")) { | ||
| result = Language.interpolate("editor.status.item_removed", undefinedName, "surface"); | ||
| } |
sampottinger
Jun 29, 2020
•
Collaborator
Minor request... I think we have been doing } else {
Minor request... I think we have been doing } else {
| @@ -1310,6 +1310,12 @@ static public void showChanges() { | |||
| } | |||
| } | |||
|
|
|||
| static public void showChangesV4() { | |||
sampottinger
Jun 29, 2020
Collaborator
Thank you so much for this @urbanskimichal! What are your thoughts on replacing showChanges outright?
Thank you so much for this @urbanskimichal! What are your thoughts on replacing showChanges outright?
sampottinger
Jul 1, 2020
Collaborator
Actually how about doing a showChangesV3 and showChangesV4 (same for handleCrustyCode). See urbanskimichal#2.
Actually how about doing a showChangesV3 and showChangesV4 (same for handleCrustyCode). See urbanskimichal#2.
|
I made the above changes ahead of an integration branch build. It's ok if we go a different direction. See urbanskimichal#2. Thank you again @urbanskimichal! |
|
This is available on an integration branch at https://github.com/sampottinger/processing4 ( |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Work done:
frameoccurs during compilation.Changes in 4.0document.For now I don't think I'm ready for the auto-fix, but can think about it in the future.
This is my first contribution so I'm waiting for suggestions or opinions.