Activity
From 07/27/2025 to 08/25/2025
08/21/2025
- 03:54 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- The large GUI application converted successfully but I have a few class properties that are called @varName@ instead ...
08/20/2025
- 09:35 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Added that fix in *1752a/16141*. I added single threaded mode as well, but it's not used. I tested on a few apps and ...
- 08:50 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I think I found another fix for naming problem of fields/tables. I removed synchronization and shared @NameConverterW...
- 08:43 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> > All @NameConverterWorker@ state is context-local implemented for runtime conversion. I had to s... - 08:38 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > All @NameConverterWorker@ state is context-local implemented for runtime conversion. I had to share that state betw...
- 06:51 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- All @NameConverterWorker@ state is context-local implemented for runtime conversion. I had to share that state betwee...
- 06:10 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I don't want to artificially limit our future improvements by forcing single threading for any significant portion of...
- 05:51 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I've analyzed the conversion logs with *1752a* vs *trunk* and I can see that DMOs generation phases are improved with...
08/19/2025
- 06:45 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- After retesting conversion with a few apps, these are the last minor differences:
* there are different numbers for ... - 05:10 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I went through all modified files, did some clean up and added history entries / javadocs where it was missing. These...
08/14/2025
- 09:50 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- The conversion completed successfully. I committed the new changes into *1752a/16139*.
- 09:00 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I removed locks mentioned in #3211-88 and implemented the idea from #3211-87. If I want to process class @B.cls@ whic...
08/12/2025
- 08:13 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Fixed some differences from @cvt/data@ in *1752a/16138*. This way, files from @dmo/_meta@ are now identical.
- 06:23 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I run performance tests for an OO application and all tests passed. I run unit tests for a large GUI application, as ...
- 03:51 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Fixed some compilation errors after rebase in revision *16137*.
- 03:08 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Rebased branch *1752a* with *trunk/16107*, new revision is *16136*.
08/11/2025
- 09:05 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I added new changes into *1752a/16094* that include the issues discussed above. In addition:
* I've also removed th...
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 ...
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...
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...
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@:... - 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 ...
- 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...
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... - 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...
- 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:...
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...
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@ ...
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...
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...
- 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...
Also available in: Atom