Activity
From 11/30/2024 to 12/29/2024
12/20/2024
- 11:12 AM Bug #9411 (Merge Pending): Implement SESSION:STREAM
- Code Review Task Branch 9411a Revision 15610
It is good.
You can merge to trunk now. - 03:04 AM Bug #9411: Implement SESSION:STREAM
- Committed 9411a revision 15610.
12/19/2024
- 01:29 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Please checkout again the project fully, there was some references from the source project I used to build it, which ...
- 12:40 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- OK, is there. I've included the @abl/ADE@ checkout, but couldn't include the .git folder, too. The commit message is...
- 12:25 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- > Please let me know if you want to upload the ADE project I used.
Yes, we should have it located in @~/secure/cod... - 11:47 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I've ran the reports on the current parsed .cls files; these are some notes:
* unsupported handle attributes: ROLES
... - 10:23 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I've started parsing the ADE .cls files - there are usages like this:
* generic usage... - 09:14 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- > To make this work, we will have to implement anything missing in @progress.lang.*@ since those are not written in ...
- 07:20 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Greg Shah wrote:
> There are less than 450 classes in @src/corelib/@ and @src/netlib/@. Isn't that all we're worrie... - 07:14 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- There are less than 450 classes in @src/corelib/@ and @src/netlib/@. Isn't that all we're worried about? I don't th...
12/18/2024
- 05:31 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Greg Shah wrote:
> Constantin: Please evaluate the gaps that need to be resolved to convert all the OO built-in clas... - 04:42 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- As of 12.7.0, PSC has licensed all of its ADE code under the Apache 2.0 license (see https://github.com/progress/ADE/...
- 04:34 PM Feature #9488 (WIP): implement all built-in OO classes using the open source ADE code from 12.8.4
- 09:46 AM Bug #9411: Implement SESSION:STREAM
- Please update the gap marking for this attribute (mark it full/partial the same way that cpstream is marked).
Then... - 03:13 AM Bug #9411 (Internal Test): Implement SESSION:STREAM
- 08:42 AM Bug #8944: FINALLY block transaction processing
- There is another potential issue that maybe should be discussed.
In @notifyMasterFinish@ and @processFinalizables@, ... - 07:43 AM Bug #8944 (Review): FINALLY block transaction processing
- I tried to solve the issue without changing the existing 'infrastructure' and overall logic.
As I stated in note 29,...
12/17/2024
- 08:19 AM Bug #9482: Reduce logging for warnings coming outside FWD.
- CentralLogger logs warning with throwables and their respective stack trace, if the throwable was passed as a paramet...
- 08:15 AM Bug #9482 (New): Reduce logging for warnings coming outside FWD.
- 04:40 AM Bug #9037: Two timers problem: only one fires
- Review:
Not sure if locking in @ContextLocal@ would introduce even more problems, but I've found that out while wor...
12/16/2024
- 09:37 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
- There are some prints for debugging reasons....
12/13/2024
- 02:13 PM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
- > I think what is needed is to put an annotation when @chainedRef@ should be true and after a @REFERENCE@ gets added ...
- 09:48 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
- For the progress code given by Alex: @obj:gen():gen():test():test().@...
12/12/2024
- 10:49 AM Bug #9037: Two timers problem: only one fires
- > @SecurityContext@ instance (Greg, IIRC this is a singleton for each FWD context, right?)
In most cases, yes it i... - 08:13 AM Bug #9037: Two timers problem: only one fires
- Vladimir Tsichevski wrote:
> Constantin Asofiei wrote:
>
> > Regarding the changes in 9037a...
>
> Branch 9037... - 08:13 AM Bug #9037: Two timers problem: only one fires
- Constantin Asofiei wrote:
> Regarding the changes in 9037a...
Branch 9037a never existed :-(. The change is in ... - 07:54 AM Bug #9037: Two timers problem: only one fires
- Greg/Vladimir: I agree that the synchronization in ContextLocal is faulty. But I propose to improve and fix the sync...
- 10:01 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
- > I like the second version more. Maybe use @ref()@, @chainedRef()@ (which will call @chainedRef(false)@ underneath) ...
- 09:36 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
- I think your approach is right. Please consider:...
- 08:54 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
- ...
- 04:29 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- I thought about this and found that we have a map storing function definitions in @SignatureHelper@ (@map_func@), thi...
12/11/2024
- 03:57 AM Bug #9411: Implement SESSION:STREAM
- I am OK with the changes in 9411a.
- 09:01 PM Feature #9448: compatibility test security features
- Check the tests in Testcases to ensure they are complete and comprehensive. Add tests if needed. Convert and run the ...
- 08:58 PM Feature #9448 (Closed): compatibility test security features
- 08:53 PM Feature #9447: XML support feature improvements and testing
- * @SAX-READER@ (also should be added to @X-DOCUMENT@ if easily done, but only the @SAX-READER@ version is used in the...
- 08:52 PM Feature #9447 (Closed): XML support feature improvements and testing
- 08:20 PM Support #9446: compatibility test PUT-DOUBLE
- Check the @PUT-DOUBLE@ tests in [[p2j:Testcases]] to ensure they are complete and comprehensive. Add tests if needed...
- 08:20 PM Support #9446 (Closed): compatibility test PUT-DOUBLE
- 08:18 PM Support #9445: compatibility test FIX-CODEPAGE
- Check the @FIX-CODEPAGE@ tests in [[p2j:Testcases]] to ensure they are complete and comprehensive. Add tests if need...
- 08:13 PM Support #9445 (Closed): compatibility test FIX-CODEPAGE
12/10/2024
- 12:35 PM Feature #9442: implement limited support for RCODE-INFORMATION
- Greg Shah wrote:
> Both start with an assignment of @RCODE-INFORMATION:FILENAME@ to some program name or class name.... - 12:32 PM Feature #9442: implement limited support for RCODE-INFORMATION
- There are 2 patterns used that should be supported.
Both start with an assignment of @RCODE-INFORMATION:FILENAME@ ... - 12:29 PM Feature #9442 (Closed): implement limited support for RCODE-INFORMATION
- 09:59 AM Bug #9411: Implement SESSION:STREAM
- Greg Shah wrote:
> Eugenie: Please review and comment on #9411-14.
>
> > is not needed then we can either change ... - 09:35 AM Bug #9411: Implement SESSION:STREAM
- It is already committed!
- 09:28 AM Bug #9411: Implement SESSION:STREAM
- Please apply the changes to the branch.
- 09:26 AM Bug #9411: Implement SESSION:STREAM
- Committed 9411a revision 15609. ...
- 09:04 AM Bug #9411: Implement SESSION:STREAM
- Perfect. OE treats these as synonyms too. Go ahead with that idea.
- 08:52 AM Bug #9411: Implement SESSION:STREAM
- !6.png!
I think it's worth mentioning that even if I set @-stream "someEncoder"@ the error message contains @-cps... - 08:27 AM Bug #9411: Implement SESSION:STREAM
- Alexandru Lungu wrote:
> Running a 4GL application with @-cpstream@ option at CLI is also changing @STREAM@?
Yes.
... - 08:12 AM Bug #9411: Implement SESSION:STREAM
- > As such I think we can go ahead and make SESSION:STREAM be SESSION:CPSTREAM in conversion.
Running a 4GL applica... - 08:10 AM Bug #9411: Implement SESSION:STREAM
- I tested with every encoder and I found the following:
* the encoder is the key of @convmap2JavaDefault@
* @SESSION... - 06:47 AM Bug #9411: Implement SESSION:STREAM
- Eugenie: Please review and comment on #9411-14.
> is not needed then we can either change the rules to call @getCP... - 06:12 AM Bug #9411: Implement SESSION:STREAM
- Alexandru Lungu wrote:
> Functional: I might not properly understand the use of @convmap2JavaDefault@. What is the g... - 05:03 AM Bug #9411: Implement SESSION:STREAM
- Review of 9411a:
* please keep the naming consistent with the rest of CommonSession API (aka use @get@ prefix)
* ... - 04:26 AM Bug #9411: Implement SESSION:STREAM
- Since we moved the @stream()@ method we should also do the following changes:...
- 04:06 AM Bug #9411: Implement SESSION:STREAM
- Committed 9411a revision 15610.
- 04:05 AM Bug #9411 (Review): Implement SESSION:STREAM
- Greg Shah wrote:
> Code Review Task Branch 9411a Revision 15609
>
> 1. Instead of @SessionUtils@, the getter shou... - 09:57 AM Bug #9350 (Internal Test): gap marking for LOG-MANAGER attributes and methods is probably wrong
- Code Review Task Branch 9198a Revision 15486
The changes are good.
I've checked in rev 15487 with minor comment... - 09:27 AM Bug #9350 (Review): gap marking for LOG-MANAGER attributes and methods is probably wrong
- 09:27 AM Bug #9350: gap marking for LOG-MANAGER attributes and methods is probably wrong
- Up in 9198a r15486.
Diff:... - 08:52 AM Bug #9350 (WIP): gap marking for LOG-MANAGER attributes and methods is probably wrong
- The current state should be:
1. LOG-MANAGER attributes:
* LOGFILE-NAME (KW_LOGF_NAM) - conversion full/runtime fu... - 07:44 AM Bug #9354: Invalid handle (3135) error is thrown insted of the 10068 error.
- I can reproduce the issue. The problem is in @object.ref@:...
- 04:28 AM Bug #9354 (WIP): Invalid handle (3135) error is thrown insted of the 10068 error.
- 07:38 AM Feature #4392 (Closed): add -pf support for appserver CONNECT() method
- 08:34 PM Feature #9437: enhancements for Progress.Lang.Class
- ...
- 08:33 PM Feature #9437 (Closed): enhancements for Progress.Lang.Class
- 08:26 PM Feature #9436: add built-in OO classes
- ...
- 08:24 PM Feature #9436 (WIP): add built-in OO classes
12/09/2024
- 06:50 PM Feature #9435: class-level virtual procedure/function definitions
- Some procedures and functions can be defined in classes.
* @PROCEDURE EXTERNAL@
* @PROCEDURE/FUNCTION ... IN hand... - 06:49 PM Feature #9435 (Closed): class-level virtual procedure/function definitions
- 06:44 PM Bug #4602: fixes for OO 4GL and structured error handling
- Some things to ensure are fully working:
* @CATCH@ with inner @UNDO, THROW@
* @FINALLY@ with @DELETE OBJECT@ (wit... - 04:56 PM Bug #9411: Implement SESSION:STREAM
- Code Review Task Branch 9411a Revision 15609
1. Instead of @SessionUtils@, the getter should be in @I18nOps@.
2... - 10:05 AM Bug #9411: Implement SESSION:STREAM
- Committed 9411a revision 15609.
- 09:39 AM Bug #9411: Implement SESSION:STREAM
- That seems reasonable. Please put the changes in a branch.
- 09:24 AM Bug #9411: Implement SESSION:STREAM
- ...
- 09:20 AM Bug #9411: Implement SESSION:STREAM
- I tested the OE application and introduced other encoding formats in startup. @SESSION:STREAM@ can also output other ...
- 09:07 AM Bug #9411: Implement SESSION:STREAM
In @method_attributes.rules@:...- 03:03 AM Bug #9411 (WIP): Implement SESSION:STREAM
- 11:55 AM Bug #6640: parsing bug for initial ",0000" for decimal variables or fields
- What happens in OE when you set the decimal separator or group separator to different values?
You can set this on ... - 10:44 AM Bug #6640: parsing bug for initial ",0000" for decimal variables or fields
- Seems, the decimal separators are ignored completely when parsing a string to a number.
In OE this works as if the i...
12/05/2024
- 09:47 AM Bug #8309: Do the error handling for r-index and extend implementation to INDEX and LONGCHAR
- Greg Shah wrote:
> Yuck. I'm not OK with error messages being dependent upon files independently installed or edite... - 08:27 AM Bug #8309: Do the error handling for r-index and extend implementation to INDEX and LONGCHAR
- Marian Edu wrote:
> Greg Shah wrote:
> > Yes, exactly this. Luckily, this is a pretty rare case because they try t... - 09:02 AM Bug #9417: Errors might not be logged by the LegacyLogManager.
- Apart from the example in note 1, I have not been able to find cases where errors are not logged, but there might be....
- 08:56 AM Bug #9417: Errors might not be logged by the LegacyLogManager.
- How might you test this bug?
- 08:38 AM Bug #9417: Errors might not be logged by the LegacyLogManager.
- +Galya, +Constantin
- 08:36 AM Bug #9417: Errors might not be logged by the LegacyLogManager.
- ...
- 08:33 AM Bug #9417 (New): Errors might not be logged by the LegacyLogManager.
- 05:34 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru Lungu wrote:
> Danut, I am trying to drag the discussion to the point where proving that the error occurs ... - 05:26 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Danut, I am trying to drag the discussion to the point where proving that the error occurs only when @var4glType@ and...
- 03:55 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru Lungu wrote:
> Please investigate why @tt.f1 = LENGTH('abc')@ is hitting the switch-case, making @var4glTy... - 03:20 AM Bug #9396 (WIP): Improve Incompatible data types in expression or assignment. (223) error handling
- Resuming work for #9396-25.
12/04/2024
- 08:01 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- > My conclusion is that we need to add the full type checking during standard conversion with error reporting if we w...
- 06:43 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru Lungu wrote:
> Ovidiu, the work-flow of static and dynamic queries in FWD differs a bit, especially throug... - 04:55 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- *Review of 8396a*
* While the approach should fix the evident problem, I think it is too relaxed. Mind that @1 + 1... - 04:17 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Ovidiu, the work-flow of static and dynamic queries in FWD differs a bit, especially through @DynamicQueryHelper@. @f...
- 04:34 AM Bug #8309: Do the error handling for r-index and extend implementation to INDEX and LONGCHAR
- Greg Shah wrote:
> Yes, exactly this. Luckily, this is a pretty rare case because they try to keep OE backwards com...
12/03/2024
- 05:41 PM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru Lungu wrote:
> *Ovidiu*, can you provide an insight for this matter?
First, a bit of wisdom :) from my ... - 08:49 AM Bug #9396 (Review): Improve Incompatible data types in expression or assignment. (223) error hand...
- Committed the changes to *9396a/15588*. Partially reverted changes from 15583 and 15584 revisions.
Please review.
... - 07:58 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru Lungu wrote:
> > 528 - 4359 times (ProgressParserTokenTypes.KW_AND)
>
> I wonder if this is something l... - 07:03 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- > 528 - 4359 times (ProgressParserTokenTypes.KW_AND)
I wonder if this is something line @tt.f1 = 1 and true@ kind ... - 06:59 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru Lungu wrote:
> Can you check what the construct is in that case? I expect to see UPPER(RTRIM()) kind of co... - 06:55 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Can you check what the construct is in that case? I expect to see UPPER(RTRIM()) kind of combination in 99% of that c...
- 06:12 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- I've run the analysis on how often we get @FUNCTION(literal)@ constructs (the scenario involves the extended performa...
- 04:47 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- I also committed the logical(int) constructor change to *9396a/15586*.
Adjusted Done%. - 04:45 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru Lungu wrote:
> Danut, lets go for to the more evident fix of not allowing the literals to be extracted in ... - 04:42 AM Bug #9396 (WIP): Improve Incompatible data types in expression or assignment. (223) error handling
- Danut, lets go for to the more evident fix of not allowing the literals to be extracted in such complex scenarios. Th...
- 04:33 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Alexandru, you are right. The problem also happens with other functions, the example:...
- 04:15 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- > Is the literal extraction happening only in f1 = 1 kind is situations? Or f1 + 1 = f2 is also a valid case in which...
- 03:51 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- Somehow I modified this, sorry.
- 03:47 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- > where the injected variable is actually a CHARACTER but the conversion should fail because of the datetime function...
- 05:39 AM Bug #9411: Implement SESSION:STREAM
- This task is created to cover the implementation details of SESSION:STREAM.
- 05:39 AM Bug #9411 (Closed): Implement SESSION:STREAM
12/02/2024
- 10:29 AM Bug #9396: Improve Incompatible data types in expression or assignment. (223) error handling
- *Review of 9396a*
* The logical constructor can be condensed: @assign(value != 0)@. I agree that the constructor s... - 08:19 AM Support #9398 (Review): Incomplete SESSION:DATE-FORMAT implementation in FWD and setting session ...
- 08:19 AM Support #9398 (WIP): Incomplete SESSION:DATE-FORMAT implementation in FWD and setting session dat...
- The issue fixed in 9398a rev. 15587.
Now the @date-format@ client option can be used to set the @SESSION:DATA-FORM...
Also available in: Atom