Actions
Bug #5401
closedSome identifiers incorrectly returns $false
Start date:
10/08/2021
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
Yes
Description
does not work on the latest beta version released today, I restored the old version from September 2021
var %windowtest @test if ($window(%windowtest).state == $null) { window -kn %windowtest } echo %windowtest $timestamp $nick test
Updated by Per Amundsen about 3 years ago
- Subject changed from $window(%windowtest) does not work on version beta of 8 october to Some identifiers incorrectly returns $false
- Category set to Scripting
- Status changed from New to Resolved
- Assignee set to Per Amundsen
- Regression changed from No to Yes
The problem is actually $null and some other identifiers becoming literal $false, should be fixed in new beta coming soon.
Updated by Per Amundsen about 3 years ago
- Status changed from Resolved to Closed
Actions