Dănuț Filimon's activity
From 02/22/2025 to 03/23/2025
03/20/2025
- 08:02 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I managed to recover my changes and commit them to *7180a/15471* + the ones I wanted to commit originally (I hope the...
- 06:49 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I think I can recover this from the .~1~ files that are created on the revert.
- 06:48 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg, somehow I lost my commit from *7180a/15741* ......
- 05:50 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I managed to refactor a few points to avoid using @removeAll()@ from @ArtifactCollection@. I need to fix another scen...
03/17/2025
- 09:37 AM User Interface Bug #9792: Frame handle: Can't query side-labels
- Example...
- 09:35 AM User Interface Bug #9792 (Test): Frame handle: Can't query side-labels
03/12/2025
- 08:32 AM Database Bug #7924 (Test): add support for creating an empty database
- The effort was moved to #7894 task and completed.
Branch 7894a was merged into trunk as rev. 15770 and archived.
... - 07:53 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I tried to replace the @SchemaConfig$NsConfig.importFile@ with an Artifact, eventually I ended up noticing that the @...
03/11/2025
- 04:35 AM Database Bug #9755: Reimplement AdaptiveQuery dynamic-mode using a LookAheadResults delegate
- Alexandru Lungu wrote:
> ...
> There is no point in "revalidating" if a @LookAheadQuery@ delegate for dynamic-mode ...
03/10/2025
- 09:02 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg Shah wrote:
> Intermediate or output artifacts might have a link to a @SourceArtifact@ that they are created fr... - 06:08 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Dănuț Filimon wrote:
> My next steps:
> * find more usages of FileList in drivers and replace them with artifacts
... - 05:51 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Committed *7180a/15741*. Initial implementation for replacing *FileList* usage with artifacts in the conversion proce...
03/07/2025
- 08:37 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg Shah wrote:
> We want to have the qualified filenames (even for newly created artifacts) to be managed (and eve... - 05:07 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Had an issue with the import process on the hotel app, it was looking for a file in @data/hotel.p2o@ in @gatherTarget...
- 02:57 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg Shah wrote:
> > The Iterator<Artifact> can't be reset., this is the only problem I can see with this idea.
>
...
03/06/2025
- 07:13 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I've updated the code to use an ArticatCollection, some things I've remarked that might be of concern:
* @Conversion... - 02:25 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg Shah wrote:
> > The alternative of the @FileList@ will be a list of @Artifact@ instances, this makes it difficu...
03/05/2025
- 08:43 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I am making good progress on the hotel conversion, attached to this issue is the current state of the conversion proc...
- 04:50 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I've reached a stable version here I can build the 7180a branch, but there are a lot of conversion/import issues whic...
- 03:40 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg Shah wrote:
> Wherever we use a @FileList@ instance, we will need to refactor it to use the AM. For example, t...
03/04/2025
- 10:27 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg, I am afraid I am going too deep into the idea of "using artifacts instead of FileList" so let me ask a question...
- 06:19 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- It seems my next commit will take a while, currently working my way into the conversion and it's a lot more that I ex...
- 04:02 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg Shah wrote:
> I think that the @ArtifactManager@ (AM) should handle the creation and processing of the list, in... - 08:06 AM Base Language Bug #9060 (WIP): Cache oftenly used values that are immutable
03/03/2025
- 06:44 AM Database Bug #9701: RecordBuffer.updateCurrentChanged can be optimized to use a fast DMO equality check
- Andrei Plugaru wrote:
> I have merged to trunk as rev 15750.
>
> *Danut, should I also port it to 7156c and 7156e... - 05:33 AM Database Bug #8868 (Rejected): Fix "Can't normalize FWD value to use it with direct access." error for Fie...
- This fix made it into trunk as rev 15687, it was part of #9587. I am dead archiving 8868a and rejecting this issue.
- 04:29 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Looking at the conversion driver I can simply pass the FileList as a parameter to the @ArtifactManager.createArtifact...
- 04:00 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Thanks for the input, I plan to start modifying the ConversionDriver first to make use of the artifacts.
Greg Shah...
02/28/2025
- 07:03 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I have more questions:
# If I want to have the artifacts available before any processing it's done (e.g. conversion,... - 06:33 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Committed *7180a/15740*. Added artifact classes, added functionalities to ArtifactManager.
- 02:41 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Greg Shah wrote:
> > Created @ArtifactHandler@ should extend @org.eclipse.jetty.server.handler.AbstractHandler@, ths... - 02:18 AM Database Bug #9713: Remove singleBuffer from FQLPreprocessor constructor call
- This task was created based on #9695-27.
The main drive for this task is that The @private FQLPreprocessor(List<Re... - 02:11 AM Database Bug #9713 (New): Remove singleBuffer from FQLPreprocessor constructor call
02/27/2025
- 06:50 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- During the execution of the @ConversionDriver@, @FileSpecList@ is used to build the conversion list in @TransformDriv...
- 05:18 AM Conversion Tools Feature #7180 (WIP): create a centralized manager for the conversion list and per-file/project st...
- Thanks for the feedback Greg, I have a general idea on how I want to get into this now.
At the moment I did the fo...
02/26/2025
- 07:31 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- I looked over the added classes (@Artifact@, @SourceArtifact@ and @ArtifactManager@) and noted the followind:
* The ... - 06:50 AM Conversion Tools Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- Rebased *7180a* to latest *trunk/15737*, the branch is now at revision *15739*.
Also available in: Atom