Activity
From 07/03/2025 to 08/01/2025
07/31/2025
- 01:33 PM Bug #10208 (WIP): do not convert the schema in incremental mode if it hasn't changed
- Code Review Task Branch 10208a Revisons 16075 through 16077
Overall the changes are a good first pass. In most ca...
07/30/2025
- 07:01 AM 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...
07/29/2025
- 06:17 AM 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*.
07/28/2025
- 07:40 AM Bug #9863 (Test): Fileset eXclude broken on native Windows
- Branch 9863a was merged to trunk revision 16071 and archived.
- 07:10 AM Bug #9863 (Merge Pending): Fileset eXclude broken on native Windows
- 02:07 AM Bug #9863: Fileset eXclude broken on native Windows
- Regression testing completed, no issues found.
*9863a* can be merged to trunk. - 06:48 AM 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...
- 06:46 AM 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...
07/24/2025
- 09:48 AM Bug #9918: tilde doesn't duplicate semicolon in alternative codings
- Tests that cover this:
* alternative_coding_quirk_01
* alternative_coding_quirk_01_analyze
* alternative_coding_qu... - 09:48 AM Bug #6308: post string literal alternative coding quirk in 4GL preprocessor
- Tests that cover this:
* alternative_coding_quirk_01
* alternative_coding_quirk_01_analyze
* alternative_coding_qu... - 09:47 AM Bug #9886: Double slashes should produce a new line during preprocessing
- Testcases that cover this:
* comments
And the other tests have this checking for @SLASH_SLASH@ creating a NL, but... - 09:46 AM Bug #9903: alternative codings with ' (quote) don't convert to ` (backtick)
- Testcases that cover this:
* alternative_coding_quirk_04 - 09:45 AM Bug #10099: Tilde consumes the octals/follow-up characters, when in OE this doesn't happen
- Testcases that cover this:
* alternative_coding_quirk_06
07/22/2025
- 09:09 AM 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... - 07:48 AM Bug #9917: Fileset not ignoring case
- I wonder if Octavian's work in #3211 is related?
- 02:44 AM Bug #9917: Fileset not ignoring case
- The problem appears during the @Generate Java Source Data Model Objects (DMOs)@ phase. The differences are like this ...
- 02:17 AM 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...
07/18/2025
- 06:06 AM Bug #9917: Fileset not ignoring case
- Dănuț Filimon wrote:
> The customer application converted, but the build failed. Some temp-table dmos were missing a...
07/17/2025
- 03:19 AM Bug #9917: Fileset not ignoring case
- --- deleted, the comment was for another issue
- 02:28 AM Bug #9917: Fileset not ignoring case
- The customer application converted, but the build failed. Some temp-table dmos were missing and might be caused by so...
07/16/2025
- 05:58 AM Bug #10235 (Test): Wrong variable used on CATCH block
- Branch 10235a was merged to trunk revision 16049 and archived.
- 05:46 AM Bug #10235 (Merge Pending): Wrong variable used on CATCH block
- Please merge 10235a now.
- 03:12 AM Bug #9917: Fileset not ignoring case
- There's a single customer application left to test to get 9917a into the merge queue and tomorrow I expect to get the...
07/15/2025
- 07:43 AM Bug #10099: Tilde consumes the octals/follow-up characters, when in OE this doesn't happen
- The above is only a bit, there's more at the end where we use @nextCharTemp@.
- 07:42 AM Bug #10099: Tilde consumes the octals/follow-up characters, when in OE this doesn't happen
- r16040...
- 07:41 AM Bug #10099: Tilde consumes the octals/follow-up characters, when in OE this doesn't happen
- What revision of 6859b has the fix?
- 07:16 AM Bug #10099 (Review): Tilde consumes the octals/follow-up characters, when in OE this doesn't happen
- Fixed in @6859b@ #6859.
To have @\@ escaped, the @Preprocessor@ should be run with @-windowsescapes@.
07/10/2025
- 11:20 AM Feature #3881: output actual file and line/column for all outputs in conversion/analytics
- Florin Eugen Rotaru wrote:
> I have implemented a first working method which computes the original line/column (curr... - 08:08 AM Feature #6256: improved profile support
- > I think we should modify the profile to do one of the following:
> # Make the namespaces global and remove the pro... - 02:14 AM Feature #6256: improved profile support
- Greg Shah wrote:
> > I got a message from Razvan that he converted the ChUI project, but the "convert" command was s...
07/09/2025
- 11:25 AM Feature #6256: improved profile support
- > I got a message from Razvan that he converted the ChUI project, but the "convert" command was skipped. This is beca...
- 07:16 AM Feature #6256: improved profile support
- Greg Shah wrote:
> > and there are different ways to get the file-set?
>
> What do you mean?
ChUI project uses... - 06:21 AM Feature #6256: improved profile support
- > and there are different ways to get the file-set?
What do you mean? - 03:21 AM Feature #6256: improved profile support
- I got a message from Razvan that he converted the ChUI project, but the "convert" command was skipped. This is becaus...
- 10:57 AM Feature #3881: output actual file and line/column for all outputs in conversion/analytics
- I have implemented a first working method which computes the original line/column (currently taking into consideratio...
07/08/2025
- 09:44 AM Feature #10190: Prototype the changes to the build to add ANTLR v4
- Florin Eugen Rotaru wrote:
> Building with Java 1.8 fails because the currently ANTLR4 version needs at least Java 1... - 08:59 AM Feature #10190: Prototype the changes to the build to add ANTLR v4
- I have committed the needed change to *10190a/16002*
- 08:56 AM Feature #10190: Prototype the changes to the build to add ANTLR v4
- Building with Java 1.8 fails because the currently ANTLR4 version needs at least Java 11.
To ensure compatibility ...
07/07/2025
- 04:51 PM Feature #10265: schema-only conversion
- As of trunk rev 16028, one cannot convert schemata without including at least one program. In #9455-25, this techniq...
- 04:41 PM Feature #10265 (Closed): schema-only conversion
- 10:21 AM Feature #3881: output actual file and line/column for all outputs in conversion/analytics
- I continued extending the @pphints@ format by adding a child tag for @includes@ and @references@. Basically, the pare...
- 07:48 AM Bug #9886 (Review): Double slashes should produce a new line during preprocessing
- I updated this so I will need an review on @6859b@ regarding my changes:
I've added ... - 06:57 AM Bug #9886: Double slashes should produce a new line during preprocessing
- All changes have been moved to @6859b@.
- 07:43 AM Bug #9903 (Review): alternative codings with ' (quote) don't convert to ` (backtick)
- This has been solved in @6859b@
- 07:42 AM Bug #9903 (WIP): alternative codings with ' (quote) don't convert to ` (backtick)
- 07:20 AM Bug #6308 (Review): post string literal alternative coding quirk in 4GL preprocessor
- 04:43 AM Bug #6308: post string literal alternative coding quirk in 4GL preprocessor
- All changes have been moved to @6859b@.
- 06:58 AM Bug #9905: EOF file is not matched during preprocessing
- All changes have been moved to @6859b@.
- 06:56 AM Bug #9918: tilde doesn't duplicate semicolon in alternative codings
- All changes have been moved to @6859b@.
- 06:44 AM Bug #10208: do not convert the schema in incremental mode if it hasn't changed
- I committed *10208a/16007*. Added IncrementalCvtRunMode and used to skip most of the phases that involve the database...
07/04/2025
- 10:42 AM Feature #3881: output actual file and line/column for all outputs in conversion/analytics
- Florin Eugen Rotaru wrote:
> The next steps should be I think storing the multi-line @scoped@ and @global@ defines... - 02:20 AM Bug #10208: do not convert the schema in incremental mode if it hasn't changed
- In our weekly meeting, I mentioned that I would not modify how the M0, M1, F2 and F3 modes are used. I decided to tak...
07/03/2025
- 10:32 AM Feature #3881: output actual file and line/column for all outputs in conversion/analytics
- I added some logic to implement the idea above, so the @symbols@ are described with more details in @pphints@ file, f...
- 09:52 AM Bug #6308: post string literal alternative coding quirk in 4GL preprocessor
- Decided on the following change:...
Also available in: Atom