Project

General

Profile

Activity

From 09/28/2017 to 10/27/2017

10/25/2017

11:58 AM Feature #3363: implement a replacement for the XCODE utility that can also handle decrypting sour...
In the 4GL, there is a utility called XCODE which can be used to encrypt source code in a manner that it can be decry... Greg Shah
11:34 AM Feature #3363 (New): implement a replacement for the XCODE utility that can also handle decryptin...
Greg Shah

10/24/2017

05:09 PM Bug #3362: parenthesized object references are not properly detected as an object reference in th...
Attached is the patch for this fix. Greg Shah
05:09 PM Bug #3362 (Test): parenthesized object references are not properly detected as an object referenc...
Greg Shah
05:08 PM Bug #3362: parenthesized object references are not properly detected as an object reference in th...
The fix for this issue is being committed to branch 3353a as revision 11191. Greg Shah
01:05 PM Bug #3362: parenthesized object references are not properly detected as an object reference in th...
The original recreate was reported "here":https://proj.goldencode.com/boards/1/topics/23?r=162#message-162. The test... Greg Shah
01:02 PM Bug #3362 (Closed): parenthesized object references are not properly detected as an object refere...
Greg Shah

10/20/2017

07:50 AM Bug #3354: func_class return type not recognized
I'm attaching the patches needed to fix this issue. Both patches need to be applied and FWD rebuilt. Greg Shah

10/19/2017

11:08 AM Bug #3353 (Test): lexer num_literal should support hexadecimal literals
Greg Shah
11:07 AM Bug #3351 (Test): create widget assign clause doesn't parse the rvalue query qualifier
Greg Shah
11:07 AM Bug #3354 (Test): func_class return type not recognized
Greg Shah
11:06 AM Bug #3352 (Test): non-reserved keywords in temp-table field names
Greg Shah
11:02 AM Bug #3360 (Test): method return type can have an optional EXTENT qualifier
As reported in https://proj.goldencode.com/boards/1/topics/23?r=141#message-141, the following code is valid:
<pre...
Greg Shah
10:47 AM Bug #3360 (Closed): method return type can have an optional EXTENT qualifier
Greg Shah

10/18/2017

02:08 PM Bug #3351: create widget assign clause doesn't parse the rvalue query qualifier
My tests show the core issue here is the presence of @NO-ERROR@ which is not a documented option for @CREATE BROWSE@,... Greg Shah
01:39 PM Bug #3353: lexer num_literal should support hexadecimal literals
Revision 11180 of 3353a has a good first pass implementation of hexadecimal literals. It has been tested with full c... Greg Shah

10/14/2017

05:56 PM Bug #3354: func_class return type not recognized
Revision 11178 of branch 3353a contains the fix to this bug. The problem is resolved for the front end. General OO ... Greg Shah

10/13/2017

02:15 PM Bug #3352: non-reserved keywords in temp-table field names
This change is in revision in 11177 of branch 3353a. Greg Shah
08:08 AM Feature #3359: enhance the callgraph to better support programs outside of the current application
Currently, a @RUN program.p ON SERVER@, where @program.p@ doesn't exist in the current code-set but exists on the rem... Constantin Asofiei
08:07 AM Feature #3359 (New): enhance the callgraph to better support programs outside of the current appl...
Constantin Asofiei

10/12/2017

12:29 AM Bug #3356 (Closed): Code Analytics summary reports are not displayed on Windows
Task branch 3356a was merged to trunk, committed as revision 11177. Eric Faulhaber
11:18 PM Bug #3356 (WIP): Code Analytics summary reports are not displayed on Windows
This was reported separately by two forum users. On Windows, the overview displays the listing of summary reports, bu... Eric Faulhaber
10:24 PM Bug #3356 (Closed): Code Analytics summary reports are not displayed on Windows
Eric Faulhaber
11:23 PM Bug #3357 (WIP): Code Analytics file filter view not working correctly on Windows
When displaying the File Filter view on Windows, the check-box tree is not populated, so there is no way to edit or c... Eric Faulhaber
11:20 PM Bug #3357 (WIP): Code Analytics file filter view not working correctly on Windows
Eric Faulhaber

10/11/2017

05:20 PM Bug #3353: lexer num_literal should support hexadecimal literals
I've created task branch 3353a for changes related to this problem. Greg Shah
12:06 PM Bug #3353: lexer num_literal should support hexadecimal literals
I've created a testcase to explore how it works (see @testcases/uast/hex_literals.p@ inside the GCD network). See th... Greg Shah
10:23 AM Bug #3353: lexer num_literal should support hexadecimal literals
Submitted by Neil in a "forum post":https://proj.goldencode.com/boards/1/topics/55?r=106#message-106:
ABL allows t...
Greg Shah
10:19 AM Bug #3353 (Closed): lexer num_literal should support hexadecimal literals
Greg Shah
05:17 PM Bug #3352: non-reserved keywords in temp-table field names
> RETURNS is a non-reserved keyword.
Yes, you are right. The problem here is that the Progress documentation list...
Greg Shah
10:23 AM Bug #3352: non-reserved keywords in temp-table field names
Submitted by Neil in a "forum post":https://proj.goldencode.com/boards/1/topics/55?r=106#message-106:
ABL allows t...
Greg Shah
10:17 AM Bug #3352 (Closed): non-reserved keywords in temp-table field names
Greg Shah
12:11 PM Bug #3354: func_class return type not recognized
No additional logging is needed. It is clear this is during "Post Parse Fixups" which is part of the front-end. It ... Greg Shah
10:35 AM Bug #3354: func_class return type not recognized
I've attached a log where I ran @ant convert.front.list@ for a single program that throws this error. Is there a way... Neil Treeby
10:29 AM Bug #3354: func_class return type not recognized
During what phase of the @ConversionDriver@ was this reported?
I ask because we do support OO 4GL for the purposes...
Greg Shah
10:23 AM Bug #3354: func_class return type not recognized
Submitted by Neil in a "forum post":https://proj.goldencode.com/boards/1/topics/55?r=106#message-106:
Walking the ...
Greg Shah
10:21 AM Bug #3354 (Closed): func_class return type not recognized
Greg Shah
10:23 AM Bug #3351: create widget assign clause doesn't parse the rvalue query qualifier
Submitted by Neil in a "forum post":https://proj.goldencode.com/boards/1/topics/55?r=106#message-106:
The followin...
Greg Shah
10:15 AM Bug #3351 (Closed): create widget assign clause doesn't parse the rvalue query qualifier
Greg Shah

10/03/2017

03:32 PM Bug #3316: String 'termin' is not accepted as a name of variable/field.
The fix for this task is included in FWD v3.1 which was recently released. Download it from https://proj.goldencode... Greg Shah

09/28/2017

12:11 PM Feature #3344: add database reports based on processing during conversion
The following reports must be output during conversion:
* A list of the queries that don't have a matching index.
...
Greg Shah
12:09 PM Feature #3344 (New): add database reports based on processing during conversion
Greg Shah
11:36 AM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
3340a merged to trunk as revision 11171 and archived. Hynek Cihlar
11:05 AM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
I'm fine with the change. I can confirm Constantin's result (it does resolve the failure in Hotel GUI callgraph).
...
Greg Shah
10:36 AM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
Please review the fix in 3340a. I have regression tested FWD Admin and MAJIC Admin. Hynek Cihlar
10:21 AM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
Greg Shah wrote:
> Please create a new branch.
>
> The only change is the code from #3340-4?
Yes.
>
> Onl...
Hynek Cihlar
07:34 AM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
Please create a new branch.
The only change is the code from #3340-4?
Only JanusGraph (callgraph) and GWT (admi...
Greg Shah
 

Also available in: Atom