carloea2 commented on PR #7551: URL: https://github.com/apache/texera/pull/7551#issuecomment-5272539903
Thanks for catching this. I changed the insertion logic so new parameters are added at the top of `open()`, immediately after its docstring when present. This avoids relying on the previous declaration’s syntax boundary, which caused the invalid indentation in your example. I also added a regression test for the exact `if` followed by `for` case shown in your feedback. The focused frontend tests now pass (33/33), along with the frontend formatting and lint checks. Could you please take another look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
