Activity
From 12/31/2020 to 01/29/2021
01/30/2021
- 08:28 PM Support #5111: TempTableSchema & BufferField
- The stack trace:...
- 07:33 PM Support #5111: TempTableSchema & BufferField
- Greg Shah wrote:
> OK, unless Eric objects, please go ahead with the merge today. This will allow 2 things:
>
> ...
01/29/2021
- 06:48 PM Feature #4384: Builtin OO Implementation
- I've pushed 3821c revision 11969 to xfer. We have merged 4397a (TT serialization and dataset fixes) and 1587b (CONTA...
- 09:59 AM Support #5120: Date/Datetime - from iso
- Ovidiu, the reason for @date.parseIsoDate@ having fallback approaches is because a @2020-01-01@ string can be parsed ...
- 08:46 AM Support #5120: Date/Datetime - from iso
- Constantin Asofiei wrote:
> Marian, the @date.parseIsoDate@ usage in JsonArray (and maybe others) I don't think is e... - 08:37 AM Support #5120: Date/Datetime - from iso
- Constantin Asofiei wrote:
> Ovidiu: for read-json, in case of invalid string, I get this error (as an example):
> [... - 07:56 AM Support #5120: Date/Datetime - from iso
- Marian, the @date.parseIsoDate@ usage in JsonArray (and maybe others) I don't think is enoubht (at least what I have ...
- 07:35 AM Support #5120 (WIP): Date/Datetime - from iso
- Marian, you are right, FWd is too lenient. I'm looking at it.
- 07:27 AM Support #5120: Date/Datetime - from iso
- From Marian:
> Working on Json getDate/Datetime the @date.parseIsoDate@ method is being used to parse the ISO form... - 06:00 AM Support #5120 (Closed): Date/Datetime - from iso
01/28/2021
- 12:42 PM Support #5111: TempTableSchema & BufferField
- I will do a code review of the latest changes in 4397a.
- 11:33 AM Support #5111: TempTableSchema & BufferField
- OK, unless Eric objects, please go ahead with the merge today. This will allow 2 things:
1. Eugenie can do a full... - 11:20 AM Support #5111: TempTableSchema & BufferField
- No, although I never converted and ran a large customer application I do not think merging 4397a will worsen 3821c. I...
- 11:04 AM Support #5111: TempTableSchema & BufferField
- Are these known issues something that will make 3821c worse? Or are they also broken already in 3821c?
- 10:12 AM Support #5111: TempTableSchema & BufferField
- There is a typo. Actually the task is #4397 and branch 4397a. The current revision 11986 is generally stable. There a...
- 09:03 AM Support #5111: TempTableSchema & BufferField
- > maybe it's time for a new branch, it looks like there could potentially be some merge conflicts anyway :(
Yes.
... - 01:45 AM Support #5111: TempTableSchema & BufferField
- Ovidiu Maxiniuc wrote:
> However, this method is already used in @JsonExport.writeRecord()@ for the exact goal:
... - 11:14 AM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- You're probably correct about the "wrap" annotation, since I get the same error with this testcase:...
- 11:02 AM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- That won't be the solution for the larger issue. It just highlights that the @MESSAGE@ statement uses wrapping to ma...
- 10:32 AM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- The culprit is @convert/expressions.rules@:...
- 06:52 AM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Roger, I agree, the literal should be wrapped to @integer@ BDT class.
Add the @ -Drules.tracing=true@ JVM argument... - 07:01 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- What is the @wrap@ annotation used for? It looks like it is used in may rules.
01/27/2021
- 06:48 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Comparing the AST files, the version that doesn't work has this annotation in the @dynamic-function@ node:...
- 06:26 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Here is the broken Java:...
- 06:18 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Strangely enough, when I change the code from:...
- 05:26 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Constantin Asofiei wrote:
> I see what you mean now. I read the last argument as 'l' and not value '1', for some re... - 01:55 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- From Constantin: To see the validation of the parameters occur, set a breakpoint in @ControlFlowOps.valid@ at 8365 (@...
- 12:16 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Sorry, I had some changes in, the line is 8808 for 11955.
- 11:27 AM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Are you referring to line number 8746 of @3821c_11955@ version?
That version's line is:... - 05:16 PM Support #5111: TempTableSchema & BufferField
- The @TempTableSchema.Column@ has a method @isChanged(BaseDataType)@. If you pass the current value of the field to th...
- 04:47 PM Support #5111: TempTableSchema & BufferField
- Ovidiu/Eric: Please advise.
- 04:47 PM Support #5111: TempTableSchema & BufferField
- From Marian:
> This might be an easy one but damn if I can figure out what the connection is between those dmo tem... - 12:17 PM Support #5111 (New): TempTableSchema & BufferField
- 04:42 PM Feature #5113: implement c'tor overloading for cases where type erasure is an issue
- Marian asks:
> How do you plan to handle the erasure issue with ctor's - normally a @JsonArray@ should have ctor w... - 04:40 PM Feature #5113 (Rejected): implement c'tor overloading for cases where type erasure is an issue
- 01:18 PM Bug #5035: Temp-Table index on P.L.O field
- This would mean that these instances will need an 'always incrementing' ID, instead of our current random approach. ...
- 10:53 AM Bug #5035: Temp-Table index on P.L.O field
- It seems this is a deviation that is not just a "quirk". It is really an issue, especially when you consider the col...
- 06:02 AM Bug #5035: Temp-Table index on P.L.O field
- Constantin Asofiei wrote:
> Marian Edu wrote:
> > I'm not saying this should be fixed, simply that with a random re... - 01:17 PM Bug #5025 (Closed): syserror, jsonerror...
- 01:06 PM Bug #5025: syserror, jsonerror...
- I'm OK with closing it.
- 10:44 AM Bug #5025: syserror, jsonerror...
- Constantin: I will close this unless you think there is some remaining cleanup item or feature/optimization to pursue.
- 05:52 AM Bug #5025: syserror, jsonerror...
- @SysError@ and all others extending it keeps the 4gl style ctor's and instances are created the usual. No 4GL code th...
- 12:56 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg Shah wrote:
> But I think this is not implemented yet.
Yes, is not implemented yet.
> Constantin: Do we ne... - 12:54 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- > Just a word on access rights, those doesn't always have to match... while one can't make a method access more restr...
- 02:59 AM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Greg Shah wrote:
> Started rework of fuzzy matching to implement missing features. This first pass refactors the fu... - 07:58 PM Feature #4350: method overload when they differ by a temp-table, dataset, buffer or object or ext...
- Started rework of fuzzy matching to implement missing features. This first pass refactors the fuzzyMethodLookup() pr...
01/26/2021
- 03:23 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- Greg wants me to triage the other high priority tasks related to the customer's application, so I won't get to this u...
- 03:16 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- I see what you mean now. I read the last argument as 'l' and not value '1', for some reason.
You are correct - th... - 03:10 PM Bug #5104: Cannot cast integer input parameter to dynamic function character parameter
- This testcase can duplicate the problem:...
- 02:29 PM Bug #5104 (New): Cannot cast integer input parameter to dynamic function character parameter
01/20/2021
- 10:24 AM Feature #4384: Builtin OO Implementation
- Greg Shah wrote:
> Are you still blocked by bugs in our OO 4GL implementation? If not, should we merge 4384g into 3... - 02:56 AM Feature #4384: Builtin OO Implementation
- Constantin Asofiei wrote:
> Marian, something is confusing - isn't a @IWebRequest@ instance for @HandleGet@ and such... - 02:13 AM Feature #4384: Builtin OO Implementation
- Marian, something is confusing - isn't a @IWebRequest@ instance for @HandleGet@ and such methods in @WebHandler@ auto...
- 01:45 AM Feature #4384: Builtin OO Implementation
- Constantin, the class must be annotated as as far as I know this is the only way to get access to the request inside ...
- 08:26 AM Bug #5029: OO constructor with array input parameter
- Hmm, finding the right ctor is not the only problem, now the exception say "The extent parameter reference was not se...
- 08:15 AM Bug #5029: OO constructor with array input parameter
- Constantin Asofiei wrote:
> Marian Edu wrote:
> > However the 4GL converted code seems to use an InputOutput parame...
01/19/2021
- 04:21 AM Feature #4384: Builtin OO Implementation
- Constantin Asofiei wrote:
> Hmm... can you instantiate the legacy @RemoteRequest@ outside of the web handler environ... - 03:40 AM Feature #4384: Builtin OO Implementation
- Marian Edu wrote:
> Constantin, I have a question about WebRequest implementation in FWD. First that seems to be nam... - 01:56 AM Feature #4384: Builtin OO Implementation
- Constantin, I have a question about WebRequest implementation in FWD. First that seems to be named RemoteWebRequest b...
01/15/2021
- 01:24 PM Feature #4384: Builtin OO Implementation
- Are you still blocked by bugs in our OO 4GL implementation? If not, should we merge 4384g into 3821c and then create...
01/14/2021
- 11:46 AM Feature #4384: Builtin OO Implementation
- I'm OK with this being a "known limitation". Please leave behind (in the Java code) a "TODO" comment with detailed d...
- 06:36 AM Feature #4384: Builtin OO Implementation
- Greg, we're working on Json parser and it's virtual impossible to make the error messages match the ones in 4GL - the...
01/13/2021
- 07:58 AM Feature #4384: Builtin OO Implementation
- The updated status below, will check with Constantin if we need to pick up the ones in Web package, I see we have som...
Also available in: Atom