You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A question: do I understand correctly that this code is now essentially just setting e.Temporary to false, nothing else? It would make sense, given the function name.
I just don't exactly understand why it's happening, since I'm not very familiar with how one is supposed to handle e.Temporary() == true, anyway.
ea78a26
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.
Hi gary,
This does solve the problem from efd7f76#commitcomment-8469746
Which is great, thanks!
A question: do I understand correctly that this code is now essentially just setting e.Temporary to false, nothing else? It would make sense, given the function name.
I just don't exactly understand why it's happening, since I'm not very familiar with how one is supposed to handle e.Temporary() == true, anyway.
ea78a26
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.
Yes, it's forcing err.Temporary() to false and nothing else.