Activity
From 06/08/2023 to 07/07/2023
07/07/2023
- 03:47 PM Bug #7484: decimal format - left-side 'balance' must include group separators
- Code Review Task Branch 7484a Revision 14649
No objections. - 03:09 PM Bug #7484 (Review): decimal format - left-side 'balance' must include group separators
- Created task branch 7484a from trunk rev 14648. The fix is in rev 14649.
- 02:45 PM Bug #7484: decimal format - left-side 'balance' must include group separators
- OK, go ahead with the change.
- 02:43 PM Bug #7484: decimal format - left-side 'balance' must include group separators
- Greg Shah wrote:
> > > What happens in the case where there is a mixture of @>@ and other digit types (@9@, @z@, @Z@... - 02:37 PM Bug #7484: decimal format - left-side 'balance' must include group separators
- > > What happens in the case where there is a mixture of @>@ and other digit types (@9@, @z@, @Z@, @*@)?
> Only the ... - 02:35 PM Bug #7484: decimal format - left-side 'balance' must include group separators
- Greg Shah wrote:
> Is the problem that an error 22 is raised in FWD but not in OE?
Correct.
> What happens in th... - 01:52 PM Bug #7484: decimal format - left-side 'balance' must include group separators
- Is the problem that an error 22 is raised in FWD but not in OE?
What happens in the case where there is a mixture ... - 02:52 PM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- We are trying to avoid conversion changes in trunk for a short time, so we may not merge this until later next week.
- 02:52 PM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- Code Review Task Branch 4855a Revision 14634
No objections. - 11:41 AM Bug #7299: resolution of the target OO method in chained calls with poly arguments
- > > > Marian: Please have your team review the documentation on method overloading in #3751-492 and look at the code ...
07/06/2023
- 05:30 AM Feature #6410: implement additional built-in OO classes/interfaces
- Did reverted back to use BDT instead of Object for `invoke` method, some fixes for `setParameter` in `ParameterList` ...
- 04:14 AM Feature #6410: implement additional built-in OO classes/interfaces
- Constantin Asofiei wrote:
> Marian, please upload a skeleton patch using the latest skeleton project from xfer (rev ...
07/05/2023
- 01:11 PM Bug #7484: decimal format - left-side 'balance' must include group separators
- This format is valid in OE: @->,>>>,>>9.9<<<<<<<<@.
We have logic in @NumberType.parseFormat@ which computes a @le... - 01:08 PM Bug #7484 (Test): decimal format - left-side 'balance' must include group separators
07/04/2023
- 07:13 PM Feature #4391 (Review): enhance existing SESSION:STARTUP-PARAMETERS support to honor -H -db -S -l...
- 07:13 PM Feature #4391 (WIP): enhance existing SESSION:STARTUP-PARAMETERS support to honor -H -db -S -ld -...
- 07:12 PM Feature #6425 (Review): SESSION handle features
07/03/2023
- 01:44 PM Feature #3868 (Test): customer servlet integration/support
- The fix is committed to trunk rev 14637 via 7426a.
Any customer application using a jasper version other than FWD'... - 07:10 AM Bug #7299: resolution of the target OO method in chained calls with poly arguments
- The same rules used at the conversion to determine the target for a direct call needs to be implemented in @ControlFl...
06/30/2023
- 11:08 AM Bug #7460: implement Progress.Lang.Class:getMethods
- What is the effort to implement this?
I would expect it to go into branch 6410a.
06/29/2023
- 05:36 AM Feature #4855 (Review): add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID whi...
- 4855a r14634 for review
06/28/2023
- 10:57 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- In this case, since we already have a keyword and we even have an attribute with that name, there are no changes need...
- 09:44 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- I want to know what I'm doing, but I don't.
- 09:42 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- > I was going with a similar, but not exactly the same keyword, so I'll stick with it.
I don't want to add a keywo... - 09:37 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- I was going with a similar, but not exactly the same keyword, so I'll stick with it.
- 09:36 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- If we reuse this keyword, @SESSION-ID@ will need to be extracted to its own interface, specific @handle.unwrap@ added...
- 09:35 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- I expect we would use the same keyword. There is nothing wrong with that.
- 09:34 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- Ok, thanks for the explanations, it's just that the new keyword will be quite similar to the old one.
- 09:33 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- The @client-principal@ is a kind of 4GL based security-related token that identifies an authenticated identity. It i...
- 09:33 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- Galya B wrote:
> What is @client-principal:session-id@ https://docs.progress.com/bundle/abl-reference/page/SESSION-I... - 09:06 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- What is @client-principal:session-id@ https://docs.progress.com/bundle/abl-reference/page/SESSION-ID-attribute.html#S...
06/27/2023
- 10:26 AM Feature #4855 (WIP): add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which ...
- Branch 4855a created.
- 10:23 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- > the unique conversation (with standalone gui/chui/batch processes);
Yes
> the unique connection to appserver ... - 10:18 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- OK, leaving @BaseSession@ aside. A session from 4GL perspective should be:
* the unique conversation (with standalon... - 10:17 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- > I'm just trying to figure out if there is any case where the id should be stable in different @BaseSession@ objects...
- 10:12 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- You can have a virtual session while in an active direct session. You cannot have a virtual session on its own, the ...
- 10:10 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- Actually obviously that's how appserver works. I'm just trying to figure out if there is any case where the id should...
- 10:08 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- Can we have multiple "connection" sessions (@DirectSession@ / @VirtualSession@) for one client (not necessarily simul...
- 08:51 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- Maybe, but it isn't hard to implement the cleanup of a record using Java code. The initial insertion can be done in ...
- 08:27 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- The hook seem to be in Java, while the customers want to implement it in 4GL. I think they will come back to us to as...
- 08:16 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- I expect that the customer will likely implement their own "licenses in use" table (see #4522) in which one field wil...
- 07:40 AM Feature #4855: add a 4GL extension SESSION:SESSION-ID attribute which returns a UUID which unique...
- How will customers know when older sessions have been ended when implementing licensing rules?
- 09:18 AM Feature #6410: implement additional built-in OO classes/interfaces
- We've discussed this POLY issue with extent in #5729. But I can't find if we made a dedicated task for making POLY w...
- 08:53 AM Feature #6410: implement additional built-in OO classes/interfaces
- What do you suggest?
- 08:41 AM Feature #6410: implement additional built-in OO classes/interfaces
- Greg, I've taken a look at 6410a, and the main issue is changing the return type for i.e. @LegacyClass.invoke@, from ...
- 08:19 AM Feature #6410: implement additional built-in OO classes/interfaces
- Marian, please upload a skeleton patch using the latest skeleton project from xfer (rev 116).
- 07:47 AM Feature #6410: implement additional built-in OO classes/interfaces
- Constantin: Have you reviewed 6410a? I'd like to get it into trunk.
Marian: We urgently need the runtime for @Pro... - 09:00 AM Bug #7272 (Closed): RUN ... NO-ERROR must log the 'missing.p was not found' message, always.
06/26/2023
- 02:08 PM Feature #6497: add equivalent support for the -T command line option
- Please merge 6497a into 4938a. Add/rework support for @-T@ to the @STARTUP-PARAMETERS@.
- 02:04 PM Feature #6425: SESSION handle features
- Did you have a branch 6425a? It is not listed in this task, so it is not clear. I know you have changes. Please me...
- 02:02 PM Feature #4391: enhance existing SESSION:STARTUP-PARAMETERS support to honor -H -db -S -ld -N values
- Please use branch 4938a.
- 01:25 PM Feature #3853: implement LOG-MANAGER runtime
- @QUERY:BASIC-LOGGING@ is already listed in #3853-1. Whether we implement a new set of logging instrumentation for it...
- 12:02 PM Feature #3853: implement LOG-MANAGER runtime
- Greg Shah wrote:
> Galya B wrote:
> > Note: This task should include proper implementation of @basic-logging@ that ... - 11:25 AM Feature #3853: implement LOG-MANAGER runtime
- Galya B wrote:
> Note: This task should include proper implementation of @basic-logging@ that is already supported i... - 11:03 AM Feature #3853: implement LOG-MANAGER runtime
- Note: This task should include proper implementation of @basic-logging@ that is already supported in the 4GL syntax.
06/23/2023
- 02:37 AM Feature #6410: implement additional built-in OO classes/interfaces
- Constantin Asofiei wrote:
> Marian Edu wrote:
> > > Also, 6410a branch is on xfer - do you still have problems usin...
06/22/2023
- 03:44 PM Bug #7460: implement Progress.Lang.Class:getMethods
- For this task, the priority is the runtime for @progress.lang.class:getMethods@. For current customers, we already h...
- 03:42 PM Bug #7460: implement Progress.Lang.Class:getMethods
- That is a big reason we really need to get 6410a merged into trunk. It at least provides conversion support for all ...
- 03:35 PM Bug #7460: implement Progress.Lang.Class:getMethods
- Marian, can this be implemented 'standalone', without additional APIs from @progress.lang.classs@ (or others)?
- 03:34 PM Bug #7460: implement Progress.Lang.Class:getMethods
- > Greg: is progress.lang.class supposed to be fully implemented in some other task?
Yes, in #6410. - 09:57 AM Bug #7460: implement Progress.Lang.Class:getMethods
- A customer project uses @progress.lang.class:getMethods@. We need to implement this.
Greg: is progress.lang.class... - 09:56 AM Bug #7460 (Merge Pending): implement Progress.Lang.Class:getMethods
06/16/2023
- 07:16 AM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- Committed to 7300a rev 14626. ...
06/15/2023
- 04:13 PM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- I'm OK with the approach. Go ahead and apply it.
- 12:50 PM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- The patch above does not drop the label, but instead 'forces it' even if it can't be resolved, to preserve the AST st...
- 10:33 AM Bug #7438 (Review): the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- This patch solves the issue; I don't see a more elegant solution....
- 09:29 AM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- Greg Shah wrote:
> The label never has meaning?
Correct - it has no meaning, either for the 4GL compiler or the 4GL... - 09:27 AM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- The label never has meaning?
- 09:23 AM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- Greg Shah wrote:
> > all behavior was the same in 4GL, until I tried with a 'bogus' label
>
> You mean this was t... - 09:15 AM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- > all behavior was the same in 4GL, until I tried with a 'bogus' label
You mean this was the case after your chang... - 08:17 AM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- Greg Shah wrote:
> Is this really a parsing issue? Maybe @label_reference@ detects this as a @malformed_symbol@ but... - 08:10 AM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- Is this really a parsing issue? Maybe @label_reference@ detects this as a @malformed_symbol@ but it isn't clear that...
06/14/2023
- 03:08 PM Bug #7438: the label in the UNDO <lbl>, THROW is not validated or used in 4GL
- This simple line compiles and executes fine in 4GL:...
- 03:06 PM Bug #7438 (Review): the label in the UNDO <lbl>, THROW is not validated or used in 4GL
06/12/2023
- 05:32 PM Feature #6425 (WIP): SESSION handle features
- 02:20 PM Bug #7193 (Closed): READ-JSON is not supported for the "LONGCHAR" source type
- 08:55 AM Bug #7247 (Closed): Dataset:READ-XML does nothing
- 07:42 AM Bug #7247: Dataset:READ-XML does nothing
- All related unit tests pass for reading dataset from XML.
06/09/2023
- 02:58 PM Bug #7299: resolution of the target OO method in chained calls with poly arguments
- Rebased 7299a/14613 from trunk rev 14623 - new rev 14625 .
06/08/2023
- 02:11 PM Bug #7247: Dataset:READ-XML does nothing
- Ovidiu Maxiniuc wrote:
> Igor,
> I have fixed some formatting issues and enhanced javadoc texts for some methods f... - 01:40 PM Bug #7247: Dataset:READ-XML does nothing
- Igor,
I have fixed some formatting issues and enhanced javadoc texts for some methods for you in r14623. If you agr... - 06:37 AM Bug #7247: Dataset:READ-XML does nothing
- Ovidiu: Is 7247a OK to merge?
- 05:05 AM Bug #7247: Dataset:READ-XML does nothing
- Ovidiu Maxiniuc wrote:
> Review of 7247a/r14621.
>
> Fully unifying the de/serialization of XML and JSON is an am... - 08:51 AM Feature #6420: implement the AUDIT-ENABLED() built-in function
- The changes are in the p2j branch 6422a
- 08:50 AM Feature #6420 (Review): implement the AUDIT-ENABLED() built-in function
Also available in: Atom