Project

General

Profile

Activity

From 07/10/2025 to 08/08/2025

08/08/2025

09:05 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I run large GUI application server with *1752a*. Most of the issues are related to runtime conversion:
* I see that ...
Octavian Adrian Gavril

08/07/2025

09:49 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I converted a large GUI application and the new time is *5 hours 17 minutes*. No conversion errors or compilation err... Octavian Adrian Gavril

08/06/2025

08:33 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've committed new changes in *1752a/16093* that fix locking for temp-table DMOs generation. This way, the testcase f... Octavian Adrian Gavril

08/05/2025

07:01 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Current issue can be reproduce with the following testcase:
@file1.p@:...
Octavian Adrian Gavril
04:20 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I tested with an OO application and now the conversion finish successfully. I have a few compiling errors because of ... Octavian Adrian Gavril
03:51 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
For now, I added a locking system over processing of the same class. This way, no conflicts occur when the super-clas... Octavian Adrian Gavril

08/04/2025

08:08 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Octavian Adrian Gavril wrote:
> Does current conversion prioritize the super-class persistence over the current proc...
Greg Shah
06:00 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Does current conversion prioritize the super-class persistence over the current processed class? How this functionali... Octavian Adrian Gavril
05:00 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
This code section provokes lots of threads conflicts due to operating over the same super-class:... Octavian Adrian Gavril

07/31/2025

09:34 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I tested conversion for the other projects and no new errors occur. The issue described in #3211-80 is fixed now. I a... Octavian Adrian Gavril

07/30/2025

07:48 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I added new changes into *1752a/16091*. These cover the following aspects:
* Added specific locks for @FrameAstKey@ ...
Octavian Adrian Gavril

07/29/2025

02:54 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've committed new changes in *1752a/16090* with a solution for #3211-51. Now, each @setValue@ call of non thread saf... Octavian Adrian Gavril

07/28/2025

10:00 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I think that the root cause of the issue described in #3211-80 is a global variable declared as @threadSafe@ but it s... Octavian Adrian Gavril
03:13 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I converted a large GUI application and I have a compilation error due to procedure names conflicts:
In the same fil...
Octavian Adrian Gavril

07/24/2025

10:04 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've committed one more change in *1752a/16089* to fix some conversion errors that occur after rebasing *1752a*. I co... Octavian Adrian Gavril
06:55 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Branch *1752a* was rebased with *trunk/16065*, new revision is *16087*. I fixed some compilation errors in *16088* Octavian Adrian Gavril
05:02 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've committed some changes into *1752a/15907* that fix naming issue of fields/tables noticed during conversion of Ch... Octavian Adrian Gavril

07/22/2025

09:03 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I redesigned the feature but I couldn't call it from TRPL because separating it from @createJavaFile@ will let other ... Octavian Adrian Gavril

07/21/2025

09:01 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
We cannot put references to DMOs or temp-tables into generic AST support code. Please redesign the feature to expose... Greg Shah
08:18 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've committed new changes in *1752a/15905*:
* I reverted @AstManager@ synchronization and the @AstManagerPlugin@ is...
Octavian Adrian Gavril

07/18/2025

10:24 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Octavian Adrian Gavril wrote:
> In the current conversion version, I understand that each file generates a DMO for e...
Ovidiu Maxiniuc
09:23 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
In the current conversion version, I understand that each file generates a DMO for each temp-table. For files with id... Octavian Adrian Gavril

07/17/2025

10:21 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Octavian Adrian Gavril wrote:
> It's definitely something wrong how @TemplateWorker.graftAt@ works during DMOs gener...
Ovidiu Maxiniuc
10:12 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Octavian Adrian Gavril wrote:
> When temp-table DMOs are generated, I'm observing an issue where some @.jast@ files ...
Ovidiu Maxiniuc
09:49 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
It's definitely something wrong how @TemplateWorker.graftAt@ works during DMOs generation. If the ids issue is not sh... Octavian Adrian Gavril
07:54 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
When temp-table DMOs are generated, I'm observing an issue where some @.jast@ files contain asts with identical ids. ... Octavian Adrian Gavril

07/16/2025

10:02 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I think we can add this implicit release of locks in @SymbolResolver.resetVariables@. If that @AstKey.lock@ was not r... Octavian Adrian Gavril
09:06 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Ovidiu Maxiniuc wrote:
> I had a quick peek at 1752a / r15902. I understand that it is still WIP.
>
> IMHO, we sh...
Octavian Adrian Gavril

07/15/2025

04:37 PM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I had a quick peek at 1752a / r15902. I understand that it is still WIP.
IMHO, we should not parallelise the @Impo...
Ovidiu Maxiniuc

07/14/2025

07:03 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Greg Shah wrote:
> We don't want a global lock. That essentially single threads the DMO conversion. Not good.
>
...
Octavian Adrian Gavril

07/11/2025

10:59 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
We don't want a global lock. That essentially single threads the DMO conversion. Not good.
Instead, we would add...
Greg Shah
09:58 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Indeed, there are some shared maps used to check if the current temp-table has been already created using an @AstKey@... Octavian Adrian Gavril
05:19 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Don't we have a map in which we store some reference to a temp-table that is being converted to a DMO, keyed by an in... Greg Shah
04:28 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I'm currently working on how to manage temp-tables processing from @p2o.xml@. The issue is that instead of all thread... Octavian Adrian Gavril
 

Also available in: Atom