Project

General

Profile

Activity

From 07/29/2020 to 08/27/2020

08/24/2020

12:17 PM Bug #4682: modify FILE-INFO processing to honor searches for 4GL programs
No reason to make it low priority. It is just a feature that is not needed right now. Greg Shah
12:16 PM Bug #4682: modify FILE-INFO processing to honor searches for 4GL programs
Greg Shah wrote:
> We have no plans right now. Is it the cause of more problems in real customer apps?
None that...
Roger Borrello
12:03 PM Bug #4682: modify FILE-INFO processing to honor searches for 4GL programs
We have no plans right now. Is it the cause of more problems in real customer apps? Greg Shah
11:59 AM Bug #4682: modify FILE-INFO processing to honor searches for 4GL programs
The updates I made in #4845-15 were specific to the use of @possenet/src/adm2/containr.p@ to enable the search for a ... Roger Borrello

08/21/2020

08:19 PM Feature #4828: rework ErrorManager to use the TransactionHelper design on the server and a sync'd...
3821c rev 11464 should resolve the @ClassCastException@. Greg Shah

08/20/2020

04:24 PM Feature #4828: rework ErrorManager to use the TransactionHelper design on the server and a sync'd...
Greg,
The rev @11460@ causes abend with @ClassCastException@ regression with current customer application:
<pre...
Eugenie Lyzenko
12:08 PM Feature #4828 (Test): rework ErrorManager to use the TransactionHelper design on the server and a...
3821c revision 11460 greatly reduces the most common context-local lookups for ErrorManager on both the server and cl... Greg Shah

08/14/2020

11:54 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
The purpose of this is to allow converted 4GL code to uniquely identify a given session. A customer has requested th... Greg Shah
11:53 AM Feature #4855 (Closed): add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID whi...
Greg Shah

08/12/2020

02:40 PM Feature #3810: SECURITY-POLICY and other security features
Greg Shah wrote:
> Is #3810-406 an accurate and complete list of the remaining work in this task?
>
> In #3810-40...
Igor Skornyakov
02:22 PM Feature #3810: SECURITY-POLICY and other security features
Is #3810-406 an accurate and complete list of the remaining work in this task?
In #3810-406, you list these:
> ...
Greg Shah
07:50 AM Bug #4852: ErrorManager throws 'invalid' ErrorConditionException
Yes, the parameter order is wrong and needs to be fixed (by switching them).
Marian, regarding your original case ...
Constantin Asofiei
07:37 AM Bug #4852: ErrorManager throws 'invalid' ErrorConditionException
@public ErrorConditionException(int progressErrorCode, String message)@ is meant to raise an @ERROR@ that has a speci... Greg Shah
06:23 AM Bug #4852: ErrorManager throws 'invalid' ErrorConditionException
From Marian:
> We have a situation where ErrorManager.recordThrowError does not set the Progress error code on the...
Greg Shah
04:44 AM Bug #4852 (New): ErrorManager throws 'invalid' ErrorConditionException
Marian Edu
07:13 AM Feature #4384: Builtin OO Implementation
Greg Shah wrote:
> So I'm trying to remove these where I find them.
OK, will try to do the same. Thanks.
Marian Edu
06:29 AM Feature #4384: Builtin OO Implementation
> that one is already set as dependency in gradle so we've just used what was already there. What we are using from t... Greg Shah
02:25 AM Feature #4384: Builtin OO Implementation
Greg Shah wrote:
> * Removed recently added usage of @org.apache.commons.*@. We try not to add dependencies on ne...
Marian Edu

08/10/2020

03:06 PM Feature #4384: Builtin OO Implementation
I've merged all pending changes from 4384d (revisions 11607 through 11625 inclusive) into 3821c revision 11449. Plea... Greg Shah

08/04/2020

02:11 PM Bug #4749 (Test): Conversion error for object indeterminate extent output parameter
Greg Shah
12:08 PM Bug #4749: Conversion error for object indeterminate extent output parameter
Fixed in 3821c rev 11436. Constantin Asofiei
02:11 PM Bug #4824 (Test): Conversion error for property with indeterminate extent
I'm good with the changes. Greg Shah
01:54 PM Bug #4824: Conversion error for property with indeterminate extent
3821c/11437 fixes the case of abstract extent properties (forgot to check them). Constantin Asofiei
12:08 PM Bug #4824: Conversion error for property with indeterminate extent
Fixed in 3821c rev 11436. Please review. Constantin Asofiei

08/03/2020

05:27 PM Bug #4824 (WIP): Conversion error for property with indeterminate extent
Marian is right, we need 'bulk' getter and setter for extent properties. I have most of the changes, there's a trick... Constantin Asofiei
05:26 PM Bug #4749 (WIP): Conversion error for object indeterminate extent output parameter
I have a fix for this, but is part of the #4824 work. Will commit with that. Constantin Asofiei
12:20 PM Bug #4669 (Test): Conversion error for output stream-handle - protected property.
Greg Shah
10:35 AM Bug #4669 (WIP): Conversion error for output stream-handle - protected property.
Fixed in 3821c rev 11432. Constantin Asofiei
12:06 PM Feature #4384: Builtin OO Implementation
Eugenie Lyzenko wrote:
> Should I interrupt and restart customer application @3821c@ conversion with @11433@ update?...
Constantin Asofiei
12:04 PM Feature #4384: Builtin OO Implementation
Constantin Asofiei wrote:
> Marian Edu wrote:
> > We have some issues with OO named events, one of the tests does n...
Eugenie Lyzenko
11:56 AM Feature #4384: Builtin OO Implementation
Marian Edu wrote:
> We have some issues with OO named events, one of the tests does not pass conversion: @oo/openedg...
Constantin Asofiei

07/30/2020

01:32 PM Bug #4741 (WIP): RUN statement with a path to a procedure that does not have any extension fails ...
Roger Borrello
01:31 PM Bug #4741: RUN statement with a path to a procedure that does not have any extension fails to be ...
Changes checked into @3821c-11426@. Roger Borrello
11:31 AM Bug #4741: RUN statement with a path to a procedure that does not have any extension fails to be ...
Constantin Asofiei wrote:
> Roger, a change which affects the lookup in @p2jMap@ is that @ExternalProgram.pname@ is ...
Roger Borrello
06:30 AM Bug #4741: RUN statement with a path to a procedure that does not have any extension fails to be ...
Roger, a change which affects the lookup in @p2jMap@ is that @ExternalProgram.pname@ is no longer the key in the @p2j... Constantin Asofiei
06:24 AM Bug #4741: RUN statement with a path to a procedure that does not have any extension fails to be ...
Roger Borrello wrote:
> I am now keeping @pathAliases@ and @p2jMap@ in separate lists, but not @jp2Map@ and @classMa...
Constantin Asofiei
09:31 AM Bug #4827: OO Conversion issue with method resolve (erasure)
I think this is part of my work on #4350. Greg Shah
08:46 AM Bug #4827: OO Conversion issue with method resolve (erasure)
From Marian:
> We have quite a number of errors in conversion of our 'discovery' stubs that have to do with how th...
Greg Shah
02:24 AM Bug #4827 (Closed): OO Conversion issue with method resolve (erasure)
Marian Edu
09:03 AM Feature #4828 (WIP): rework ErrorManager to use the TransactionHelper design on the server and a ...
Greg Shah
09:03 AM Feature #4828: rework ErrorManager to use the TransactionHelper design on the server and a sync'd...
This task is for performance improvement.
Server-side usage of the EM can be expensive. For example, the @isPendi...
Greg Shah
08:58 AM Feature #4828 (Test): rework ErrorManager to use the TransactionHelper design on the server and a...
Greg Shah
08:48 AM Bug #4824: Conversion error for property with indeterminate extent
From Marian:
> If we have a property defined as an indeterminate extent the generated code doesn't (fully) work. I...
Greg Shah

07/29/2020

06:37 PM Bug #4741: RUN statement with a path to a procedure that does not have any extension fails to be ...
Traced this down to @SourceNameMapper.getInternalEntry@ where we have null passed in as the @pname@. I cannot @toLowe... Roger Borrello
05:55 PM Bug #4741: RUN statement with a path to a procedure that does not have any extension fails to be ...
In trying to figure out why OO initialization is involved, it looks like the changes I have made are causing @ObjectO... Roger Borrello
11:45 AM Feature #4384: Builtin OO Implementation
This patch was merged into the skeletons project as revision 98. I've pushed it to @proj.goldencode.com@ as well. Greg Shah
08:50 AM Feature #4384: Builtin OO Implementation
Greg Shah wrote:
> Is the patch made relative to revision 97?
Attached the fixed patch, this is done against revi...
Marian Edu
07:59 AM Feature #4384: Builtin OO Implementation
Greg Shah wrote:
> Is the patch made relative to revision 97?
Yes, I did an update before but let me check someth...
Marian Edu
07:53 AM Feature #4384: Builtin OO Implementation
Is the patch made relative to revision 97? Greg Shah
07:33 AM Feature #4384: Builtin OO Implementation
> If there are any client that use those data structures the only option will be to look at their code base and see w... Greg Shah
07:30 AM Feature #4384: Builtin OO Implementation
Attached the skeleton patch for OE12.2, some new classes added to @Core@ and @Net@ packages and some updates to exist... Marian Edu
06:06 AM Bug #4669: Conversion error for output stream-handle - protected property.
Assigning that to Greg to dispatch it to the right recipient :)
We've found an issue when converting a 4GL class a...
Marian Edu
06:06 AM Bug #4749: Conversion error for object indeterminate extent output parameter
Assigning that to Greg to dispatch it to the right recipient :)
When we have a method that returns an object array...
Marian Edu
05:51 AM Bug #4824 (Closed): Conversion error for property with indeterminate extent
Marian Edu
 

Also available in: Atom