Re: RFR: 8357048: RunTest variables should always be assigned

2025-05-20 Thread Erik Joelsson
On Tue, 20 May 2025 13:28:22 GMT, Magnus Ihse Bursie wrote: > In `SetJtregValue` and `SetMicroValue`, if a default or user-supplied value > was given, the corresponding "local" variable was assigned using :=, which > will force future eager evaluation of the variable, most notably `+=`. > Howe

RFR: 8357048: RunTest variables should always be assigned

2025-05-20 Thread Magnus Ihse Bursie
In `SetJtregValue` and `SetMicroValue`, if a default or user-supplied value was given, the corresponding "local" variable was assigned using :=, which will force future eager evaluation of the variable, most notably `+=`. However, if no default nor user-assigned value was given, the variable was