General

Profile

Dănuț Filimon's activity

From 07/22/2025 to 08/20/2025

08/19/2025

09:14 AM Database Support #6709: track nested FIND inside a related FOR loop
Rebased *6709a* to latest *trunk/16122*, the branch is now at revision *16129*. Dănuț Filimon
09:02 AM Database Bug #9016: Improve performance in FQLPreprocessor by using astCache
Alexandru, let me know if you have any plans to review 9016a or add it directly to the work from #10362. Dănuț Filimon
09:00 AM Database Bug #9078: emit FindQuery as (reused) variables
Rebased *9078b* to latest *trunk/16122*, the branch is now at revision *16134*. Dănuț Filimon
07:08 AM Conversion Tools Bug #10208: do not convert the schema in incremental mode if it hasn't changed
Committed *10208a/16118*. SchemaLoader should have schemasChanged passed in runSchemaLoader().
Mutable databases w...
Dănuț Filimon
05:43 AM Conversion Tools Bug #10208: do not convert the schema in incremental mode if it hasn't changed
I tested incremental conversion for two customers and even if the schema was not changed, it was still running the Sc... Dănuț Filimon

08/18/2025

09:03 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
Dănuț Filimon wrote:
> Issues:
> * I am calculating the table hash and overriding before I can compare it
I have...
Dănuț Filimon
07:15 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
At the moment, I've managed to implement the following:
# When we have changed schemas, I iterate over the ones that...
Dănuț Filimon
08:18 AM Conversion Tools Feature #6256 (Test): improved profile support
Branch 6256a was merged to trunk as rev. 16116 and archived. Dănuț Filimon

08/14/2025

06:57 AM Conversion Tools Feature #7180 (Review): create a centralized manager for the conversion list and per-file/project...
Rebased *7180a* to latest *trunk/16115*, the branch is now at revision *16137*.
Committed revisions *16138* and *1...
Dănuț Filimon
06:34 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Committed *7180a/16132*: Moved getPathToConversionFolder() and getPathToSourceFileFromConversionFolder() to ArtifactM... Dănuț Filimon
05:37 AM Database Bug #9016: Improve performance in FQLPreprocessor by using astCache
Rebased *9016a* to latest *trunk/16114*, the branch is now at revision *16115*. Dănuț Filimon
04:42 AM Conversion Tools Bug #10208 (Review): do not convert the schema in incremental mode if it hasn't changed
Committed *10208a/16117*. Fixed full conversion problem where schemasChanged was null and the standard.df was skipped... Dănuț Filimon
04:09 AM Conversion Tools Bug #10208 (WIP): do not convert the schema in incremental mode if it hasn't changed
Currently working on a fix. Dănuț Filimon
04:08 AM Conversion Tools Bug #10208: do not convert the schema in incremental mode if it hasn't changed
There's a scenario in ETF where the schemasChanged is null, but also should contain all the schemas because we are no... Dănuț Filimon

08/13/2025

12:09 PM Conversion Tools Bug #10208: do not convert the schema in incremental mode if it hasn't changed
Found an issue with ETF conversion, I will be investigating. Dănuț Filimon
04:01 AM Conversion Tools Bug #10208: do not convert the schema in incremental mode if it hasn't changed
Rebased *10208a* to latest *trunk/16110*, the branch is now at revision *16116*. Dănuț Filimon
04:46 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Rebased *7180a* to latest *trunk/16110*, the branch is now at revision *16131*. Dănuț Filimon

08/12/2025

06:53 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Looked at the ArtifaceManager and Configuration classes, the following are required by the ArtifactManager:
* @getPa...
Dănuț Filimon

08/11/2025

08:44 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Committed *7180a/16111*. Compatibility changes after rebasing and picking up 5586a.
I will also look into #7180-1...
Dănuț Filimon

08/08/2025

11:00 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Greg Shah wrote:
> Please consider if code like @Configuration.getPathToSourceFileFromConversionFolder()@ should be ...
Dănuț Filimon
06:04 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
There are also cases where I create an artifact by doing @artifact.getRelativePATH() + the extension@, those should a... Dănuț Filimon
03:15 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Most of the problems with 7180a after the trunk rebase is that transforming artifacts and retrieving the original art... Dănuț Filimon

08/07/2025

07:51 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
Rebased *7180a* to latest *trunk/16090*, the branch is now at revision *7180a/16110*. I will follow up with another c... Dănuț Filimon

08/06/2025

09:21 AM Conversion Tools Feature #5586 (Test): move all conversion artifacts/outputs into the cvtdb or into a dedicated di...
Branch 5586a was merged to trunk as rev. 16089 and archived. Dănuț Filimon
04:59 AM Conversion Tools Feature #6083: schema (.df) changes in incremental conversion mode should only reconvert those pr...
*Note: Everything I mention will consider the implementation from 10208a to be part of this task.*
Even if there ...
Dănuț Filimon
03:00 AM Conversion Tools Feature #6083 (WIP): schema (.df) changes in incremental conversion mode should only reconvert th...
Created *6083a* from latest *trunk/16087*. Dănuț Filimon
03:49 AM Conversion Tools Bug #10208 (Review): do not convert the schema in incremental mode if it hasn't changed
The solution is simple, only save the file hash if we use a df file:... Dănuț Filimon
03:17 AM Conversion Tools Bug #10208 (WIP): do not convert the schema in incremental mode if it hasn't changed
I started working on the regression test plan and found this issue while testing a customer application:... Dănuț Filimon

08/05/2025

08:17 AM Conversion Tools Bug #10208: do not convert the schema in incremental mode if it hasn't changed
Committed *10208a/16079*, added a detailed javadoc to @schemasChanged@ set class members in @TransformDriver@ and @Sc... Dănuț Filimon
07:45 AM Conversion Tools Bug #10208 (Internal Test): do not convert the schema in incremental mode if it hasn't changed
Greg Shah wrote:
> Code Review Tk Branch 10208a Revision 16078
>
> Overall, I agree with the changes for when we ...
Dănuț Filimon

08/04/2025

06:41 AM Conversion Tools Bug #10208 (Review): do not convert the schema in incremental mode if it hasn't changed
Greg Shah wrote:
> Code Review Task Branch 10208a Revisons 16075 through 16077
>
> Overall the changes are a good...
Dănuț Filimon

07/30/2025

07:01 AM Conversion Tools Bug #10208 (Review): do not convert the schema in incremental mode if it hasn't changed
Committed *10208a/16077*. Removed IncrementalCvtRunMode, omitting the schema related phases can be achieved using the... Dănuț Filimon

07/29/2025

06:17 AM Conversion Tools Bug #10208: do not convert the schema in incremental mode if it hasn't changed
Rebased *10208a* to latest *trunk/16074*, the branch is now at revision *16076*. Dănuț Filimon

07/28/2025

07:40 AM Conversion Tools Bug #9863 (Test): Fileset eXclude broken on native Windows
Branch 9863a was merged to trunk revision 16071 and archived. Dănuț Filimon
02:07 AM Conversion Tools Bug #9863: Fileset eXclude broken on native Windows
Regression testing completed, no issues found.
*9863a* can be merged to trunk.
Dănuț Filimon
06:48 AM Conversion Tools Bug #9917: Fileset not ignoring case
I will revert the Set changes and see if the problem persists. If this is the cause, I will create a separate issue t... Dănuț Filimon
06:46 AM Conversion Tools Bug #9917: Fileset not ignoring case
I had to setup the customer application locally and run the conversion to check what files end up causing the problem... Dănuț Filimon

07/25/2025

03:00 AM Database Support #6709: track nested FIND inside a related FOR loop
Dănuț Filimon wrote:
> I committed *6709a/16053*. There was an issue with RuntimeJastInterpreter.java where the Data...
Dănuț Filimon

07/24/2025

09:49 AM Database Support #6709 (Review): track nested FIND inside a related FOR loop
I committed *6709a/16053*. There was an issue with RuntimeJastInterpreter.java where the DataModelObject array was no... Dănuț Filimon
07:17 AM Database Support #6709 (WIP): track nested FIND inside a related FOR loop
I am putting this into WIP as I am close to getting the runtime changes done, so I'd rather get a review for all of t... Dănuț Filimon

07/22/2025

09:09 AM Conversion Tools Bug #9917: Fileset not ignoring case
Greg Shah wrote:
> I wonder if Octavian's work in #3211 is related?
I'll discuss with Octavian. My changes make t...
Dănuț Filimon
02:44 AM Conversion Tools Bug #9917: Fileset not ignoring case
The problem appears during the @Generate Java Source Data Model Objects (DMOs)@ phase. The differences are like this ... Dănuț Filimon
02:17 AM Conversion Tools Bug #9917 (WIP): Fileset not ignoring case
There's definitely an issue with the 9917a changes, I got the sources/logs for the 9917a and trunk conversions. The p... Dănuț Filimon
04:20 AM Database Support #6709: track nested FIND inside a related FOR loop
Dănuț Filimon wrote:
> I see the ChUI project used @datanames.xml@ which also changes how the converted project sees...
Dănuț Filimon
03:16 AM Base Language Bug #10277: Adaptive Query REPOSITION statement/method error handling improvement
Teodor Gorghe wrote:
> I have found the #7737, which changes @recordOrThrowError@ into @recordOrShowError@ on @Query...
Dănuț Filimon
 

Also available in: Atom