Project

General

Profile

Activity

From 09/14/2025 to 10/13/2025

10/13/2025

07:32 AM Bug #10626: DMO names can collide on case-insensitive file-system
I setup and tested POJOs on hotel and found no issues, the hotel.p2o ends up using the correct class names (FooBarSom... Dănuț Filimon
05:47 AM Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> Perfect, I'll just have to implement the contains() method for CaseInsensitiveHashMap in this...
Dănuț Filimon
05:44 AM Bug #10626: DMO names can collide on case-insensitive file-system
Constantin Asofiei wrote:
> Dănuț Filimon wrote:
> > Constantin Asofiei wrote:
> > > We need to generate the same ...
Dănuț Filimon
05:16 AM Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> Constantin Asofiei wrote:
> > We need to generate the same .java names regardless of OS - so...
Constantin Asofiei
05:15 AM Bug #10626: DMO names can collide on case-insensitive file-system
Constantin Asofiei wrote:
> We need to generate the same .java names regardless of OS - so I think that collection n...
Dănuț Filimon
05:08 AM Bug #10626: DMO names can collide on case-insensitive file-system
We need to generate the same .java names regardless of OS - so I think that collection needs to be case-insensitive, ... Constantin Asofiei
04:50 AM Bug #10626 (WIP): DMO names can collide on case-insensitive file-system
Error from windows:... Dănuț Filimon

10/10/2025

09:32 AM Feature #10701 (New): implement support for generative AI code assist
Greg Shah
09:28 AM Feature #3703: implement TRPL based linting support
Although my initial idea was to implement these as reports, it is likely that the reporting/analytics will migrate in... Greg Shah
09:25 AM Feature #10700: expose analytics features in our IDE support
Maintaining a separate web UI for analytics is extra work for us and inconvenient for our users. A better solution i... Greg Shah
09:18 AM Feature #10700 (New): expose analytics features in our IDE support
Greg Shah
08:36 AM Bug #10626: DMO names can collide on case-insensitive file-system
Good, opsys is out of the question.
I converted the two tables, Foo_BARSomething and Foo_BAR_Something, and got a ...
Dănuț Filimon
07:21 AM Bug #10626: DMO names can collide on case-insensitive file-system
We shouldn't change the output based on the OPSYS setting. The output should be the same always (safe for case-insen... Greg Shah
07:07 AM Bug #10626: DMO names can collide on case-insensitive file-system
We use @opsys@ to determine what OS is being used (default is Unix OS). opsys can be set in @p2j.cfg.xml@, so there's... Dănuț Filimon
06:08 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Code Review Task Branch 6083a Revision 16224
No objection.
Greg Shah
03:08 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Committed *6083a/16224*. Fixed file copy and file separator. Dănuț Filimon
06:05 AM Feature #10265: schema-only conversion
Code Review Task Branch 10265a Revision 16215
It looks good.
Greg Shah
06:02 AM Feature #10265 (Internal Test): schema-only conversion
Greg Shah wrote:
> Code Review Task Branch 10265a Revision 16214
>
> This is good. The only change that may be n...
Dănuț Filimon
05:21 AM Feature #10265: schema-only conversion
Code Review Task Branch 10265a Revision 16214
This is good. The only change that may be needed is to output somet...
Greg Shah

10/09/2025

08:31 AM Bug #10626: DMO names can collide on case-insensitive file-system
Dănuț Filimon wrote:
> I've made a similar patch to #10626-2 in #9917, it was for the frames and menus (explained th...
Constantin Asofiei
08:26 AM Bug #10626: DMO names can collide on case-insensitive file-system
I've made a similar patch to #10626-2 in #9917, it was for the frames and menus (explained the issue in #9917-10, the... Dănuț Filimon
06:01 AM Bug #10569: Semicolon is skipped while preprocessing
Radu Apetrii wrote:
> Alex/Danut: if you don't plan on assigning this issue to somebody from your team, can you plea...
Dănuț Filimon
05:58 AM Bug #10569: Semicolon is skipped while preprocessing
Alex/Danut: if you don't plan on assigning this issue to somebody from your team, can you please suggest a place wher... Radu Apetrii
03:50 AM Feature #10265: schema-only conversion
Rebased *10265a* to latest *trunk/16212*, the branch is now at revision *16214*. Dănuț Filimon
03:41 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Dănuț Filimon wrote:
> Octavian, please check #10536-27 - #10536-32 and #10536-38 - #10536-39.
I included that pa...
Octavian Adrian Gavril
03:14 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Octavian, please check #10536-27 - #10536-32 and #10536-38 - #10536-39. Dănuț Filimon

10/08/2025

05:59 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Greg Shah wrote:
> Code REview Task Branch 6083a Revision 1622
>
> I'm fine with the changes.
>
> Please do en...
Dănuț Filimon
04:58 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Code Review Task Branch 6083a Revision 1622
I'm fine with the changes.
Please do enough testing to confirm it i...
Greg Shah
03:57 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Dănuț Filimon wrote:
> Greg Shah wrote:
> > I have reconsidered the @name_map.xml@ changes. It was my mistake to f...
Dănuț Filimon
03:02 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Ovidiu Maxiniuc wrote:
> Review of 10639a/16189.
> The code should work now. But I do not understand the usage of @...
Octavian Adrian Gavril

10/07/2025

02:49 PM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
I can confirm your observation that the _2 and subsequent interfaces are no longer created.
Therefore I studied a ...
Ovidiu Maxiniuc
09:45 AM Bug #10639 (Review): Incremental conversion - unexpected DMO generation for space-only changes
I've committed the last proposed solution in *10639a/16189*. I followed the suggestions from #10639-19 to modify the ... Octavian Adrian Gavril
10:09 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Greg Shah wrote:
> I have reconsidered the @name_map.xml@ changes. It was my mistake to force that into this task. ...
Dănuț Filimon
10:01 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
I have reconsidered the @name_map.xml@ changes. It was my mistake to force that into this task. Please separate tha... Greg Shah

10/06/2025

07:30 AM Bug #10678: ~u#### escape sequences which have no equivalent in the cpinternal should be not con...
Testcase:
cpinternal = ISO8859-1...
Delia Mitric
07:29 AM Bug #10678 (New): ~u#### escape sequences which have no equivalent in the cpinternal should be n...
Delia Mitric

10/03/2025

06:11 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Indeed, that is a puzzle. Try to remove the @build/@ folder and reconvert/recompile the project again. Some classes m... Ovidiu Maxiniuc
02:30 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Ovidiu Maxiniuc wrote:
> Because @v1@'s definition has an additional @initial "desc"@, FWD decides the tables are no...
Octavian Adrian Gavril
02:20 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Greg Shah wrote:
> We should be converting everything dependent upon the @Tt_1.java@ when it gets reconverted.
Ye...
Octavian Adrian Gavril

10/02/2025

11:44 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Because @v1@'s definition has an additional @initial "desc"@, FWD decides the tables are not compatible. I think this... Ovidiu Maxiniuc
11:07 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
We should be converting everything dependent upon the @Tt_1.java@ when it gets reconverted. If we don't include all ... Greg Shah
08:57 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Does anyone know how could I generate this kind of hierarchy: @Tt_1.java@, @Tt_1_1.java@ and @Tt_1_2.java@?
@start...
Octavian Adrian Gavril

10/01/2025

06:43 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Greg Shah wrote:
> Danut has changes in this area in 6083a.
I tested Danut's changes but the issue is not fixed. ...
Octavian Adrian Gavril
05:03 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Danut has changes in this area in 6083a. Greg Shah
04:42 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Constantin Asofiei wrote:
> I would go a different way: is OK to re-generate all DMOs, but the name should be preser...
Octavian Adrian Gavril
04:36 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
I would go a different way: is OK to re-generate all DMOs, but the name should be preserved *if the key matches*. Ma... Constantin Asofiei
04:11 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
... Octavian Adrian Gavril

09/30/2025

10:02 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Make sure that we aren't duplicating work that was already done in 6083a. Greg Shah
08:42 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
It seems that @pre_tmpTabNames_work@ is the one that doesn't contain @Tt_1.java@, not @pre_tmpTabNames@. Octavian Adrian Gavril
08:17 AM Bug #10639 (WIP): Incremental conversion - unexpected DMO generation for space-only changes
The root cause of not considering @Tt_1.java@ is that when @p2o_pre.xml@ is executed and @pre_tmpTabNames@ is created... Octavian Adrian Gavril
08:12 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
I don't recall exactly when, but this was a known 'limitation' of incremental conversion, from few years back. I thi... Constantin Asofiei
08:11 AM Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Use the following testcase:
@a.p@:...
Octavian Adrian Gavril
08:01 AM Bug #10639 (Review): Incremental conversion - unexpected DMO generation for space-only changes
Octavian Adrian Gavril

09/26/2025

09:24 AM Bug #10626: DMO names can collide on case-insensitive file-system
> This task is meant to check the OS-filename generated for artifacts like DMOs, POJOs, frames, menus, etc, if FWD is... Greg Shah
09:07 AM Bug #10626: DMO names can collide on case-insensitive file-system
From #10536-27:
I don't know when this was regressed, but if you have two tables named @Foo_BARSomething@ and @Foo...
Constantin Asofiei
09:05 AM Bug #10626 (Test): DMO names can collide on case-insensitive file-system
Constantin Asofiei

09/19/2025

06:29 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Alexandru Lungu wrote:
> Danut, can you document which changes are mandatory for customer projects once 6083a gets i...
Dănuț Filimon
06:25 AM Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Danut, can you document which changes are mandatory for customer projects once 6083a gets into trunk? Alexandru Lungu

09/15/2025

10:49 AM Feature #6319: IntelliJ plugin
JetBrains have a new IDE which is similar to VSCode. It has a smart mode in which it can support many standard langua... Florin Eugen Rotaru
10:44 AM Feature #3881: output actual file and line/column for all outputs in conversion/analytics
What I would do next here is:
1. Make sure the bug describe above is fixed (i.e. the @pphints@ metadata correctly ...
Florin Eugen Rotaru
10:37 AM Feature #10190: Prototype the changes to the build to add ANTLR v4
Besides the version compatibility tested for antlr4 and Java8, perhaps we should also test some conversions to make s... Florin Eugen Rotaru
08:55 AM Support #10231 (Review): Document the code style guidelines for ANTLR grammars, based on progress.g
Greg Shah
08:29 AM Bug #10569: Semicolon is skipped while preprocessing
> a = 'text1'~'text2~'text3~'`.
I think this is a regression from #6859 :/ The trailing back tick shouldn't be the...
Alexandru Lungu
07:59 AM Bug #10569: Semicolon is skipped while preprocessing
Take a look at the following 4GL example.
@start.w@:...
Radu Apetrii
07:52 AM Bug #10569 (Internal Test): Semicolon is skipped while preprocessing
Radu Apetrii
 

Also available in: Atom