Activity
From 03/05/2017 to 04/03/2017
04/01/2017
- 12:58 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- > So the background to describe the support level is detailing investigation of the convert/expressions.rules, corre...
- 08:34 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Thinking about the way to find out the support status info for expression related keywords. Looks like the simple sea...
03/31/2017
- 03:21 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > These are known as "compiler constants" and having predefined values(0,1,2,...).
Yes.
> This means all of the...
03/30/2017
- 07:25 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> > Add to existed marking for literals?
>
> Yes, just add them to the map of literals. Why do ... - 03:52 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Ignore FILENAME, in expressions it needs no marking.
>
> @COLON@ needs to be handled. It shou... - 03:43 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Ignore FILENAME, in expressions it needs no marking.
@COLON@ needs to be handled. It should be handled on its own... - 03:23 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Updated and fixed keywords distribution into the groups:
@fields@
FIELD_BLOB
FIELD_CHAR
FIELD_CLASS
FIELD_CLOB... - 03:14 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- >> Add to existed marking fro literals?
>Yes, just add them to the map of literals. Why do anything else?
OK. - 03:12 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- > Add to existed marking fro literals?
Yes, just add them to the map of literals. Why do anything else?
> It ... - 03:08 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> > KW_FIND_CS
> > KW_FIND_GLO
> > KW_FIND_NO
> > KW_FIND_PO
> > KW_FIND_WA
> > KW_WIN_DMIN
>... - 01:21 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- > KW_AVG
> KW_COUNT
> KW_MAX
> KW_MIN
> KW_SUM
These are already handled.
> MULTIPLY
This is handled tod... - 12:46 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- I have added @primary_expr@ with these sub-rules into general @expr@ schema. As to "unusual" built-in functions, almo...
- 08:21 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- >> I thought this was replaced with SYMBOL:
> ... - 07:40 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> What about DB_REF_NON_STATIC?
I thought this was replaced with @SYMBOL@:... - 03:48 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- What about DB_REF_NON_STATIC?
- 03:47 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Did you check to see if we are marking all of the "unusual" built-in functions properly? Here is a list:
sql_aggr... - 03:47 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- I think that @primary_expr@ is missing from the @expr@ call tree in #1521-153. Have you handled all of these cases?
- 03:41 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > KW_BETWEEN
> KW_BY_PTR
> KW_BY_VAR_P
> KW_IS
These are not variables. All variables are VAR_ only. Please l... - 10:15 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Here is the expressions related keywords distributed to the respective groups. We can create either single file for a...
03/29/2017
- 03:51 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- The candidate list in note #149 has been updated based on recent research. Start separating the keywords for standalo...
- 02:51 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- This is the complete @expr@ rules tree:...
- 08:53 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- New keywords to process:...
03/28/2017
- 05:34 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > The question for UNKNOWN_TOKEN. This special artificial keyword means the detected keyword behind is not registered...
03/27/2017
- 05:04 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- I have checked once again all already marked categories in @gaps/gap_analysis_marking.xml@ and have not found somethi...
- 09:11 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- The candidate list for expression related keywords to add:...
03/24/2017
- 04:38 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> > There are two more double items found for built-in functions:
>
> Fix those in 1521c.
Don... - 03:03 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Created task branch @1521c@ from trunk revision @11144@.
- 11:00 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > There are two more double items found for built-in functions:
Fix those in 1521c. - 11:00 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > The remaining FUNC_ that are not marked are:
> ...
> Correct?
No. We already mark any FUNC_ type that is mar... - 10:54 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
>
> By the way, we already handle all the @FUNC_@ types that are marked as "builtin". The non-bu... - 08:24 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > General gap concept question. We need to enumerate all possible keywords and put them in a separate groups by some ...
- 12:25 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- New expression related(direct or indirect from @9th and highest precedence level of Progress 4GL expressions@) keywor...
03/23/2017
- 04:57 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- I checked in "Made 'all' build target depend on 'distribution' target." to 1521b revision 11149.
- 04:17 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Fixed.
- 04:05 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg,
Checking the keywords for already handled status I found small issue in @gaps/expression.rules@ file:... - 01:29 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- 1521b is frozen at this time. Eric is putting it through conversion regression testing. It has no runtime implicati...
- 07:38 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > What about 9th and highest precendence level of Progress 4GL expressions? Do we need to consider the cases included...
03/22/2017
- 05:50 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Most of the token types in your list are already handled by the operators list in @gaps/expressio... - 09:02 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Most of the token types in your list are already handled by the operators list in @gaps/expressions.rules@, right?
... - 10:01 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- The keywords extracted from different kind of expressions(in @progress.g@):...
03/21/2017
- 06:51 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- I want you to focus on the @expr@ rule in @progress.g@. Do not worry about @convert/expression.rules@.
> I have a... - 10:24 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Studied the task objective. Correct me if I'm wrong. I have scanned @convert/expression.rules@ and found the candidat...
03/15/2017
- 09:58 AM Feature #3265: enhance pphints to have references, expansions and details in and about directives
- The pphints mechanism was deliberately implemented to only contain information regarding code that exists in the full...
- 09:52 AM Feature #3265 (New): enhance pphints to have references, expansions and details in and about dire...
- 09:50 AM Bug #3256 (Closed): comments disappear inside strings when the preprocessor evaluates expressions
- 3255a was merged to trunk as revision 11143.
03/14/2017
- 01:57 PM Bug #3242 (Closed): parser console output written out of order
- Additional changes were applied by ECF in branch 3255a, which was merged to trunk as revision 11143. At this time, a...
- 11:18 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Yes.
>
> I'm doing the final cleanup on language statements. Consider that complete.
>
> I... - 11:17 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Yes.
I'm doing the final cleanup on language statements. Consider that complete.
I'll let you know the next pr... - 11:10 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> I've created task branch 1521b from trunk 11143.
So any further updated for this task will be ... - 09:20 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- I've created task branch 1521b from trunk 11143.
- 09:19 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- ETF testing passed. Re-run of reporting was successful. Testing is complete.
3255a has been merged to trunk as ... - 05:59 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- 3255a branch revision 11145 passed ChUI regression testing. The conversion result was identical with trunk. The run...
03/13/2017
- 03:21 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- 3255a is locked for regression testing. I'm going to test using rev 11145.
- 12:20 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- No, this is because we built this from a combination of 1521a and 3209e. Then a later version of 3209e was merged to...
- 12:12 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> 3255a has been "rebased" from trunk 11142. The rebase process is broken for this branch so I had... - 11:07 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- 3255a has been "rebased" from trunk 11142. The rebase process is broken for this branch so I had to merge. The late...
- 10:47 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > You mean for example the cases like:
> ...
> We need to include only:
...
> And NOT to include:
...
> becuse ... - 09:46 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Code Review Task Branch 3255a Revision 11147
>
> This was a good start, but there were many er... - 09:24 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Code Review Task Branch 3255a Revision 11147
This was a good start, but there were many errors. Some problems wer...
03/11/2017
- 09:58 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @3255a@ for review updated to revision @11147@.
Finishing import the language statements from @progres...
03/10/2017
- 05:38 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- > I have not found KW_BLK_LVL keyword(block_level_stmt in progress.g). This keyword does not have the statement?
... - 09:41 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @3255a@ for review updated to revision @11144@.
Importing language statements from @progress.g@ file. ...
03/09/2017
- 01:51 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Code Review Task Branch 1521a Revision 11143
1. @put-bits@ is fully supported. It is not part of @memptr@. It is...
03/08/2017
- 05:04 PM Feature #1521: implement gap analysis rules or backing database/marker approach
- Task branch @3255a@ for review updated to revision @11143@.
This is the first step for iterative creation of the l...
03/07/2017
- 11:56 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- 3255a is now based on trunk revision 11141. I could not use the normal rebase process since this branch was composed...
- 11:26 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Consider 3255a locked. I am rebasing it right now.
- 11:13 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Please create @lang_stmts.rules@. Language statements cover all areas.
To see the matching criteria, look at the ... - 11:02 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Eugenie: your next task is to encode marking rules for the following:
>
> * language statement... - 08:35 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- I will do this shortly.
- 08:08 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Put the changes in 3255a. Please make sure you don't break anything with your check-ins, because... - 07:40 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Put the changes in 3255a. Please make sure you don't break anything with your check-ins, because others are working ...
- 07:33 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> Eugenie: your next task is to encode marking rules for the following:
>
> * language statement... - 07:27 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Eugenie: your next task is to encode marking rules for the following:
* language statements (we just need to mark ... - 07:18 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- 1521a has been archived.
3255a contains a large number of improvements including some cleanup of the frame/browse/...
03/06/2017
- 09:24 AM Feature #1521: implement gap analysis rules or backing database/marker approach
- Greg Shah wrote:
> The latest version of 1521a is 11164. I have merged this into 3255a. Please do NOT do any addit...
Also available in: Atom