Project

General

Profile

Activity

From 02/12/2013 to 03/13/2013

03/14/2013

09:54 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
This update (hopefully) resolves everything left on this task except for the issue mentioned in note 93. Here is a s... Greg Shah

03/13/2013

05:48 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
The suggested fix has been uploaded. It properly converts the sample:... Eugenie Lyzenko
02:06 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
The places to modify:
for frames: rule file annotation/frame_scoping.rules, internal function "process_frame"...
Eugenie Lyzenko
10:17 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
The strange thing is that I thought we already did some of this kind of disambiguation.
We don't want this to be s...
Greg Shah
10:09 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
Another word we need to decide what are the exact cases when we need special processing for "-" character. For now I ... Eugenie Lyzenko
10:02 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
Another name collision, when vars are used:... Constantin Asofiei
07:55 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
If we have a substitution that we want to be the default, then we would always want to encode it in P2J and not in th... Greg Shah
04:51 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Constantin: this case:... Greg Shah
01:34 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The complete list is this (logged from where the ECW.expressionType would throw exception otherwise):... Constantin Asofiei
01:30 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> When do you think you will have this available?
The server conversion is in the Base Structure phase, with a few f...
Constantin Asofiei
01:14 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> What I can do is remove the last fallback checks (the _POLY-related checks ), adjust the ECW to log a message inste... Greg Shah
10:44 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
This is the good version, committed to bzr revision 10284.
LE: it passed conversion regression testing.
Constantin Asofiei
10:34 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Yes, you understand correctly. The idea here was this: for the KW_DYN_FUNC node, we don't need to the ControlFlowOps.... Constantin Asofiei
10:32 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
I guess what is happening is that casttype is really meant to be used for the .class emit on a DYNAMIC-FUNCTION invoc... Greg Shah
10:24 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
I don't fully understand the purpose of the "ignorecast" annotation:... Greg Shah
10:01 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
OK, good idea. Constantin Asofiei
10:00 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
How about this: if these cases are already known to return logical, then I will emit the logical.class and not wrap ... Greg Shah
09:55 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> In regard to the removal of the castLogical(): currently we bypass the emit of the .class instance in this case (wh... Constantin Asofiei
09:49 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
In regard to the removal of the castLogical(): currently we bypass the emit of the .class instance in this case (when... Greg Shah
09:25 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> I think the only issue here is where the new character() wrapper is emitted.
I think you are right.
> If I unders...
Constantin Asofiei
09:10 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Here is the code that is generated by my current implementation:... Greg Shah
08:52 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Had a problem, forgot to initialize the @ref@ var in base_structure.xml's @parent.type == prog.kw_run@ run (without t... Constantin Asofiei
08:28 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Greg Shah wrote:
> I think there should be some code like this in the example:
The code should be @h = temp-table t...
Constantin Asofiei
08:23 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
I think there should be some code like this in the example:... Greg Shah
07:39 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
And the update... Constantin Asofiei
07:38 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The attached update fixes this:
# wrapping of handle for a @RUN ... IN DYNAMIC-FUNCTION@ call
# varargs signature pro...
Constantin Asofiei
06:17 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Greg, in the server project there are failures related to the fact that _POLY is used as an operand. The failed opera... Constantin Asofiei

03/12/2013

06:43 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
OK. I've found the answer for note #13. The matchlist.xml config file overrides the NameConverter.java internals. The... Eugenie Lyzenko
06:17 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
The question. Why adding replacement:... Eugenie Lyzenko
02:08 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Attached was committed to bzr revision 10282. Constantin Asofiei
01:55 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
OK, please go ahead and check it in. You can leave the assignments.rules there. I will deal with the merge.
> Wh...
Greg Shah
01:49 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
PS: the conversion regression testing has passed. The only changes are related to:... Constantin Asofiei
01:44 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> The code looks fine. I have changes in the assignments.rules and I prefer if you don't include that file (it is ju... Constantin Asofiei
01:28 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The code looks fine. I have changes in the assignments.rules and I prefer if you don't include that file (it is just... Greg Shah
12:48 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> That makes sense. Are you going to add that?
No, I don't want to add this now.
> In a related note: my changes...
Constantin Asofiei
12:31 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
That makes sense. Are you going to add that?
In a related note: my changes are ready, but I want to test them wit...
Greg Shah
12:15 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
I don't recall seeing "attributes set to unknown"-related errors, but I think we should consider handling the attribu... Constantin Asofiei
09:16 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
OK, I'll fold that into my changes. It will make the result much cleaner.
In regard to your changes, that is grea...
Greg Shah
08:39 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Yes, we can get rid of castLogical and use new logical() instead.
I have an update for which I still need to make ...
Constantin Asofiei

03/11/2013

07:34 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Do we really need BDT.castLogical()? Or can we handle this using new logical(BDT)? If we can avoid the castLogical(... Greg Shah
12:06 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> In these cases where ptypes[i] is null, I think it default to BaseDataType, right?
Are you asking what the type ...
Greg Shah
10:50 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> 1. It seems to me that ParmType.typesMatch() should implement a wider range of matching behavior. For example, if ... Constantin Asofiei
10:21 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Code Review:
1. It seems to me that ParmType.typesMatch() should implement a wider range of matching behavior. Fo...
Greg Shah
08:36 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The case automatically assigns the lower 32-bits of the long to the int. Since oldtype can never be > 2GB, this is s... Greg Shah
08:05 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Yes, that was my fix too for Java 1.6. And I don't think there will be losses, as the token type doesn't need 32 bi... Eugenie Lyzenko
06:28 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
This update contains some fixes in ECW.parameterTypeName and base_structure.xml, plus BUFFER-COPY/COMPARE (from Eric)... Constantin Asofiei
05:25 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Yes, that was my fix too for Java 1.6. And I don't think there will be losses, as the token type doesn't need 32 bits... Constantin Asofiei
05:22 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Eugenie: what Java are you using ? I haven't got any error on my system or devsrv01.
1.6.X
The long 64 bit ca...
Eugenie Lyzenko
04:30 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Eugenie: what Java are you using ? I haven't got any error on my system or devsrv01. Constantin Asofiei

03/10/2013

02:36 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> And the update for note 50.
Constantin, how you compiled the update? I put it on top of the current bzr code and...
Eugenie Lyzenko
10:16 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
And the update for note 50. Constantin Asofiei
10:16 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Attached update contains:
# ParmType - added needed APIs for the enum
# SignatureHelper - fixed the definition for ...
Constantin Asofiei
07:30 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Eugenie: I think KW_SET_BUF should have a BDT_VARARGS instead of BDT_ARRAY, because as I see from the docs, it can re... Constantin Asofiei
07:15 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Constantin Asofiei wrote:
> Greg Shah wrote:
> > Actually, after thinking about it some more, is there a need to ev...
Constantin Asofiei

03/09/2013

05:20 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
New drop uploaded. The function and methods are separated in two different maps. Eugenie Lyzenko
04:52 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Yes, go with that approach. Greg Shah
04:30 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> This also means we will have to pass the token type (FUNC_*/METH_*) in addition to the keyword.
Yes, we can impl...
Eugenie Lyzenko
03:15 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
This also means we will have to pass the token type (FUNC_*/METH_*) in addition to the keyword. Greg Shah
02:54 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Eugenie Lyzenko wrote:
> > Eugenie: KW_FILL appears twice in the map.
>
> Yes, one for Built-in function, other f...
Constantin Asofiei
02:34 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Eugenie: KW_FILL appears twice in the map.
Yes, one for Built-in function, other for method. They both have diff...
Eugenie Lyzenko
02:27 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> For KW_REPLACE: I see that you've specified two signatures for it, but according to 10.2B docs, it has 3 mandatory ... Eugenie Lyzenko
12:01 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Greg Shah wrote:
> Actually, after thinking about it some more, is there a need to ever wrap the parameters to DYNAM...
Constantin Asofiei
11:44 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Actually, after thinking about it some more, is there a need to ever wrap the parameters to DYNAMIC-FUNCTION? They w... Greg Shah
11:42 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
OK. But we could handle these cases too.
1. SUPER is especially easy to handle, because we can use the same techn...
Greg Shah
11:37 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Actually, I think the ECW already handles KW_SUPER fully. It searches up the tree to find the containing function ... Constantin Asofiei
11:31 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Some thoughts:
> The fact that a function can have multiple signatures troubles us at conversion time, as if we do...
Greg Shah
11:02 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Another case of the KW_DYN_FUNC: the handle parameter is optional. I think this should also be explicitly treated by ... Constantin Asofiei
09:40 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
There is another case which is not treated properly. When IF ternary operator has an ? on the else or then branch, as... Constantin Asofiei
08:20 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
About KW_DATETIME:
* how can we disambiguate the signature, if the number of mandatory parameter is the same (1) in ...
Constantin Asofiei
07:53 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Eugenie: KW_FILL appears twice in the map. Constantin Asofiei
05:08 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The fact that a function can have multiple signatures troubles us at conversion time, as if we don't offer a choice t... Constantin Asofiei

03/08/2013

05:07 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The first complete drop to review has been uploaded.
PS: Forgot to note. The file SignatureHelper.java contains the ...
Eugenie Lyzenko
04:06 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Undocumented functions?
Yes, these are undocumented.
It is our understanding that LOWER is the same thing as ...
Greg Shah
02:59 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Greg,
I'm preparing the final drop to upload and requesting for ability not to follow the 98 column restriction fo...
Eugenie Lyzenko
01:38 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The remaining questions:
The functions defined in progress.g but not in 4GL reference documentation:...
Eugenie Lyzenko
11:18 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Add CLOB (which is really only the CLOB field case) and LARGE_CHAR_OBJECT which is either LONGCHAR or CLOB.
> SET-...
Greg Shah
10:39 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Can you provide an example? A CLOB can only be a field in the database, so I guess the method must take a reference... Eugenie Lyzenko
08:35 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> There are the methods we do not define in progress.g file:
These are from v11 which we don't support yet.
> D...
Greg Shah
10:04 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The handle methods has been added. There are the methods we do not define in progress.g file:
ADD-PARENT-ID-RELATION...
Eugenie Lyzenko
02:19 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
I'm putting this case here, because is a name collision:... Constantin Asofiei
07:39 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
Passed conversion regression testing, committed to bzr revision 10265. Constantin Asofiei
04:40 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
This converts dots in names to "dot" string. I will put this through conversion. Constantin Asofiei

03/07/2013

05:27 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
Go ahead with this change.
> A question: are you sure it's safe to "eat" the "-", "_" and "/" character from the n...
Greg Shah
05:15 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
No, CONFIG-NAME is supposed to be an attribute. It is a bug in our parser. I have some other parser changes I'm mak... Greg Shah
05:01 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Found potential issue in progress.g:
According to Progress doc CONFIG-NAME is an attribute, not a method. But we def...
Eugenie Lyzenko
10:44 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> If parameter is widget we need to add something: WID mapping to GenerigWidget?
Yes, that is fine.
> Arrays ar...
Greg Shah
09:58 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Greg,
I'm working on the handle based methods adding. It's avout 300 lines. So I'm expecting to finish today-tomor...
Eugenie Lyzenko
09:26 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
The update has been uploaded. All built-in functions are there except so called "fake" web-speed ones. No methods for... Eugenie Lyzenko

03/06/2013

04:38 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
OK.
The new datatype under questions:
1. If parameter is widget we need to add something: WID mapping to GenerigW...
Eugenie Lyzenko
04:00 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
OK, get as much done tonight as possible. Then create an update zip and upload it here.
Constantin will be able t...
Greg Shah
03:34 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Eugenie: how much more time do you expect this to take?
It is > 100 items left in functions. I guess this is ~10...
Eugenie Lyzenko
03:24 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Constantin: We can certainly go ahead with the infrastructure to use the facility. I planned this to be exposed th... Constantin Asofiei
03:14 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Eugenie: how much more time do you expect this to take?
Constantin: We can certainly go ahead with the infrastruct...
Greg Shah
03:10 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Greg: I don't know the order you plan to have this working, but if documenting each signature will take more time, I ... Constantin Asofiei
02:42 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
OK, looks like this addition in NamepConverte's static c'tor:... Constantin Asofiei
02:39 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
This one did turn and bit us, because the server project has files named like "foo.bar.p", which get converted to "Fo... Constantin Asofiei
08:26 AM Bug #2066 (Closed): brew adds unnecessary comma in method parameter list after comment
Greg Shah
07:13 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
Committed to bzr revision 10251. Constantin Asofiei
05:18 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
The server folders had no errors related to comments. Constantin Asofiei

03/05/2013

06:32 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Generally, I like it. This will work for some of the cases, but not all cases. Still, it is good enough to go with ... Greg Shah
06:18 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> How about this approach:
> ...
The approach is working but we need to modify the getter this way for example:
...
Eugenie Lyzenko
05:22 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> If we have multiple versions of the same function with different numbers of different kind of parameters how we dec... Greg Shah
05:00 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Several data type question for this time:
1. If we have multiple versions of the same function with different numbers...
Eugenie Lyzenko
03:46 PM Bug #2066: brew adds unnecessary comma in method parameter list after comment
This update passes conversion regression testing with comments off (no changes in generated sources), and MAJIC does ... Constantin Asofiei

03/04/2013

02:35 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> Didn't the static import statement work? I wasn't sure if it would work with enums or not. If it doesn't work, then... Eugenie Lyzenko
02:31 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
> We need to create separate class file for ParmType?
Yes.
> In this case we need to declare ParmType.CHAR ins...
Greg Shah
01:35 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Two questions.
1. We need to create separate class file for ParmType? In this case we need to declare ParmType.CHAR ...
Eugenie Lyzenko
10:51 AM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
This is a high priority for milestone 4 so that we can make sure to generate compilable code. Please implement this ... Greg Shah

03/01/2013

03:42 PM Bug #2066: brew adds unnecessary comma in method parameter list after comment
WOW! That is very cool. Great job! Greg Shah
03:40 PM Bug #2066: brew adds unnecessary comma in method parameter list after comment
MAJIC has compiled with comments enabled (and AFAIK this was not possible before this update). Constantin Asofiei
02:48 PM Bug #2066: brew adds unnecessary comma in method parameter list after comment
Conversion has finished, compiled fully, but there are some regressions in terms of:
# new-lines no longer emitted i...
Constantin Asofiei
01:40 PM Bug #2066: brew adds unnecessary comma in method parameter list after comment
OK, the server's compilable folders do not seem to report any comment-related errors. I'm putting this through conver... Constantin Asofiei
11:53 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
Well done. It looks good. Painful, though. I have to think about this problem a bit to see if there is a way to he... Greg Shah
11:41 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
I'm testing this version with the server files which had comment errors, if everything is good I move to conversion r... Constantin Asofiei
09:24 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
I'm stopping conversion, a server folder has failed with some other comment related issue. I need to get rewrite at l... Constantin Asofiei
09:13 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
I'm running conversion now. Constantin Asofiei
09:12 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
I am fine with the changes. If they pass conversion testing, let's go with it. Greg Shah
07:53 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
Replaced getNextSibling with ignore-star version. Constantin Asofiei
06:57 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
Made next-child-rules to be ignorant of star-comment nodes, I'm putting this through conversion regression testing. Constantin Asofiei

02/28/2013

04:15 PM Bug #2066: brew adds unnecessary comma in method parameter list after comment
The conclusion for today, after trying a scoping approach to solve some nested calls issues is this, in brew phase (a... Constantin Asofiei
09:10 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
I still have some regressions in it, I'm testing and will re-upload. Constantin Asofiei
09:09 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
The code looks fine. And that is some testcase! It made me laugh to read it. Well done. Greg Shah
08:41 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
This fixes these cases:... Constantin Asofiei
05:12 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
I believe this was also addressed in the #1450. Unfortunately it was not finalized. Ovidiu Maxiniuc
03:01 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
Fix attempt for star comments mixed with children of IF, method arguments, and others. Will test with MAJIC and some ... Constantin Asofiei
01:44 AM Bug #2066: brew adds unnecessary comma in method parameter list after comment
I suggest to disable comments, run conversion in the good directories and compile again, to uncover non-comment probl... Constantin Asofiei
01:21 AM Bug #2066 (WIP): brew adds unnecessary comma in method parameter list after comment
Constantin Asofiei

02/27/2013

02:06 PM Bug #2066: brew adds unnecessary comma in method parameter list after comment
On a whim last night, I tried to compile the partially converted customer app project, and quickly hit an "illegal st... Eric Faulhaber
01:59 PM Bug #2066 (Closed): brew adds unnecessary comma in method parameter list after comment
Eric Faulhaber

02/25/2013

03:34 PM Feature #2053: create a parameter type lookup facility for built-in functions and handle based me...
Consider these classes:... Greg Shah
03:19 PM Feature #2053 (Closed): create a parameter type lookup facility for built-in functions and handle...
Greg Shah

02/24/2013

09:29 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
OK, for now this is done. I am going to move this to another milestone. The only remaining work is to remove the ha... Greg Shah
08:00 AM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
The only real problem is when converting the 4GL proc name, to make the name compatbile with Java syntax. As we don't... Constantin Asofiei
07:18 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
Interesting. I wonder what is going on there. I can duplicate your result as well.
But when I used the testcases...
Greg Shah

02/23/2013

03:24 PM Feature #1603: enhance name conversion to support internal procedure names that contain a '.' cha...
I'm not sure what is needed here. The following converts nicely in P2J:... Constantin Asofiei
12:20 PM Feature #2001: reporting v2.5
This improvement to the reports is designed to massively improve performance. This was needed because on large proje... Greg Shah

02/16/2013

07:25 PM Feature #2001 (Closed): reporting v2.5
Greg Shah
 

Also available in: Atom