Activity
From 09/23/2017 to 10/22/2017
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.
10/19/2017
- 11:08 AM Bug #3353 (Test): lexer num_literal should support hexadecimal literals
- 11:07 AM Bug #3351 (Test): create widget assign clause doesn't parse the rvalue query qualifier
- 11:07 AM Bug #3354 (Test): func_class return type not recognized
- 11:06 AM Bug #3352 (Test): non-reserved keywords in temp-table field names
- 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... - 10:47 AM Bug #3360 (Closed): method return type can have an optional EXTENT qualifier
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@,...
- 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...
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 ...
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.
- 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...
- 08:07 AM Feature #3359 (New): enhance the callgraph to better support programs outside of the current appl...
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.
- 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...
- 10:24 PM Bug #3356 (Closed): Code Analytics summary reports are not displayed on Windows
- 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...
- 11:20 PM Bug #3357 (WIP): Code Analytics file filter view not working correctly on Windows
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.
- 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...
- 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... - 10:19 AM Bug #3353 (Closed): lexer num_literal should support hexadecimal literals
- 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... - 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... - 10:17 AM Bug #3352 (Closed): non-reserved keywords in temp-table field names
- 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 ...
- 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...
- 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... - 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 ... - 10:21 AM Bug #3354 (Closed): func_class return type not recognized
- 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... - 10:15 AM Bug #3351 (Closed): create widget assign clause doesn't parse the rvalue query qualifier
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...
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.
... - 12:09 PM Feature #3344 (New): add database reports based on processing during conversion
- 11:36 AM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
- 3340a merged to trunk as revision 11171 and archived.
- 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).
... - 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.
- 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... - 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...
09/27/2017
- 03:30 PM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
- Constantin Asofiei wrote:
> Hynek, using this it brings guava-19.jar, admin console code compiles and also callgraph... - 02:41 PM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
- Hynek Cihlar wrote:
> Constantin Asofiei wrote:
> > Hynek, using this it brings guava-19.jar, admin console code co... - 02:41 PM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
- Constantin Asofiei wrote:
> Hynek, using this it brings guava-19.jar, admin console code compiles and also callgraph... - 01:44 PM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
- Hynek, using this it brings guava-19.jar, admin console code compiles and also callgraph passes for Hotel GUI:...
- 01:36 PM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
- Hynek Cihlar wrote:
> On 27.9.2017 19:31, Eric Faulhaber wrote:
> > Does this have implications for re-testing the ... - 01:35 PM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
- On 27.9.2017 19:31, Eric Faulhaber wrote:
> Does this have implications for re-testing the admin console functionali... - 01:34 PM Bug #3340: PatternEngine fails due to incompatible changes in guava version 21
Hynek,
Yes, I think we will need to adjust the GWT version.. if is possible.
On 09/27/2017 08:24 PM, Hynek ...- 01:33 PM Bug #3340 (New): PatternEngine fails due to incompatible changes in guava version 21
Also available in: Atom