Project

General

Profile

Activity

From 01/30/2026 to 02/28/2026

02/27/2026

05:48 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> I've been trying to setup and run testcase and had a few minor issues, I took the @testcases/...
Dănuț Filimon
05:31 AM Feature #6407: name_map.xml improvements
I've been trying to setup and run testcase and had a few minor issues, I took the @testcases/library_calls/@ and move... Dănuț Filimon

02/26/2026

09:09 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> A procedure file can have a parameter and this part is still being generated in the name_map....
Dănuț Filimon
08:34 AM Feature #6407: name_map.xml improvements
A procedure file can have a parameter and this part is still being generated in the name_map.xml, currently working o... Dănuț Filimon
07:50 AM Feature #6407: name_map.xml improvements
Rebased *6407b* to latest *trunk/16446*, the branch is now at revision *16447*. Dănuț Filimon

02/25/2026

10:50 AM Bug #11255: Silent error gets overwritten in FINALLY no-error statement.
Perhaps a solution to this problem is to change @wa.pendingErrorStatus@ into a stack of @ErrorStatus@. For every @sil... Eduard Soltan
10:12 AM Bug #11255: Silent error gets overwritten in FINALLY no-error statement.
Output for previous test in OE:... Eduard Soltan
10:06 AM Bug #11255: Silent error gets overwritten in FINALLY no-error statement.
start.p... Eduard Soltan
09:03 AM Bug #11255 (New): Silent error gets overwritten in FINALLY no-error statement.
Eduard Soltan

02/24/2026

10:10 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
Committed on 9354a, rev. 16442, patch from #9354-12 + some additional fixes. I have tested CHUI conversion and build ... Eduard Soltan
03:12 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
I will take this over as there some tests in @tests/table/parameter@ which have the same root cause as this one. Eduard Soltan

02/23/2026

01:13 PM Feature #3853: implement LOG-MANAGER runtime
Thank you :)
Constantin Asofiei wrote:
> Tomasz, these are some notes about the current implementation:
> * this...
Tomasz Domin
07:49 AM Feature #3853: implement LOG-MANAGER runtime
Tomasz, these are some notes about the current implementation:
* this may be something generic, but for example: in ...
Constantin Asofiei
10:34 AM Feature #9488 (WIP): implement all built-in OO classes using the open source ADE code from 12.8.4
I have merged @9488b@ into trunk as rev. 16440. Also, committed the skeleton updates as rev. 126. Andrei Plugaru
08:32 AM Feature #9488 (Merge Pending): implement all built-in OO classes using the open source ADE code f...
Please merge 9488b after 10727a. Also at the same time commit the skeleton patch. On the commit message for 9488b a... Constantin Asofiei

02/20/2026

10:29 AM Bug #4766: fix CHR and ASC
I committed the tests I wrote for the CHR function on the testcases project at @tests/i18n/ByteLevelChrResults@
I ...
Paul Bodale
06:48 AM Feature #3853: implement LOG-MANAGER runtime
Constantin
I've pushed 3853a revision 16443 and testcases revision 1827.
Please do mid-work review - I need some su...
Tomasz Domin
03:46 AM Feature #3853: implement LOG-MANAGER runtime
When running tests under Linux @OPSYS@ is by default set to @WIN32@ due to tests being run in GUI mode (???) - that s... Tomasz Domin
05:40 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
This is the other test that was failing:... Radu Apetrii
05:08 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
I retested the conversion on one of the two failing customer applications, this time with 6506b + the changes from #6... Radu Apetrii

02/19/2026

07:04 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
Please add the test code from #6506-156 to the [[p2j:Preprocessor Testcases]].
I will discuss 6859b with Octavian.
Greg Shah
06:03 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
Alright, so, here's a testcase that highlights the issue:... Radu Apetrii
04:40 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
Unfortunately, I've seen errors in two project conversions. We're dealing (again) with some character skipping when g... Radu Apetrii

02/17/2026

03:14 PM Feature #3853: implement LOG-MANAGER runtime
Constantin
There is some strange issue with warnings being converted to errors in ABLUnit tests.
I am generating a ...
Tomasz Domin
07:29 AM Bug #4766: fix CHR and ASC
The AI output is useful as is our own analysis of documentation and other web sources. But ultimately, the tests are... Greg Shah
03:56 AM Bug #4766: fix CHR and ASC
No need to apologize. Yes, the document was generated with AI and yes, there were some hallucinations but I've review... Paul Bodale
06:48 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
Constantin Asofiei wrote:
> Andrei, something else: if we patch skeleton I assume is mandatory for 9488b to be in tr...
Andrei Plugaru
06:32 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
Andrei, something else: if we patch skeleton I assume is mandatory for 9488b to be in trunk, right? Constantin Asofiei

02/16/2026

06:47 AM Bug #4766: fix CHR and ASC
Also, the Google doc should probably be a @.pdf@ attached here and then the specific rules/logic ofr ASC and CHR shou... Greg Shah
06:44 AM Bug #4766: fix CHR and ASC
We can write code when we have:
# Fully detailed rules that describe the behavior of ASC and CHR. The details tha...
Greg Shah

02/13/2026

12:33 PM Bug #4766: fix CHR and ASC
So how should I move forward with this?
To implement the ASC function I'll need to look into the @.hints@ file to ...
Paul Bodale
11:34 AM Bug #4766: fix CHR and ASC
That would be the @CPSTREAM@ at the time of @COMPILE@. Our general approach to string literals is currently to yield... Greg Shah
11:08 AM Bug #4766: fix CHR and ASC
Greg Shah wrote:
> You're saying that @intData = ASC("€").@ will change the result based on the @CPSTREAM@? That is...
Paul Bodale
11:01 AM Bug #4766: fix CHR and ASC
You're saying that @intData = ASC("€").@ will change the result based on the @CPSTREAM@? That is very unexpected. I... Greg Shah
08:43 AM Bug #4766: fix CHR and ASC
Greg Shah wrote:
> The @CPSTREAM@ only comes into play in the @MESSAGE@ statement, right?
No, that's not the case...
Paul Bodale
08:28 AM Bug #4766: fix CHR and ASC
The @CPSTREAM@ only comes into play in the @MESSAGE@ statement, right? My understanding is that @ASC@ does not consi... Greg Shah
07:31 AM Bug #4766: fix CHR and ASC
Thanks for the review, I'll make the changes before the final commit. I'll also include the convmaps in the next comm... Paul Bodale
08:32 AM Bug #9037: Two timers problem: only one fires
Hynek Cihlar wrote:
> Vladimir, what is the status of this issue? It is marked as 100% done, should it be reviewed?
...
Vladimir Tsichevski
05:00 AM Bug #9037: Two timers problem: only one fires
Vladimir, what is the status of this issue? It is marked as 100% done, should it be reviewed? Hynek Cihlar
06:26 AM Feature #6407: name_map.xml improvements
Committed *6407b/16411*. Remove method-mapping and parameter usage for class-mapping from the name_map.xml. The conve... Dănuț Filimon
03:38 AM Bug #7184 (Closed): Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar

02/12/2026

01:18 PM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar wrote:
> Please merge 7184b to trunk.
Done at r16421.
Vladimir Tsichevski
01:10 PM Bug #7184 (Merge Pending): Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar
01:09 PM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Additionally, I locally applied the fix from 10973a to 7184b.
...
Hynek Cihlar
01:08 PM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Additionally, I locally applied the fix from 10973a to 7184b.
...
Vladimir Tsichevski
01:05 PM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Vladimir Tsichevski wrote:
> Additionally, I locally applied the fix from 10973a to 7184b.
> Everything continues t...
Hynek Cihlar
10:58 AM Bug #7184 (Review): Incorrect conversion of concatenated string literals to a LONGCHAR
Vladimir Tsichevski wrote:
> The @TestLongcharConversion.cls@ results in Java code, which **does not compile** and...
Vladimir Tsichevski
06:23 AM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Vladimir Tsichevski wrote:
> How the regression-causing gso338 test behaves after the upgrade?
I'll let you know ...
Hynek Cihlar
06:03 AM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek Cihlar wrote:
> > > Vladimir, there is a potential ChUI ...
Vladimir Tsichevski
02:07 AM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > Vladimir, there is a potential ChUI regression. See the results...
Hynek Cihlar
04:58 AM Feature #6407: name_map.xml improvements
Conversion is working properly, I checked the runtime for issue and compared the SourceNameMapper static members. Fou... Dănuț Filimon
03:11 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
I rebased 6506b with trunk rev. 16420. The 6506b branch is now at rev. 16430. I will do the conversion for #11198 next. Radu Apetrii

02/11/2026

03:40 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Hynek Cihlar wrote:
> >
> > > > > Try the old testcases pro...
Vladimir Tsichevski
11:49 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
> > > > Try the old testcases project, there are many *redirec...
Hynek Cihlar
08:57 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
Hynek Cihlar wrote:
> > > Try the old testcases project, there are many *redirected*.p test cases.
There are abou...
Vladimir Tsichevski
12:37 PM Feature #3853: implement LOG-MANAGER runtime
Tomasz Domin wrote:
> Constantin Asofiei wrote:
> > What line do you mean? @Deleted-by-GC@?
>
> That actually is...
Tomasz Domin
12:28 PM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar wrote:
> Vladimir, there is a potential ChUI regression. See the results @devsrv01:/tmp/7184b_20260211....
Constantin Asofiei
12:20 PM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Vladimir, there is a potential ChUI regression. See the results @devsrv01:/tmp/7184b_20260211.zip@ and the tests gso3... Hynek Cihlar
10:35 AM Bug #9126 (Test): SAX-WRITER output is different in FWD compared to 4GL
Artur Școlnic
09:40 AM Bug #11206: CommonFrame Name Clashes in Converted Java Code
Conversion of this simple 4GL code:... Vladimir Tsichevski
09:39 AM Bug #11206 (New): CommonFrame Name Clashes in Converted Java Code
Vladimir Tsichevski
09:04 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
I have committed @9488b/16425@ with the updated readme. For now, I have just added the directories with the ADE files... Andrei Plugaru
03:02 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
Just a heads up: the readme in the root project file needs to be edited in the branch to contain the ADE files which ... Constantin Asofiei
07:22 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
6506b/16356 contains the change to @readme@ file. Constantin Asofiei
06:19 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
> I assume we do not want to list each file, just a folder where converted .java ADE files can be found''
Correct.
Greg Shah
03:15 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
*Greg* - in readme we have this:
> Files relicensed in that manner can be found in the following directories:
> TOD...
Constantin Asofiei
05:27 AM Bug #4766: fix CHR and ASC
Paul, this is a review of 4766b:
* please add history entries, update copyright year and javadocs as needed
* @buil...
Constantin Asofiei

02/10/2026

07:41 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> How are procedures that use EXTERNAL handled? Those do not appear in the converted code.
The...
Constantin Asofiei
07:40 AM Feature #6407: name_map.xml improvements
How are procedures that use EXTERNAL handled? Those do not appear in the converted code. Dănuț Filimon
06:26 AM Feature #6407: name_map.xml improvements
... Dănuț Filimon
05:28 AM Feature #6407: name_map.xml improvements
Constantin Asofiei wrote:
> The parameters need also to be emitted - if you don't have yet, please add them.
Adde...
Dănuț Filimon

02/09/2026

02:28 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir, what is the status of this issue?
> You suggested:
...
Hynek Cihlar
02:02 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
Hynek Cihlar wrote:
> Vladimir, what is the status of this issue?
You suggested:
> Try the old testcases project...
Vladimir Tsichevski
12:04 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
Vladimir, what is the status of this issue? Hynek Cihlar
08:44 AM Feature #3853: implement LOG-MANAGER runtime
Hm... is this related to the @Progress.Lang.Object@ type associated with a @Progress.Lang.Class@ instance (the equiva... Constantin Asofiei
08:41 AM Feature #3853: implement LOG-MANAGER runtime
Constantin Asofiei wrote:
> What line do you mean? @Deleted-by-GC@?
That actually is implemented (with some conte...
Tomasz Domin
08:26 AM Feature #3853: implement LOG-MANAGER runtime
What line do you mean? @Deleted-by-GC@? Constantin Asofiei
08:24 AM Feature #3853: implement LOG-MANAGER runtime
One of test I've created is to check deleted object caching and reusing, but I guess FWD does not have pool of object... Tomasz Domin
07:58 AM Feature #6407: name_map.xml improvements
The parameters need also to be emitted - if you don't have yet, please add them. Constantin Asofiei
07:53 AM Feature #6407: name_map.xml improvements
The annotation looks like this now, which is better and it makes it easier to add new annotations.... Dănuț Filimon
06:34 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> Dănuț Filimon wrote:
> > I am having a bit of trouble creating a container annotation for Le...
Dănuț Filimon
06:01 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> I am having a bit of trouble creating a container annotation for LegacySignature, I am lookin...
Dănuț Filimon
05:05 AM Feature #6407: name_map.xml improvements
I am having a bit of trouble creating a container annotation for LegacySignature, I am looking at something similar t... Dănuț Filimon
07:48 AM Bug #4766: fix CHR and ASC
Here's a problem. Say we have the following procedure that is encoded in Windows 1252:... Paul Bodale
02:49 AM Bug #4766 (WIP): fix CHR and ASC
Thanks for the review!
I'll move forward with this general solution.
Paul Bodale

02/08/2026

08:39 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
Just a heads up: the @readme@ in the root project file needs to be edited in the branch to contain the ADE files whic... Constantin Asofiei

02/07/2026

07:04 PM Bug #4766: fix CHR and ASC
+Review of 4766b / r16409.+
This is really deeper set of changes that I expected. I see the @codePage@ was pushed ...
Ovidiu Maxiniuc

02/06/2026

05:01 PM Feature #3853: implement LOG-MANAGER runtime
There is different in the way OE and FWD are handling cleaning up after @DELETE PROCEDURE THIS-PROCEDURE@:
We have...
Tomasz Domin
08:00 AM Feature #6407: name_map.xml improvements
The LegacySignature is not repeatable, so I'll have to create a container annotation for it. Dănuț Filimon
05:08 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> Constantin, if I have to build the InternalEntry from a LegacySignature of a method executed ...
Constantin Asofiei
05:02 AM Feature #6407: name_map.xml improvements
Constantin, if I have to build the InternalEntry from a LegacySignature of a method executed through a handle, is the... Dănuț Filimon
04:57 AM Bug #4766 (Review): fix CHR and ASC
Committed rev. *16409* on branch *4766b*.
This introduces some afferent changes needed to check the functionality...
Paul Bodale

02/05/2026

11:32 AM Bug #10471: Incorrect Integer Formatting as Legacy Time
Hynek Cihlar wrote:
> 10471a passed ChUI regression tests.
I rebased @10471a@ and re-tested with @TestIntegerForm...
Vladimir Tsichevski
11:31 AM Bug #10471: Incorrect Integer Formatting as Legacy Time
Hynek Cihlar wrote:
> Vladimir, do the attached test cases cover all the issues found?
Yes, the latest version of...
Vladimir Tsichevski
02:26 AM Bug #10471: Incorrect Integer Formatting as Legacy Time
10471a passed ChUI regression tests. Hynek Cihlar
09:14 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> @path-mapping@ is something I added in #6649 as part of the SourceNameMapper improvements and...
Dănuț Filimon
05:53 AM Bug #11178 (Rejected): Include byte 0 in character byte representation for binary ops
Constantin Asofiei
05:51 AM Bug #11178: Include byte 0 in character byte representation for binary ops
Indeed. There was a problem with my setup. This task should be rejected. Paul Bodale
05:21 AM Bug #11178: Include byte 0 in character byte representation for binary ops
Tested with *trunk rev. 16406*, output is expected. Eduard Soltan
04:44 AM Bug #11178: Include byte 0 in character byte representation for binary ops
The byte 0 is included in a character variable's internal representation and this can affect operations with RAW or M... Paul Bodale
04:39 AM Bug #11178 (Rejected): Include byte 0 in character byte representation for binary ops
Paul Bodale
05:27 AM Feature #3853: implement LOG-MANAGER runtime
Please also commit the changes to 3853a and rebase the branch; I'd like to take a look. Thanks. Constantin Asofiei
05:26 AM Feature #3853: implement LOG-MANAGER runtime
Constantin Asofiei wrote:
> What resources are you deleting? In general, all resources inherit from @HandleResource...
Tomasz Domin
04:09 AM Feature #3853: implement LOG-MANAGER runtime
What resources are you deleting? In general, all resources inherit from @HandleResource@ and this has an @id()@ meth... Constantin Asofiei
04:57 AM Bug #4766: fix CHR and ASC
Rebased branch *4766b* with trunk rev. *16407* and committed rev. *16408* with the initial implementation for the CHR... Paul Bodale

02/04/2026

03:44 PM Bug #7184: Incorrect conversion of concatenated string literals to a LONGCHAR
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Code review 7184b. The changes look good. Please rebase and go...
Vladimir Tsichevski
10:04 AM Bug #7184 (WIP): Incorrect conversion of concatenated string literals to a LONGCHAR
Hynek Cihlar wrote:
> Code review 7184b. The changes look good. Please rebase and go ahead with regression testing. ...
Vladimir Tsichevski
07:58 AM Bug #7184 (Internal Test): Incorrect conversion of concatenated string literals to a LONGCHAR
Code review 7184b. The changes look good. Please rebase and go ahead with regression testing. Do a conversion test, c... Hynek Cihlar
03:42 PM Feature #3853: implement LOG-MANAGER runtime
Greg Shah wrote:
> Probably not since we dont have a need to lookup arbitrary transaction blocks based on unique ide...
Tomasz Domin
02:16 PM Bug #10471: Incorrect Integer Formatting as Legacy Time
Vladimir, do the attached test cases cover all the issues found? Hynek Cihlar
05:19 AM Bug #10471 (Internal Test): Incorrect Integer Formatting as Legacy Time
Code review 10471a. The changes look good. Vladimir, please GUI regression test. I'm queueing this up for ChUI regres... Hynek Cihlar
01:49 PM Bug #9963: Date literal issues
Florin added these tests to the ABLUnit lexer tests in the testcases revision 1750. For example, see @tests/conversi... Greg Shah
07:56 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
This is the final skeleton patch I used. Compared to the last one, it doesn't have anymore the generics in implements... Andrei Plugaru
05:33 AM Feature #6407: name_map.xml improvements
I completed the tests for FUNCTION (IN SUPER, MAP TO, PRIVATE, FORWARD), I will make use of testcases/library_calls/ ... Dănuț Filimon

02/03/2026

12:00 PM Bug #4602: fixes for OO 4GL and structured error handling
Rebased 4602a to *trunk rev. 16401*, and added javadocs and history entries. Eduard Soltan
09:46 AM Bug #4602: fixes for OO 4GL and structured error handling
Eduard, please rebase the 4602a branch and add history entries, fix copyright years and javadocs as needed. Constantin Asofiei
09:44 AM Feature #6407: name_map.xml improvements
Greg Shah wrote:
> We already have a lot of test code for DLL calls, it just isn't migrated to ABLUnit yet. See tes...
Constantin Asofiei
09:28 AM Feature #6407: name_map.xml improvements
We already have a lot of test code for DLL calls, it just isn't migrated to ABLUnit yet. See testcases/library_calls... Greg Shah
09:18 AM Feature #6407: name_map.xml improvements
The reading of the @name_map.xml@ and also @LegacySignature@ is done in @SourceNameMapper@. There are the @ExternalP... Constantin Asofiei
09:09 AM Feature #6407: name_map.xml improvements
Using annotations works, but the problem is the lack of information on how to reproduce each scenario in the conversi... Dănuț Filimon
08:40 AM Bug #10391 (Closed): Comparisons methods not returning the correct result in poly cases
Constantin Asofiei
08:40 AM Bug #10518 (Closed): Property getter call is ignored from conversion
Constantin Asofiei
08:39 AM Bug #10264 (Closed): Constructors do not support Enum arguments/parameters
Constantin Asofiei
08:08 AM Bug #10712 (Closed): SAX-READER QName parameter is wrong
Constantin Asofiei
08:08 AM Feature #10290 (Closed): Add support for character string literals options
Constantin Asofiei
08:07 AM Support #9445 (Closed): compatibility test FIX-CODEPAGE
Constantin Asofiei
08:04 AM Bug #11043 (Closed): NPE in SAX-PARSE if the file does not exist
Constantin Asofiei
08:04 AM Bug #10831 (Closed): Incorrect handling of UNDO, RETURN ERROR <error> causes IllegalStateExceptio...
Constantin Asofiei
08:03 AM Bug #10203 (Closed): XMLs cannot be imported into a dataset without a schema present
Constantin Asofiei
08:03 AM Bug #11048 (Closed): Temp-table wrong SERIALIZE-NAME when using same DMO
Constantin Asofiei
08:03 AM Bug #10925 (Closed): Ignore dataset name if present, for a dataset declared with serialize-hidden
Constantin Asofiei
08:03 AM Bug #10636 (Closed): 4GL FOR FIRST LEAVE statement exits the function
Constantin Asofiei
08:01 AM Bug #10935 (Closed): Inherit the NO-UNDO option for a temp-table defined using the LIKE temp-tabl...
Constantin Asofiei
08:01 AM Bug #10352 (Closed): Fix READ-JSON dataset handle method's behaviour
Constantin Asofiei
07:55 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
Yes. I've renamed it to [[p2j:Runtime_Configuration_for_REST_SOAP_and_WEB|REST, SOAP and WEB]]. Greg Shah
06:50 AM Feature #6506 (Internal Test): implement CGI WebSpeed support and the standard web-disp.p dispatc...
Constantin Asofiei wrote:
> Radu, I'm OK with the changes. Do we have wiki for the webspeed broker config?
Now tha...
Radu Apetrii
06:42 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
Radu, I'm OK with the changes. Do we have wiki for the webspeed broker config? Constantin Asofiei

02/02/2026

10:38 AM Bug #11043 (Test): NPE in SAX-PARSE if the file does not exist
Branch 11043a was merged to trunk rev 16401 and archived. Ovidiu Maxiniuc
10:06 AM Bug #11043 (Merge Pending): NPE in SAX-PARSE if the file does not exist
Merge after 11007a Constantin Asofiei
10:20 AM Bug #10831 (Test): Incorrect handling of UNDO, RETURN ERROR <error> causes IllegalStateException ...
Ovidiu Maxiniuc
10:20 AM Bug #10831 (Internal Test): Incorrect handling of UNDO, RETURN ERROR <error> causes IllegalStateE...
Ovidiu Maxiniuc
10:20 AM Bug #10831: Incorrect handling of UNDO, RETURN ERROR <error> causes IllegalStateException to be t...
Branch 10831a was merged to trunk rev 16399 and archived. Ovidiu Maxiniuc
10:05 AM Bug #10831 (Merge Pending): Incorrect handling of UNDO, RETURN ERROR <error> causes IllegalStateE...
Ovidiu, please merge to trunk now. Constantin Asofiei
09:47 AM Bug #10841 (Closed): model table name is used in error messages for a 'like' temp-table definition
Branch 10841a was merged to trunk rev 16394 and archived. Constantin Asofiei
09:31 AM Bug #10203 (Test): XMLs cannot be imported into a dataset without a schema present
Branch 10203a was merged to trunk rev. 16391 and archived. Teodor Gorghe
05:31 AM Bug #10203: XMLs cannot be imported into a dataset without a schema present
Merge to trunk after 11048a Constantin Asofiei
02:18 AM Bug #10203: XMLs cannot be imported into a dataset without a schema present
10203a rev 16361 fixes copyright years. Otherwise, changes are OK. This was already tested via #10615. Constantin Asofiei
09:23 AM Bug #11048 (Test): Temp-table wrong SERIALIZE-NAME when using same DMO
Branch *11048a* was merged to trunk rev. *16390* and archived. Teodor Gorghe
05:31 AM Bug #11048: Temp-table wrong SERIALIZE-NAME when using same DMO
Merge to trunk after 10956a Constantin Asofiei
09:09 AM Bug #10925 (Test): Ignore dataset name if present, for a dataset declared with serialize-hidden
Branch *10925a* was merged to trunk rev. *16388* and archived. Teodor Gorghe
05:30 AM Bug #10925 (Merge Pending): Ignore dataset name if present, for a dataset declared with serialize...
Merge to trunk after 10898a Constantin Asofiei
08:47 AM Bug #10636 (Test): 4GL FOR FIRST LEAVE statement exits the function
Branch 10636a was merged to trunk rev. 16385 and archived. Teodor Gorghe
05:30 AM Bug #10636 (Merge Pending): 4GL FOR FIRST LEAVE statement exits the function
Merge to trunk after 10560a Constantin Asofiei
08:39 AM Feature #6506 (Review): implement CGI WebSpeed support and the standard web-disp.p dispatch funct...
An update on this. I committed to 6506b rev. 16355:
* Added support for default broker(s).
As a summary, when a b...
Radu Apetrii
07:29 AM Bug #10935 (Test): Inherit the NO-UNDO option for a temp-table defined using the LIKE temp-table ...
Branch *10935a* was merged into trunk as rev. *16379* and archived. Paul Bodale
05:27 AM Bug #10935 (Merge Pending): Inherit the NO-UNDO option for a temp-table defined using the LIKE te...
Merge to trunk after 10352a Constantin Asofiei
03:15 AM Bug #10935: Inherit the NO-UNDO option for a temp-table defined using the LIKE temp-table option
Rebased branch *10935a* with trunk rev. *16377* Paul Bodale
07:21 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> Most of the method information is added to the NameMappingWorker in collect_names.rules which...
Constantin Asofiei
07:20 AM Feature #6407: name_map.xml improvements
Most of the method information is added to the NameMappingWorker in collect_names.rules which is the annotations phas... Dănuț Filimon
06:10 AM Feature #6407: name_map.xml improvements
Constantin Asofiei wrote:
> Dănuț Filimon wrote:
> > Java annotations can't be extended or subclassed. The only opt...
Dănuț Filimon
05:33 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> Java annotations can't be extended or subclassed. The only option is adding another annotatio...
Constantin Asofiei
05:31 AM Feature #6407: name_map.xml improvements
Constantin Asofiei wrote:
> Dănuț Filimon wrote:
> > testf1 and testf2 are part of another program, used through FU...
Dănuț Filimon
05:20 AM Feature #6407: name_map.xml improvements
Dănuț Filimon wrote:
> testf1 and testf2 are part of another program, used through FUNC_CALL_SITE/RUN_CALL_SITE. The...
Constantin Asofiei
05:04 AM Feature #6407: name_map.xml improvements
... Dănuț Filimon
07:19 AM Bug #10352 (Test): Fix READ-JSON dataset handle method's behaviour
Branch *10352a* was merged into trunk as rev. *16378* and archived. Paul Bodale
05:27 AM Bug #10352 (Merge Pending): Fix READ-JSON dataset handle method's behaviour
Please merge to trunk now. Constantin Asofiei
03:14 AM Bug #10352: Fix READ-JSON dataset handle method's behaviour
Rebased branch *10352a* with trunk rev. *16377* Paul Bodale

01/30/2026

11:01 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
After a discussion with Constantin via e-mail, I looked more carefully for the necessary changes in skeleton, besides... Andrei Plugaru
 

Also available in: Atom