Activity
From 03/05/2025 to 04/03/2025
04/03/2025
- 10:12 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Constantin Asofiei wrote:
> Is having the rule like this work?
I checked again with trunk revision 15840 ( + rule... - 09:13 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Constantin Asofiei wrote:
> Is having the rule like this work?
> [...]
>
> I don't understand the need to remove... - 08:53 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Is having the rule like this work?...
- 08:45 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- @SUPER (cResult, 123).@ :...
- 08:41 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Please post the AST for the SUPER and the @voidMthd@ call.
- 08:40 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Constantin Asofiei wrote:
> Or otherwise find why the literal at SUPER/THIS-OBJECT doesn't have 'wrap' annotation.
... - 07:34 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Or otherwise find why the literal at SUPER/THIS-OBJECT doesn't have 'wrap' annotation.
- 07:34 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- I would enhance @copy.parent.isAnnotation("wrap")@ to check that the parent is SUPER or THIS-OBJECT (use the @type_pa...
- 07:30 AM Bug #9841 (Review): SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Constantin Asofiei wrote:
> Please look also into what @force_no_wrap@ means.
The annotation is used to avoid wra... - 03:53 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Constantin Asofiei wrote:
> find when @evalLib("oo_call_type", parent, this)@ was added.
It was added in trunk re... - 07:35 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana-Cristina Prioteasa wrote:
> What I could find in /CCcs/Common/Support and is not in FWD:
Please add these to ... - 07:13 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- We have implemented in FWD:
* IcharacterHolder.java
* IdecimalHolder.java
* Iint64Holder.java
* Il... - 07:01 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Also, for the CCS and other 'holder' classes - are these fully implemented in FWD?
- 07:00 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- For LegacyInteger, for now make the change by hand.
For LegacyList, these are related to generics (I think) - see th... - 06:59 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- This is the support for these in p2j:
- @OpenEdge.Core.Collection.List@ (p2j.oo.core.collections.LegacyList) - STUBS... - 05:40 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Why are you converting String.cls? This is already implemented. Please post the only the .cls files which have no i...
- 05:22 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Rebased 9488a and tested again the conversion for only these files (needed from ADE and not existent in p2j with full...
- 04:17 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I've added my changes to 9488a rev 15736. Sorry, they are not fully tested/complete. Please check with your test no...
- 04:03 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Minimized the testcase where the setter of a property is not correctly emitted and ends up as @n/a@.
For this:
<pre...
04/02/2025
- 01:58 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Constantin Asofiei wrote:
> Greg Shah wrote:
> > So, I'd like to know if we need it in the short term or not. If n... - 01:03 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Greg Shah wrote:
> So, I'd like to know if we need it in the short term or not. If not, then we should defer it.
T... - 12:48 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- > Greg: considering that the #9457 project doesn't use generics in the app code, I want to find a way to delay this i...
- 09:59 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Found missing skeletons needed on #9488 or #9436 and I committed then to the bzr skeleton project, rev. 125:
* Progr... - 09:45 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- The initial idea was to convert everything we need from ADE and later choose of we keep the current implementation(ex...
- 06:02 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Created issue #9868 for the discussion about generics. I will try to gather some examples of generics usage and add t...
- 04:48 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I think the problem with the @ObjectOps.newInstance@ missing the parameter type mode is that the target method or con...
- 01:28 PM Feature #9868: Support generics introduced in Progress 12.x
- I'm guessing that there is no syntax in the built-in classes which shows how to define a parameterized type (e.g. @T@...
- 01:23 PM Feature #9868: Support generics introduced in Progress 12.x
- For convenience, I'm reproducing my post from #9488-131:
> Greg: considering that the #9457 project doesn't use ge... - 07:36 AM Feature #9868: Support generics introduced in Progress 12.x
- Progress 12.x introduced built-in classes that use generics, such as @Progress.Collections.HashMap@ and @Progress.Col...
- 05:52 AM Feature #9868 (New): Support generics introduced in Progress 12.x
- 10:55 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Please look also into what @force_no_wrap@ means. And find -where- when @evalLib("oo_call_type", parent, this)@ was ...
- 10:54 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- Looks like the problem is coming from the rule at the line 381 in convert/literals.rules. ...
- 08:54 AM Bug #9841 (WIP): SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- I accidentally created a branch 9841 while trying to create a branch for this task. I don't know how to delete it or ...
04/01/2025
- 07:46 AM Bug #9819 (WIP): SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Placing back in WIP, the runtime for these SESSION attributes needs to be implemented.
- 07:45 AM Bug #9819 (Closed): SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- 03:24 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- 9819a was merged to trunk rev. 15831 and archived.
- 03:04 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Actually 9773a is in trunk, please merge now.
- 03:03 AM Bug #9819 (Merge Pending): SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Please merge after 9773a.
03/31/2025
- 08:08 AM Feature #3853: implement LOG-MANAGER runtime
- I've noticed the @persist@ package excessively uses methods in @ErrorManager@ that don't create legacy logs. After 86...
- 07:45 AM Feature #3853: implement LOG-MANAGER runtime
- 8661b covers @ASPlumbing@ on level @1@ and @2@ in the new PASOE implementation.
- 05:11 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
h2. Status as of March 31
---
- All tests except assigning to buffers are passing conversion and compilation ...
03/30/2025
- 04:16 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- I had a problem with my workstation and had to redo the conversion. I performed the conversion with 9818a of a large ...
03/28/2025
- 03:46 PM Bug #4766: fix CHR and ASC
- > Java was born with that lesson learned. The String will store the @UNICODE@. We work directly, with the 'characters...
- 03:17 PM Bug #4766: fix CHR and ASC
- I am a bit pessimistic about this.
The difference between FWD and OE is that the OE actually stores the strings us... - 09:25 AM Bug #4766: fix CHR and ASC
- > > We *must* implement the same behavior as OE for the *default* @convmap@ on those character sets which we support...
- 05:39 AM Bug #4766: fix CHR and ASC
- Thank you for your answers!🙂
> We *must* implement the same behavior as OE for the *default* @convmap@ on those c... - 10:44 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> OK, then please add this to the list of (edge) cases to implement.
So what do we reso... - 10:08 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- OK, then please add this to the list of (edge) cases to implement.
- 10:07 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- > I think this may need to be converted as @::@ in FWD, to act like a dynamic field assignment.
I did some tests and... - 06:56 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> Constantin Asofiei wrote:
> > Make also tests with @DEFINE BUFFER b1 for book. b1.f1 = ...@, @... - 06:36 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> Make also tests with @DEFINE BUFFER b1 for book. b1.f1 = ...@, @book.isbn = ...@, @def b... - 06:24 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Make also tests with @DEFINE BUFFER b1 for book. b1.f1 = ...@, @book.isbn = ...@, @def buffer b2 for tt1. b2.f1 = ......
- 06:23 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Check how this gets converted and @tt1.f1 = i@ should be something similar....
- 06:15 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Tests are ready.
Constantin Asofiei wrote:
> I think this may need to be converted as @::@ in FWD, to act like a ... - 04:27 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> Do you have tests with both extent fields and scalar table fields, while RVALUE is POLY?... - 04:23 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> Compilation fails as there is no character constructor that takes an Object as parameter.
Do y... - 04:19 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> Thanks, go ahead with committing this change
Commited on 6490a, rev. #15822.
Curre... - 10:32 AM Feature #9436 (Review): add built-in OO classes
- Committed in the *testcases project rev. 1730*:
- test for @Progress.IO.MemoryOutputStream@: at @/testcases/tests/oo... - 09:52 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- As an update for the current status of the task, I believe there are three more things to tackle:
* Make sure that t... - 08:36 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Two things that are complicating the process of completing these changes:
* #8661 a long running task where the co...
03/27/2025
- 11:43 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Eduard Soltan wrote:
> Constantin, should I perform a conversion of a large GUI application overnight as a regressio... - 11:42 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Constantin, should I perform a conversion of a large GUI application overnight as a regression test?
I have made c... - 11:17 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Thanks, go ahead with committing this change and reconvert that project .
- 11:13 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Regarding the problem found while converting the project.
After modifying the builtin_functions.rules by adding th... - 07:35 AM Bug #4766: fix CHR and ASC
- OK, so the *default* OE @convmap@ files do *not* implement a standard charset conversion. Let's move forward in this...
- 06:29 AM Bug #4766: fix CHR and ASC
- Delia Mitric wrote:
> I think these tables are really relevant for functions like ASC/CHR, mostly for characters t... - 06:08 AM Bug #4766: fix CHR and ASC
- Marian Edu wrote:
> Delia Mitric wrote:
>
> > BUT, when we try to make @asc("€", "IBM850", "1252")@ we receive *2... - 06:04 AM Bug #4766: fix CHR and ASC
- > I am also thinking of another scenario: if the 4GL sources are compiled using a specific CP, so the .r files contai...
- 05:57 AM Bug #4766: fix CHR and ASC
- Delia Mitric wrote:
> My question is how to introduce this convmap tables that specify very clearly (and have no g... - 05:43 AM Bug #4766: fix CHR and ASC
- Delia Mitric wrote:
> BUT, when we try to make @asc("€", "IBM850", "1252")@ we receive *213* (the code from *IBM85... - 04:24 AM Bug #4766: fix CHR and ASC
- Greg Shah wrote:
> Is there something different implemented in this @convmap@ than is implemented using the characte... - 05:06 AM Bug #9060: Cache oftenly used values that are immutable
- Please create some tests to check IMPORT with blob/clob.
- 04:48 AM Bug #9841: SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
- During a customer conversion, it was found that @SUPER(THIS-OBJECT)@ was not converting properly (the argument needs ...
- 04:43 AM Bug #9841 (Test): SUPER() and THIS-OBJECT() statements are not part of 'oo_call_type'
03/26/2025
- 03:45 PM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- From Will:
> As far as I know we only use the two parameters Scott mentioned. - 03:44 PM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- From Scott:
> To the best of my knowledge, we actually don’t reference any of them internally in our code but are ... - 01:30 PM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Followup question from Constantin:
> I more interested in how you use them in the application; you mentioned that ... - 01:19 PM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- From Scott:
> I have attached the openedge.properties file for our PasOE “pasdevt” instance:
>
> ... - 08:19 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Greg Shah wrote:
> Please put the webspeed code (for now, the handler but in the future probably some other code lik... - 08:17 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Please put the webspeed code (for now, the handler but in the future probably some other code like the web-context su...
- 08:02 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Radu Apetrii wrote:
> Constantin, I have another question. Do I need to create a @WebspeedService@, like the ones fo... - 08:00 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Constantin, I have another question. Do I need to create a @WebspeedService@, like the ones for REST, SOAP, and the o...
- 02:02 PM Feature #9516: include pre-converted webspeed runtime code in FWD
- I just connected *trunk_15818* to my "adepre" project and ran @ant clean convert.zset@ and created:
{{collapse(fin... - 10:58 AM Feature #9516: include pre-converted webspeed runtime code in FWD
- Roger Borrello wrote:
> Isn't there kind of a chicken-egg situation here?
> # which version of FWD to use for the c... - 10:54 AM Feature #9516: include pre-converted webspeed runtime code in FWD
- Isn't there kind of a chicken-egg situation here?
# which version of FWD to use for the conversion of webspeed so th... - 10:33 AM Feature #9516: include pre-converted webspeed runtime code in FWD
- If we set @com.goldencode.p2j.webspeed.<something?>@ as the root package, then the conversion will emit automatically...
- 08:23 AM Feature #9516: include pre-converted webspeed runtime code in FWD
- In #6506, we are putting the webspeed code into @src/com/goldencode/p2j/webspeed/@. So we would want a subdirectory ...
- 10:59 AM Bug #4766: fix CHR and ASC
- Is there something different implemented in this @convmap@ than is implemented using the character sets in Java? In ...
- 06:24 AM Bug #4766: fix CHR and ASC
- I probably found a general rule for ASC (because it is more problematic) and I implemented it in FWD, but while I was...
- 06:05 AM Bug #9836: Drop BlockManager API for empty methods
- Things to consider: any OUTPUT/INPUT-OUTPUT parameters need to ensure they are processed right even if we drop the Bl...
- 06:02 AM Bug #9836: Drop BlockManager API for empty methods
- This issue is derived from #8069-9, the purpose of this task is to remove the BlockManager API from empty methods.
- 06:01 AM Bug #9836 (New): Drop BlockManager API for empty methods
- 04:06 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Constantin Asofiei wrote:
> Review for 9819a rev 15806:
> * @SessionUtils@
> ** @return (handle) handle.UNKNOWN_AR...
03/25/2025
- 10:15 AM Feature #9516 (Feedback): include pre-converted webspeed runtime code in FWD
- Just need a little direction into how best to merge into FWD.
- 09:41 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Review for 9819a rev 15806:
* @SessionUtils@
** @return (handle) handle.UNKNOWN_ARGUMENT;@ is not OK - you need to ... - 06:46 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Constantin, for ADE to convert I needed 2 converted skeletons inside p2j and I committed them in *9488a rev. 15735*: ...
- 04:19 AM Bug #9060: Cache oftenly used values that are immutable
- The changes in rev 15771 should solve the immutable types problem...
03/24/2025
- 11:21 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> I committed 9060b/15771, it contains fixes for issues from the review, constant type register... - 10:09 AM Bug #9060 (Review): Cache oftenly used values that are immutable
- I committed 9060b/15771, it contains fixes for issues from the review, constant type registering throughout the proje...
- 10:42 AM Bug #4602: fixes for OO 4GL and structured error handling
- h2. More on control-of-flow directives
I looked at 4gl for @leave@, @next@ and @retry@.
Leave:
@The name of th... - 06:14 AM Bug #4602: fixes for OO 4GL and structured error handling
- h3. Error handling
Looking at 4gl documentation about @CATCH@ blocks I have seen 2 things of interest.... - 10:02 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> * Call types:
> ** (object method) @SetParameter(1, "INTEGER", "INPUT", DYNAMIC-INVOKE(clsRef,...
03/21/2025
- 01:36 PM Bug #9572 (Review): ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTermin...
- 9572a committed as rev. 15770, please do the next intermediate review.
*RedirectedTerminal*:
- Javadocs for mos... - 10:57 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- The @breakable@ field's lifecycle is unclear. It maintains a set of line numbers that can only grow; the set is never...
- 08:20 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I attached the conversion and build logs of the ADE code I converted.
I tried to get a list of the compile issues, ... - 07:19 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Added conversion support on 9819a, rev. *15806*.
- 06:07 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Eduard Soltan wrote:
> I see that in @SessionUtils@ all methods are static. In case it will implement an interface s... - 06:05 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- Constantin Asofiei wrote:
> These @LAST/FIRST-ASYNC-REQUEST@ attributes are currently supported in FWD only in for t... - 05:10 AM Bug #9819: SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- These @LAST/FIRST-ASYNC-REQUEST@ attributes are currently supported in FWD only in for the SERVER handle. This is un...
- 05:07 AM Bug #9819 (WIP): SESSION:FIRST-ASYNC-REQUEST and SESSION:LAST-ASYNC-REQUEST
- 04:41 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
> * Return statement:
> ** Wrong behavior of functions in some cases.
This is a bit messy...
Normally, the RET...- 03:25 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> what is @val@ at the time @newInstance@ is called?
@BaseDataType val = BaseDataType.g...
03/20/2025
- 09:28 AM Feature #8904: implement -catchStop and the integration/conversion of STOP conditions into except...
- Constantin Asofiei wrote:
> This was added in OE 12.8 , so yes, is not implemented. Does this mean that @LockConfli... - 09:19 AM Feature #8904: implement -catchStop and the integration/conversion of STOP conditions into except...
- Constantin Asofiei wrote:
> Eduard Soltan wrote:
> > Eduard Soltan wrote:
> > > Marian, do you know if we could ac... - 09:14 AM Feature #8904: implement -catchStop and the integration/conversion of STOP conditions into except...
- Eduard Soltan wrote:
> Eduard Soltan wrote:
> > Marian, do you know if we could actually set a timeout to database ... - 08:37 AM Feature #8904: implement -catchStop and the integration/conversion of STOP conditions into except...
- Eduard Soltan wrote:
> Marian, do you know if we could actually set a timeout to database related statements like @f... - 08:13 AM Feature #8904: implement -catchStop and the integration/conversion of STOP conditions into except...
- Marian, do you know if we could actually set a timeout to database related statements like @find first book.@ to spec...
- 09:19 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- I am fixing the @moveOutputToColumn(final int fromCol, final int toCol)@, currently implemented as:...
- 09:02 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Hynek Cihlar wrote:
> Early review 9572a.
>
> In @drawVBorder@, shouldn't the previous state be copied to the new... - 09:01 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Hynek Cihlar wrote:
> Early review 9572a.
>
>
> Otherwise awful lot of unrelated and non-functional changes for... - 06:23 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Early review 9572a.
In @drawVBorder@, shouldn't the previous state be copied to the new re-allocated array?
Oth... - 09:07 AM Feature #9436: add built-in OO classes
- Just to be clear, classes with .NET dependencies will not be implemented.
- 05:56 AM Feature #9436: add built-in OO classes
- Below is an updated list of the current status, what tests exist and extra classes that need to be implemented from #...
- 08:26 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Well, if @value@ is an integer array, then it seems @convertValue@ is missing support for arrays; what is @val@ at th...
- 03:37 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- > * Call types:
> ** (object method) [...] Match on wrong method results in no error being thrown.
There is a pr...
03/19/2025
- 04:41 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Sorry, you're right. I missed the test files.
You can ask Marian if you need help in finding the right spot for t... - 04:39 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Greg Shah wrote:
> Why didn't you check in the unit tests to 9572a? If they were useful for this task then they sho... - 04:26 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Why didn't you check in the unit tests to 9572a? If they were useful for this task then they should be checked in.
- 03:14 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- The 9572a rev. 15769 contains some intermediate state for early review:
*Change Description:*
# *RedirectedTerm... - 02:49 PM Feature #9435: class-level virtual procedure/function definitions
- The changes will reach trunk via 9457a - see rev 15802. 9435a was archived as dead.
- 12:42 PM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana, my approach for investigating compile errors is to comment or otherwise 'remove' the offending code that doesn...
- 10:42 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Committed to *9488a rev. 15734*: Added @FINAL@ keyword in @define_stmt_pre_scan@ and excluded generics from implement...
- 07:16 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- h2. Status as of March 19
---
- All tests are passing conversion and compilation phases
- Here are the known p... - 06:48 AM Bug #9060: Cache oftenly used values that are immutable
- Artur, please go through all @Accessor.get()@ references - there only 64 I can find, and at least @Stream.readField@ ...
- 06:43 AM Bug #9060: Cache oftenly used values that are immutable
- Artur, BTW, @clobConstant@ needs to override all methods which write it, like the @clob.write(clob.java:443)@.
- 04:55 AM Bug #9060: Cache oftenly used values that are immutable
- > new LobCopy(new SourceLob(longchar), new TargetLob(new FieldReference(tt, "field"))).run();
I agree that @publi...
03/18/2025
- 12:58 PM Bug #9060: Cache oftenly used values that are immutable
- This is different, for example:...
- 11:03 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> I started a more extensive testing process, hundreds of unit tests are failing because of ass... - 11:03 AM Bug #9060: Cache oftenly used values that are immutable
- I started a more extensive testing process, hundreds of unit tests are failing because of assign style methods being ...
- 09:45 AM Bug #9060: Cache oftenly used values that are immutable
- @decimal.compareTo@ uses @BigDecimal.compareTo@ which checks the scale, so I think we are safe.
- 09:39 AM Bug #9060: Cache oftenly used values that are immutable
- Please make sure that @compareTo@ returns 0 *only when* the scale is the same. Otherwise, we may end up considering @...
- 09:23 AM Bug #9060: Cache oftenly used values that are immutable
- Alexandru Lungu wrote:
> Oh, sorry for the confusion. I meant @cachedInstance.value.equals(value)@ or something like... - 09:17 AM Bug #9060: Cache oftenly used values that are immutable
- > Isn't this expected? Comparing a decimalConstant with a BigDecimal using equals should not return true.
Oh, sorr... - 09:15 AM Bug #9060 (WIP): Cache oftenly used values that are immutable
- Alexandru Lungu wrote:
> # why?
Isn't this expected? Comparing a decimalConstant with a BigDecimal using equals s... - 09:01 AM Bug #9060: Cache oftenly used values that are immutable
- > but using cachedInstance.equals(value) simply breaks the caching because it is always false.
# why?
# can you ... - 09:00 AM Bug #9060: Cache oftenly used values that are immutable
- Alexandru Lungu wrote:
> * I am quite nervous with comparing @double@ values with @==@: @cachedInstance.doubleValue(... - 08:55 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> that would be the next step, which I already partly implemented, but for now we need to wrap... - 08:50 AM Bug #9060: Cache oftenly used values that are immutable
- > Is mandatory to make these changes in the branch, it can't be merged without them.
I tend to agree with this sta... - 08:44 AM Bug #9060: Cache oftenly used values that are immutable
- Constantin Asofiei wrote:
> You mean @Can not compare character with characer constant!@?
Yes.
- 08:42 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> Constantin Asofiei wrote:
> > Review for 9060b rev 15768:
> > * in @database_references.rul... - 08:17 AM Bug #9060: Cache oftenly used values that are immutable
- Constantin Asofiei wrote:
> Review for 9060b rev 15768:
> * in @database_references.rules@, I think you need to che... - 04:39 AM Bug #9060: Cache oftenly used values that are immutable
- Review of 9060b:
* Leave a space between the target and cast type (e.g. @datetimetz result = (datetimetz)cachedBDT... - 04:15 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
> * for the @RETURN DYNAMIC-INVOKE@ - please make tests, and we'll discuss if we need to implement this in this pha...- 04:10 AM Bug #9801: conversion of com property with subscript
- This was encountered for the #9457 work, the task is created to document this problem; is not expected to be fixed as...
- 04:07 AM Bug #9801 (New): conversion of com property with subscript
- 03:53 AM Feature #9436: add built-in OO classes
- *9436a* is merged to trunk as rev. *15782* and archived.
03/17/2025
- 10:34 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- When generics are detected in the parser I added an annotation:...
- 08:16 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Thank you! This solves the issue. I am looking now to see what other problems there are when compiling.
- 07:21 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana, in @progress.g:define_stmt_pre_scan@ you need to have @KW_FINAL@, too:...
- 06:33 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- This is @Cls.cls.ast@ before post-parse-fixups.
- 06:21 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Please post the entire .ast file after parse, before post-parse-fixups.
- 06:16 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- For v1:...
- 06:02 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Please post the AST for the @DEFINE PROPERTY@ node for @v1@ and @v2@.
- 05:20 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- *Value* is a keyword but this does not affect the above testcase, even if we use @define final public property v1 as ...
- 04:50 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Simplified the testcase a little more:
* @IInterface.cls@... - 07:42 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul, about we discussed:
* in @assignment_style_stmt_rewriting@, line 207 needs to ignore if this is @dynamic-prope... - 06:15 AM Bug #9060: Cache oftenly used values that are immutable
- Review for 9060b rev 15768:
* in @database_references.rules@, I think you need to check for the index, too
* @Buffe... - 04:58 AM Bug #9060 (Review): Cache oftenly used values that are immutable
- I committed the conversion change to rev 15768, Constantin, please take a look. I converted hotel and there were no c...
- 04:29 AM Feature #9436 (Merge Pending): add built-in OO classes
- 9436a/15754 adds OEUnit related skeletons/changes.
Ioana: please merge after 9768a.
03/14/2025
- 06:23 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Question about @getScreenBitmap@ / @setScreenBitmap@:
What is the purpose of the bitmap? It does not appear to be ... - 09:39 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Greg Shah wrote:
> > We must significantly increase the buffer size (approximately doubling it) upon each reallocati... - 05:51 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- > We must significantly increase the buffer size (approximately doubling it) upon each reallocation; otherwise, we'll...
- 10:25 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- For the WEB stream: for the @/web@ handler, the request/response and other info gets saved via @WebHandler.initialize...
- 09:00 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- I added some more things in 6506a, rev. 15761:
* When the change from multiple handlers to one single handler occurr... - 09:31 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Managed to isolate the *refid issue* with this test:
* @abl/OpenEdge/Security/Principal.cls@ ... - 09:10 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> Did you test with trunk?
Yes, the result is similar.
> PS: please use a function in ... - 06:15 AM Bug #9060: Cache oftenly used values that are immutable
- I had a talk with Constantin, the conclusion was that we need to wrap in mutable instances the constant types for eve...
- 04:39 AM Bug #9060: Cache oftenly used values that are immutable
- Of course I will try to limit the changes to be applied only in the field access scenario.
- 04:34 AM Bug #9060: Cache oftenly used values that are immutable
- Here are my proposals for solving the @replace@ issue:...
- 03:51 AM Bug #9060 (WIP): Cache oftenly used values that are immutable
- I will bring the branch to a stable state by solving the issue described in #9060-85 and any other that pop out durin...
- 02:57 AM Feature #9436: add built-in OO classes
- Committed on *9436a rev. 15753* - Added converted skeletons for multiple classes from Ccs.Common.Support, OpenEdge.Co...
03/13/2025
- 04:51 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- I also need to fix the @clearArea@. The meaning of the @right@ and @bottom@ arguments is unclear to me: are these ind...
- 04:27 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Greg Shah wrote:
> Hmmm. I think we have dependencies in that code on the assumption that all rows are the same siz... - 01:01 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Hmmm. I think we have dependencies in that code on the assumption that all rows are the same size. And we have exte...
- 12:10 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Greg Shah wrote:
> Please minimize the changes. I don't want to refactor this at this time. I don't want to move t... - 12:03 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Please minimize the changes. I don't want to refactor this at this time. I don't want to move to a list approach. ...
- 11:59 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- There are other issues that require discussion, but I can resolve the origin issue this by allocating enough space to...
- 10:40 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- I tested with this demo application, and I am confused a bit:...
- 10:23 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Constantin Asofiei wrote:
> Vladimir, are you testing in GUI 4GL? In ChUI, both MESSAGE show on screen.
Yes, I am t... - 01:37 PM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> First line should convert to a normal DYNAMIC-PROPERTY call which I used as a model for my chan... - 05:26 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- I wrote some more tests for setting a property and implemented the changes we previously discussed about making the i...
- 11:59 AM Bug #9060: Cache oftenly used values that are immutable
- Artur, can you do a safe cut-out of the current changes you have to merge to trunk by EOW? Other matters can be defer...
- 11:12 AM Bug #9060: Cache oftenly used values that are immutable
- Replacing @new date@ with @date.of@ throughout the project means there are going to be a lot of overloads for the @of...
- 10:19 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> [...]
> @generateDefault@ generates a @date.UNKNOWN@, that's why I asked about it.
Because ... - 09:44 AM Bug #9060: Cache oftenly used values that are immutable
- ...
- 09:40 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> The issue seem to originate from @BaseDataType.sameType@, it returns false for date and const... - 09:37 AM Bug #9060: Cache oftenly used values that are immutable
- The issue seem to originate from @BaseDataType.sameType@, it returns false for date and constant. Does it make sens t...
- 09:28 AM Bug #9060: Cache oftenly used values that are immutable
- It seems so, I am getting errors in the @SharedVariableManager@ because @dateConstants@ are used.
- 09:14 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> I suppose @BaseDataTypeFactory.instantiate@ and any BDT generation method should return a mut... - 09:12 AM Bug #9060: Cache oftenly used values that are immutable
- I suppose @BaseDataTypeFactory.instantiate@ and any BDT generation method should return a mutable instance.
- 08:59 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> I am trying to replace all @date@ instance creation in the project with the @date.of@. Natura... - 08:53 AM Bug #9060: Cache oftenly used values that are immutable
- I am trying to replace all @date@ instance creation in the project with the @date.of@. Naturally this breaks everythi...
- 08:14 AM Bug #9060: Cache oftenly used values that are immutable
- Constantin Asofiei wrote:
> Test the cache directly in Java - create the datetime-tz strings (what is @odt@ in your ... - 07:53 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> Of course, writing a performance test for such cases is not trivial, so there is a chance tha... - 07:46 AM Bug #9060: Cache oftenly used values that are immutable
- Extra ideas:
* @CompareOps.equals@ can use a == short-circuit now, as there is a higher chance to have the same BDT... - 07:34 AM Bug #9060: Cache oftenly used values that are immutable
- ...
- 06:07 AM Bug #9060: Cache oftenly used values that are immutable
- > Creating 1 mil datetimetz instances takes, on average, 6594 milliseconds, using the dynamic cache, that has a hit r...
- 06:04 AM Bug #9060: Cache oftenly used values that are immutable
- After running 106 FWDTests, these are the results of the dynamic cache usage:...
- 10:05 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Also, these skeletons are missing from the skeleton bzr project:
* @OpenEdge/Core/IMemoryPointer.cls@
* @OpenEdge/C... - 10:00 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Constantin, is the @LegacyResourceSupport@ annotation needed for types: PROPERTY, SUBSCRIBE, PUBLISH, UNSUBSCRIBE?
- 08:13 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I still have the error with @n/a@, not sure why some classes that are in p2j are not recognized. Example:...
- 07:33 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana-Cristina Prioteasa wrote:
> From those some are already present in fwd, should I skip them?
Yes, add only wha... - 07:29 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- From those some are already present in fwd, should I skip them?
- 07:03 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana-Cristina Prioteasa wrote:
> Where should I commit them? 9436a?
Yes, 9436a - 07:03 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Constantin Asofiei wrote:
> Ioana, please check something (tomorrow is OK): are the associated .cls skeletons in the...
03/12/2025
- 10:26 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Committed in *9488a rev. 15733*: Added conversion and minimal runtime support for @TENANT-ID@ and @TENANT-NAME@ funct...
- 05:16 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana, please check something (tomorrow is OK): are the associated .cls skeletons in the FWD skeleton project, for wh...
- 03:40 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana, is there a task for the new @VAR@ statement? If not, please create one, and lets work it in a different branch...
- 09:45 AM Feature #9767: Support the new VAR statement introduced in Progress 12.x
- I think it actually came in an earlier point release for v12.
- 04:26 AM Feature #9767: Support the new VAR statement introduced in Progress 12.x
- Progress 12.8 introduces a new variable definition statement, called the @VAR@ statement. This statement simplifies v...
- 03:50 AM Feature #9767 (WIP): Support the new VAR statement introduced in Progress 12.x
- 09:17 AM Bug #9060: Cache oftenly used values that are immutable
- I encountered a few issued when using constant character, one of them leaves some tests in a perpetual wait state, a ...
- 03:33 AM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Vladimir, are you testing in GUI 4GL? In ChUI, both MESSAGE show on screen. Please check if there is some configurat...
03/11/2025
- 06:14 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- As to how to fix the original problem:
At the moment the sizes of terminal forced as 512 characters by 128 lines. ... - 06:01 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- Branch 9572a created for this task. The @RedirectedTerminal@ refactored in rev. 15768. No functional changes yet.
- 05:37 PM Bug #9572: ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal.addCha...
- In OE the following code:...
- 01:14 PM Bug #9572 (WIP): ArrayIndexOutOfBoundsException and wrong newline handling in RedirectedTerminal....
- 01:11 PM Feature #9435 (Review): class-level virtual procedure/function definitions
- Created task branch 9435a from trunk rev 15767.
Rev 15768 fixes virtual function support defined in 4GL classes, w... - 10:54 AM Bug #9765: SQL cannot compare bigint with character varying
- A testcase for this issue (with the attached .df):...
- 10:49 AM Bug #9765 (New): SQL cannot compare bigint with character varying
- 08:52 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> Alexandru suggested that at some point we should create new mutable instances and return them... - 08:50 AM Bug #9060: Cache oftenly used values that are immutable
- Alexandru suggested that at some point we should create new mutable instances and return them in the case of @InputOu...
- 08:45 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> Constantin Asofiei wrote:
> > And also for InoutOutputField?
>
> It is possible, so far I... - 08:16 AM Bug #9060: Cache oftenly used values that are immutable
- Constantin Asofiei wrote:
> And also for InoutOutputField?
It is possible, so far I have been solving issues as t... - 07:57 AM Bug #9060: Cache oftenly used values that are immutable
- I think the place is in InputOutputExtentField.
And also for InoutOutputField? - 07:55 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> Maybe we can cast the constant types to normal ones in @FieldReference.getObject@?
Or pass... - 07:48 AM Bug #9060: Cache oftenly used values that are immutable
- Maybe we can cast the constant types to normal ones in @FieldReference.getObject@?
- 07:23 AM Bug #9060: Cache oftenly used values that are immutable
- Currently I am trying to solve this issue:...
- 06:48 AM Bug #9060: Cache oftenly used values that are immutable
- At this point, no. I am working on it.
- 06:47 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> I committed rev 15765, @character@ caching in @Record@ was added, still, new instances are us... - 05:55 AM Bug #9060: Cache oftenly used values that are immutable
- Memory profiling with the changes in 9060b results for BDT instances (large application FWDtest that uses a lot of CR...
- 05:26 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> Second line won't compile because there is no @setDynamicProperty@ method that takes in a @Stri... - 05:25 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Found another conversion problem....
03/10/2025
- 11:36 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- The refid is set in @rules/annotations/early_annotations.xml@:...
- 09:39 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- The @refid@ annotation points to a @constructor@ instead to the getter - look for '137438953915' in the .ast file.
<... - 09:33 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I am not exactly sure, I also tried to create a testcase but it's converting atm. I attached the .ast file.
- 09:08 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- For @this.null@ - look in the .ast, I think @ByteBucket:size@ may be missing?
- 09:04 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Added all the necessary files to conversion(all OpenEdge/ dependencies). The conversion list now:...
- 04:14 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Constantin Asofiei wrote:
> Ioana, some notes:
> * the @tenant-id()@ and @tenant-name()@ support I think is only fo... - 03:44 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana, some notes:
* the @tenant-id()@ and @tenant-name()@ support I think is only for the builtin function, and not... - 11:07 AM Bug #9060: Cache oftenly used values that are immutable
- I did a memory profiling on a large application FWDTest and saw that the most instantiated BDTs are @unknown@, and th...
- 07:39 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> This is the most efficient implementation I found:
I am not sure if this is more performan... - 05:45 AM Bug #9060: Cache oftenly used values that are immutable
- The general idea is that the least used entries will always change, but the most used one will always be "in the top"...
- 05:40 AM Bug #9060: Cache oftenly used values that are immutable
- This is the most efficient implementation I found:
Key Data Structures:
* HashMap<K, V>: Stores the actual cache ... - 05:29 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> Clearly a LRU cache is not a good idea for caching the BDT constants, but what about a Most F... - 05:24 AM Bug #9060: Cache oftenly used values that are immutable
- Clearly a LRU cache is not a good idea for caching the BDT constants, but what about a Most Frequently Used (MFU) cac...
- 09:47 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> And in this case emits as a pseudo-dynamic-property call or a bulk Java setter call?
... - 09:40 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- And in this case emits as a pseudo-dynamic-property call or a bulk Java setter call?
- 09:35 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> If @prp@ is extent, does this work if DYNAMIC-INVOKE returns scalar or extent, in 4GL? ... - 09:28 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- If @prp@ is extent, does this work if DYNAMIC-INVOKE returns scalar or extent, in 4GL? Because to me it looks like t...
- 09:26 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- I had the same problem a while back ...
03/07/2025
- 09:34 AM Bug #9060 (Review): Cache oftenly used values that are immutable
- 9060b/15764 is ready for review.
- 07:54 AM Bug #9060 (WIP): Cache oftenly used values that are immutable
- Constantin Asofiei wrote:
> Please provide some examples.
What I meant is that it cannot be private or protected,... - 07:41 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> > * @rawConstant.setUnknown()@ - this breaks the 'immutable' part - if we cache them, then th... - 07:33 AM Bug #9060: Cache oftenly used values that are immutable
- Constantin Asofiei wrote:
> Review for 9060b/15755:
> * why the access mode change for some methods in i.e. @dateti... - 07:15 AM Bug #9060: Cache oftenly used values that are immutable
- Review for 9060b/15755:
* @fuzzyMethodLookup@ - @fromJava@ already has @fromConstantType@, I think @toLegacyBDT@ cal... - 05:46 AM Bug #9060 (Review): Cache oftenly used values that are immutable
- I added the immutable types and used them in Record getters, so far it seems to work fine. The code is in 9060b/15755...
- 09:27 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- h1. Report on remaining issues for ADE conversion
I added all files listed in #9488-22 to the conversion list usin... - 08:00 AM Bug #4766: fix CHR and ASC
- 1. Don't use the procedure editor or any IDE support to implicitly compile.
2. Don't run from source code (which is ... - 03:08 AM Bug #4766: fix CHR and ASC
- Greg Shah wrote:
> You must run a the 4GL @COMPILE@ language statement with very specific encoding options to get th... - 06:47 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Check with NO-ERROR the place where is thrown, for ERROR-STATUS:ERROR, ERROR-STATUS:GET-MESSAGE, ERROR-STATUS:GET-NUM...
- 06:28 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- I don't think that this is so important but I'll just log it here.
AVM throws an "empty error" for the following ca... - 04:39 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> Same structure of the tests, same problem. There is no error being thrown for a call to a nonex... - 04:12 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- This problem might be related to issue #4374
- 04:10 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Same structure of the tests, same problem. There is no error being thrown for a call to a nonexistent constructor.
- 03:47 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> Constantin Asofiei wrote:
> > The other error (if it can't find a constructor with that signat... - 03:46 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin Asofiei wrote:
> The other error (if it can't find a constructor with that signature), does it work prope... - 03:42 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- The other error (if it can't find a constructor with that signature), does it work properly? It should be in the sim...
- 03:41 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Yes, so the stack trace looks something like this:
* @ObjectOps.newDynamicInstance@
* 3 overloaded versions @Object... - 03:27 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> After I traced the call I noticed that for trying to create a object by calling a non-existent ... - 02:36 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Found a problem with the constructor resolution of a call with @DYNAMIC-INVOKE@ given as argument....
- 04:46 AM Feature #9436: add built-in OO classes
- Committed on *9436a rev. 15752*:
* Added 2 new converted skeletons: @Progress.IO.MemoryOutputStream@, @Progress.IO.B... - 04:27 AM Bug #4602: fixes for OO 4GL and structured error handling
- I made a bit more testscases, concerning the issue:...
- 04:18 AM Bug #4602: fixes for OO 4GL and structured error handling
- Also there is the following example:...
03/06/2025
- 09:20 AM Bug #4602: fixes for OO 4GL and structured error handling
- Other problem that appears with tests from @tests/error_handling@ seems to be a conversion issue:
In FWD the follo... - 07:18 AM Bug #4602: fixes for OO 4GL and structured error handling
- With this implemented only 17 tests are failing.
- 07:18 AM Bug #4602: fixes for OO 4GL and structured error handling
- I managed to setup the error handling test suite from @tests/error_handling@.
There were 66 tests failing out of 5... - 08:51 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Radu, yes, the handler will need to have different pools, for each webspeed configuration (and its appserver).
So,... - 08:35 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- Constantin Asofiei wrote:
> So this means that we need to have a single handler (with multiple webspeed configuratio... - 08:49 AM Bug #9060: Cache oftenly used values that are immutable
- Regarding the interference of this task to lazy hydration #6720.
IMO, at least for the current work on this task, we... - 08:26 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Another issue discovered in @OpenEdge/Core/Collections/StringKeyedMap.cls@, has to do with generics and I think this ...
- 07:14 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Modifying from this...
- 07:12 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Continue with conversion and I had to add 2 more skeletons: @Progress.IO.MemoryOutputStream@, @Progress.IO.ByteOrder@...
- 06:43 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- * The first warning:...
- 05:22 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- The regression was caused by the changes for the @*=@ operators, found the issue and committed the solution in *9488a...
- 04:16 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Committed to bzr *skeleton* project, *rev 123*: Added the following skeletons from @Progress.Collections@: @IList@, @...
- 03:33 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- With trunk it works, working on pinpointing what change on 9488a introduced this regression.
- 03:30 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Ioana-Cristina Prioteasa wrote:
> Reproduced the error with an even simpler testcase. This works in Progress.
> [..... - 03:28 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Reproduced the error with an even simpler testcase. This works in Progress....
03/05/2025
- 10:05 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Paul Bodale wrote:
> Constantin, regarding our discussion from yesterday about all the different call types... I hav... - 05:19 AM Feature #6490: DYNAMIC-INVOKE which returns an extent
- Constantin, regarding our discussion from yesterday about all the different call types... I haven't found any list li...
- 10:03 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Reproduced the extent conversion error with this testcase:...
- 09:30 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- I am still trying to convert @OpenEdge/Core/Collections/List.cls@ (a modified version where I rewritten the var state...
- 07:46 AM Feature #9488: implement all built-in OO classes using the open source ADE code from 12.8.4
- Committed on *9488a rev. 15731*:
* a quick fix for a NPE when the p2j.cfg.xml @is-legacy-oo@ configuration is not pr... - 07:13 AM Feature #6506: implement CGI WebSpeed support and the standard web-disp.p dispatch functionality
- I rebased 6506a with the latest trunk, the branch reaching revision 15760. I hope there aren't any conflict leftovers...
- 03:25 AM Bug #9060: Cache oftenly used values that are immutable
- Alexandru Lungu wrote:
> ** Java 9 onward defines @of@ static method as a way to provide immutable variants, mostly ... - 03:22 AM Bug #9060: Cache oftenly used values that are immutable
- Artur Școlnic wrote:
> Immutable objects can't be changed at all, unmodifiable objects can't be change externally, b...
Also available in: Atom