General

Profile

Paula Păstrăguș's activity

From 12/18/2025 to 01/16/2026

01/16/2026

10:33 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Remaining tests: *0* (out of a batch of almost @6792@ thousand tests).
I resolved the invalid cases for both @DSTR...
Paula Păstrăguș
06:41 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Remaining tests: *8*
All tests from @comments/invalid@ are now resolved.
Previously, in ANTLR2, when a comment ...
Paula Păstrăguș

01/15/2026

07:44 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Remaining tests: *13*
I think I solved the @NUM_LITERAL@ digs issue, plus 4 tests from @string/../valid@.
Paula Păstrăguș
02:46 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
The reason @caseInsensitive@ wasn’t enough is that it only helps ANTLR match token patterns (literals / character ran... Paula Păstrăguș

01/14/2026

09:21 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
The goal of @slash/valid/backslash_slash.p@ is to drop a backslash when it is immediately followed by a slash. A typi... Paula Păstrăguș
08:59 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
I also resolved @slash/valid/backslash_slash.p@ test. *21* files remains. Paula Păstrăguș
05:50 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
The number of files with differences has dropped to *22* after fixing the @unquoted@ issue.
Here is an image with ...
Paula Păstrăguș

01/13/2026

03:57 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
I attached a video. Paula Păstrăguș
03:51 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
I'm okay with the changes. It might be worth adding a null check for the tooltip instance to avoid a potential NPE.
...
Paula Păstrăguș

01/12/2026

10:20 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
I discovered something interesting that fixes roughly 20 tests, bringing the number of files with differences down to... Paula Păstrăguș
10:14 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
What if we also check whether the pointer is inside the tooltip’s own bounds? The original flickering occurred becaus... Paula Păstrăguș

01/09/2026

08:48 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
Eugenie Lyzenko wrote:
> Yes, the tabs label highlight issue is coming back when we turn on the tooltip usage in Hot...
Paula Păstrăguș
08:37 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
Windows10Theme Paula Păstrăguș
08:16 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
Oh, you dug a bit into the Hotel GUI code, good catch! In that case, we can proceed with testing to see whether the i... Paula Păstrăguș
08:01 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
In our issue scenario, I think it's not possible to add a tooltip to a folder label. Here's how they are constructed:... Paula Păstrăguș
07:53 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
The video was captured without the boundary check. Paula Păstrăguș
07:52 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
Attached it. Paula Păstrăguș
07:46 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
Eugenie Lyzenko wrote:
> Paula Păstrăguș wrote:
> > If we remove the check, you can see the flicker using the testc...
Paula Păstrăguș
07:45 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
Eugenie Lyzenko wrote:
> Paula Păstrăguș wrote:
> > [...]
>
> What if the button (in Hotel GUI) has tooltip? The...
Paula Păstrăguș
07:36 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
... Paula Păstrăguș
07:20 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
If you’re referring to my suggestion, then yes, by checking whether the widget has a tooltip in addition, both my tes... Paula Păstrăguș
03:57 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
TLDR, my suggestion is to also check if the button has a tooltip or not. Paula Păstrăguș
03:53 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
If we remove the check, you can see the flicker using the testcase from above. Paula Păstrăguș
03:51 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
I initially thought I had tested the scenario without the changes as well, but it looks like I didn’t save the file, ... Paula Păstrăguș
02:57 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
Eugenie Lyzenko wrote:
> Hi Paula,
>
> I'm going to remove boundary check for @GuiButton.mouseExited()@ handler. ...
Paula Păstrăguș

12/19/2025

09:49 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Committed the ProgressLexer.g4 as rev @16007@. Paula Păstrăguș
05:20 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Around 30 tests are invalid ones, and the rest of them are caused by #10804-78, #10804-80. Paula Păstrăguș
04:49 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
The number of files with differences has dropped to *86* after fixing another issue. Paula Păstrăguș
04:31 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
I managed to fix another issue, which reduced the number of files with differences to *90*!! The fix was embedding th... Paula Păstrăguș
04:11 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Actually, that was my mistake, I forgot to reinitialize a value. Thankfully, this isn't an ANTLR4 issue after all.
...
Paula Păstrăguș
03:58 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
I want to correct what I said yesterday about ANTLR4 being fully deterministic. I ran into an odd case where @12@ is ... Paula Păstrăguș
03:37 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
The extra @DOT@ appears when the Progress lexer is instantiated with @kludge = true@. I set this flag to @false@, whi... Paula Păstrăguș
02:31 AM Conversion Tools Feature #10190: Prototype the changes to the build to add ANTLR v4
Thanks, that did the trick! Committed as rev *16006*. Paula Păstrăguș

12/18/2025

09:36 AM Conversion Tools Feature #10190: Prototype the changes to the build to add ANTLR v4
Hynek / Tomasz, could you share your thoughts on the logs being printed twice? Is this expected behavior, or somethin... Paula Păstrăguș
09:33 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Attached it. Paula Păstrăguș
09:23 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Greg, here's the caller code for NUM_action..... Paula Păstrăguș
05:05 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
Consider this example rule:... Paula Păstrăguș
 

Also available in: Atom