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... - 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 ...
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@. - 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...
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...
- 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.
- 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 ...
01/13/2026
- 03:57 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- I attached a video.
- 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.
...
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...
- 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...
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... - 08:37 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Windows10Theme
- 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...
- 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:...
- 07:53 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- The video was captured without the boundary check.
- 07:52 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Attached it.
- 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... - 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... - 07:36 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- ...
- 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...
- 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.
- 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.
- 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, ...
- 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. ...
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@.
- 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.
- 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.
- 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...
- 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.
... - 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 ...
- 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...
- 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*.
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...
- 09:33 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
- Attached it.
- 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.....
- 05:05 AM Conversion Tools Feature #10804: create replacement AST implementation for use with ANTLR 4
- Consider this example rule:...
Also available in: Atom