-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[stable9] remove reference magic #25843
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
|
@butonic, thanks for your PR! By analyzing the annotation information on this pull request, we identified @PVince81, @Xenopathic and @icewind1991 to be potential reviewers |
|
marking as regression because without this wnd will faul to work when logging is enabled because we merged the trace logging. actually only the test on the admin page fails ... oh whatever |
|
do you think this could cause other regressions like, other twisted code that would expect this twisted situation ? |
|
actually I am more worried what the current code does when sending the configreport. The reference magic I am removing is only used to shorten the code ... |
a3d8b8e to
2aa0c34
Compare
|
Tested with SFTP with $user var in the root path, still works fine 👍 |
|
If it's not commented, I'd expect this to work this way 👍 |
2aa0c34 to
d751859
Compare
d751859 to
643c803
Compare
|
Retested, still works |
|
this wasn't discovered by CI and likely won't either. A local run of ./autotest-external.sh which covers some cases didn't show any failures. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
using sth like
will replace all values in the array with a reference to the value. when you later try to copy the array and modify a value (eg to filter out passwords), expecting the original array to be left intact ... you will be disappointed
cc @PVince81 @jvillafanez @DeepDiver1975
will submit PRs up to master