Uh oh!
There was an error while loading. Please reload this page.
gh-136061: IDLE - modernize idlelib code in editor.Editor.load_extension methodname processing - #134874
gh-136061: IDLE - modernize idlelib code in editor.Editor.load_extension methodname processing#134874johnzhou721 wants to merge 38 commits into
Conversation
terryjreedy
commented
May 29, 2025
I believe that the 6 lines from 1205 to 1210 can be replaced by 2 lines -- an re.match and an f-string. I will submit an alternate proposal later. I believe that the input |
ZeroIntensity
left a comment
There was a problem hiding this comment.
Assuming this is the fix that we go with, let's add a test case.
Uh oh!
There was an error while loading. Please reload this page.
johnzhou721
commented
May 29, 2025
via email
@terryjreedy so should I leave the code for now, or should I go ahead
and replace with the re.match thing you are going to propose?
@ZeroIntensity so do you mean that active voice is preferred in
release notes? I can replace this specific case with the change that
you are suggesting, but I'm asking for advice in this aspect for
future News. |
Uh oh!
There was an error while loading. Please reload this page.
johnzhou721
commented
May 29, 2025
via email
Yes, I think it can be. Will fix. … Message ID: ***@***.***>
|
kexinoh
commented
May 30, 2025
@johnzhou721 Lines 1373 to 1378 in 5ab66a8 As an example, I successfully utilized Gemini 2.5 Pro to generate a reasonable fix for this problem. Could you give it a try? |
johnzhou721
commented
May 30, 2025
@kexinoh Yes, I would give it a try once I have time; however, I am working on something else right now -- is it acceptable if I delay this by about a day or so? (if anyone else has a fix ready before I get to this, feel free to make a pr onto the branch of my pr and I'll merge it into my PR) |
…dziqkQ.rst Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
johnzhou721
commented
May 30, 2025
@kexinoh I have a small amount of time not enough to work on anything else before I end my day so I attempted the issue you pointed out -- but can't test though. |
johnzhou721
commented
May 30, 2025
Where? How? For what? Thanks! @ZeroIntensity |
ZeroIntensity
commented
May 30, 2025
We need a test case in |
johnzhou721
commented
Jun 29, 2025
I have made the requested changes; please review again FYI: I credited @terryjreedy as well since they came up with the approach for combining it into all one line. (@terryjreedy: not sure about your pronouns, sorry for using they) |
Thanks for making the requested changes! @terryjreedy: please review the changes made to this pull request. |
zware
commented
Jun 30, 2025
My suspicion would be that the push to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
johnzhou721
commented
Jul 4, 2025
Wow. Apparently I forgot to resolve a conversation. Since this is finalized, merging main to retrigger this. @terryjreedy Have you had time to rereview this yet? Thanks! |
johnzhou721
commented
Jul 4, 2025
Hmm... apparently the labels in the sidebar is triggering the issue, not the Resolve Conversation on GitHub. Sorry for merging main again! |
johnzhou721
commented
Jul 11, 2025
@terryjreedy Is there anything else I need to do to get this merged, or are you just busy? Thanks! |
johnzhou721
commented
Jul 11, 2025
#136556 tracks the refactoring for the backspace part... I don't know if any information will need to be included there. The issue in its curretn form is quite vague and I am clueless about what to do. |
johnzhou721
commented
Sep 7, 2025
@terryjreedy Is there any chance that you'd have time to look at this again? Thank you! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
merwok
commented
Nov 4, 2025
Can the PR title be changed to be more useful? Every PR is a change. Good titles say «Add thing to spam» or «Fix eggs with ham» |
This PR is stale because it has been open for 30 days with no activity. |
A DOS by Quadratic complexity issue is fixed in idlelib. Part of (but does not fix) #134873.