Project

General

Profile

Activity

From 11/12/2016 to 12/11/2016

12/09/2016

04:30 PM Base Language Bug #3217 (WIP): LINE-COUNTER function returns incorrect values
The cause of incorrect values returned by @LINE-COUNTER@ was an incorrect computation of whether the page is filled o... Ovidiu Maxiniuc

12/08/2016

07:53 AM Build and Source Control Bug #3219: recent Ubuntu/Linux builds use ncurses 6.0 and we don't link to it properly
The only problem there is that it is pretty specific to Ubuntu. I want to make sure we have a general purpose suppor... Greg Shah
07:07 AM Build and Source Control Bug #3219: recent Ubuntu/Linux builds use ncurses 6.0 and we don't link to it properly
Could we maybe use a different dependency mechanism, like Snappy? So that the system library is left intact and we is... Hynek Cihlar
06:33 AM Build and Source Control Bug #3219: recent Ubuntu/Linux builds use ncurses 6.0 and we don't link to it properly
In Ubuntu 16.04 (maybe in 15.10, I'm not sure) Ubuntu shifted from NCURSES 5.9 to NCURSES 6.0. As far as I can tell,... Greg Shah
06:09 AM Build and Source Control Bug #3219 (Closed): recent Ubuntu/Linux builds use ncurses 6.0 and we don't link to it properly
Greg Shah

12/07/2016

04:45 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
Greg Shah wrote:
> > I am wondering whether we should somehow handle the window message area and status bar. IMHO it...
Hynek Cihlar
04:27 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
> I am wondering whether we should somehow handle the window message area and status bar. IMHO it is a common case to... Greg Shah
03:48 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
Greg Shah wrote:
> What other cases can people think of here?
I am wondering whether we should somehow handle the...
Hynek Cihlar
03:27 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
It is time to implement common-sense choices about how to display various windows in embedded mode. We can refine it... Greg Shah
03:19 PM User Interface Feature #3218 (Closed): enhance the embedded mode web GUI to implement a good default approach fo...
Greg Shah
09:31 AM Base Language Bug #3216: second operand of logical AND and OR operators must be deferred
Yes, that makes good sense. Greg Shah
09:27 AM Base Language Bug #3216 (WIP): second operand of logical AND and OR operators must be deferred
Greg Shah wrote:
> I still want to exclude these. It is a small improvement, but it will reduce the amount of code ...
Ovidiu Maxiniuc
08:40 AM Base Language Bug #3216: second operand of logical AND and OR operators must be deferred
3201b was merged to trunk as revision 11132. It changed all right operands to be deferred.
> But even if we go do...
Greg Shah
08:38 AM User Interface Bug #3212 (Closed): OS inconsistency related to SET ... VALIDATE construct
3201b was merged to trunk as rev 11132. Greg Shah

12/06/2016

02:45 PM Base Language Bug #3217: LINE-COUNTER function returns incorrect values
The @LINE-COUNTER@ function is documented to return values greater than the size of a page.
For streams, P4GL defers...
Ovidiu Maxiniuc
02:31 PM Base Language Bug #3217 (Closed): LINE-COUNTER function returns incorrect values
Ovidiu Maxiniuc

12/05/2016

11:44 AM Base Language Bug #3216: second operand of logical AND and OR operators must be deferred
> I tried to improve those conditions but they can depend on business logic of the 4GL application and cannot be pre... Greg Shah
10:43 AM Base Language Bug #3216: second operand of logical AND and OR operators must be deferred
Greg Shah wrote:
> We usually handle 2nd operand deferral properly. The case you have cited, should work. See the ...
Ovidiu Maxiniuc
10:03 AM Base Language Bug #3216: second operand of logical AND and OR operators must be deferred
We usually handle 2nd operand deferral properly. The case you have cited, should work. See the @next-child-rules@ s... Greg Shah
09:20 AM Base Language Bug #3216: second operand of logical AND and OR operators must be deferred
The second (right) operand of @AND@ and @OR@ operators must always be deferred. In very simple cases, it may be that ... Ovidiu Maxiniuc
08:45 AM Base Language Bug #3216 (Closed): second operand of logical AND and OR operators must be deferred
Ovidiu Maxiniuc
08:13 AM User Interface Bug #3212 (WIP): OS inconsistency related to SET ... VALIDATE construct
The update for this issue is contained in branch 3201b. After it was committed, the branch has passed standard regres... Ovidiu Maxiniuc

11/28/2016

05:12 PM Base Language Bug #3020: Add support for the IMMEDIATE-DISPLAY and MULTITASKING-INTERVAL SEEION attributes
The following findings came to live due to the performance considerations of #3111 (starting at note 237).
Accordi...
Hynek Cihlar
03:22 PM User Interface Bug #2165: Handling "color skip" phrase produces incorrect color attribute selection
Consider the following code:... Greg Shah

11/22/2016

10:02 AM Base Language Support #1700: test the startup, basic processing and shutdown of the P2J server and P2J client o...
I am removing the directory example because it contains some confidential information. The portion that was importan... Greg Shah

11/18/2016

08:37 AM User Interface Bug #3212: OS inconsistency related to SET ... VALIDATE construct
OK, just make that clear. Greg Shah
07:37 AM User Interface Bug #3212: OS inconsistency related to SET ... VALIDATE construct
Greg Shah wrote:
> I'm OK with this. Since it works in most places and _only fails at compile time_ on 9.x in Linux...
Constantin Asofiei
07:33 AM User Interface Bug #3212: OS inconsistency related to SET ... VALIDATE construct
I'm OK with this. Since it works in most places and _only fails at compile time_ on 9.x in Linux, I think your appro... Greg Shah
06:02 AM User Interface Bug #3212: OS inconsistency related to SET ... VALIDATE construct
At the moment when the @validate@ was implemented/fixed, the only test machine for P4GL was a 9.X on Linux. Later on,... Ovidiu Maxiniuc
04:21 AM User Interface Bug #3212 (Closed): OS inconsistency related to SET ... VALIDATE construct
Ovidiu Maxiniuc

11/16/2016

02:37 PM User Interface Bug #2557: Fix MENUBAR layouting in a window
The problem is when we throw @StopConditionException@ - the program is restarted and throw it again and so on infinit... Vadim Gindin
09:49 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
Hynek Cihlar wrote:
> Greg Shah wrote:
> > > The frame's hide/show is a consequence of the program restart.
> >
...
Vadim Gindin
07:59 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
Greg Shah wrote:
> > The frame's hide/show is a consequence of the program restart.
>
> If the frame is missing a...
Hynek Cihlar
07:50 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
To determine the condition that is raised, you can wrap the WAIT-FOR like this:... Greg Shah
05:19 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
Vadim Gindin wrote:
> Hynek Cihlar wrote:
> > Vadim Gindin wrote:
> > > What conclusion do you think it means?
> ...
Hynek Cihlar
05:14 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
Hynek Cihlar wrote:
> Vadim Gindin wrote:
> > What conclusion do you think it means?
>
> It shows that the @WAIT...
Vadim Gindin
05:11 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
Vadim Gindin wrote:
> What conclusion do you think it means?
It shows that the @WAIT-FOR@ abort behavior may depe...
Hynek Cihlar
05:04 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
What conclusion do you think it means? Vadim Gindin
04:07 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
Vadim Gindin wrote:
> Yes, the frame appears and when I press some key it disappears and the WARNING is shown.. When...
Hynek Cihlar
10:51 PM User Interface Bug #2557: Fix MENUBAR layouting in a window
Greg Shah wrote:
> > Did you comment the line: ASSIGN current-window:menubar?
>
> I haven't had time to try this ...
Vadim Gindin
01:11 PM Database Bug #1914 (Closed): database conversion requires Internet connectivity
Greg Shah

11/15/2016

04:48 PM Conversion Tools Feature #1735 (WIP): leverage lambda expressions (Java 8 "closures") to reduce code bloat
Greg Shah
03:39 PM User Interface Bug #2557: Fix MENUBAR layouting in a window
> Did you comment the line: ASSIGN current-window:menubar?
I haven't had time to try this myself, I am busy with o...
Greg Shah
02:30 PM User Interface Bug #2557: Fix MENUBAR layouting in a window
Greg Shah wrote:
> > At this moment when we process VIEW frame f or ENABLE frame f we show the window if it hidden (...
Vadim Gindin
02:01 PM User Interface Bug #2557: Fix MENUBAR layouting in a window
> At this moment when we process VIEW frame f or ENABLE frame f we show the window if it hidden (if I'm right). But n... Greg Shah
01:05 PM User Interface Bug #2557: Fix MENUBAR layouting in a window
I forgot to add.. I should start with that: when I'm running the test from the note 69 (ASSIGN is commented) in P2J: ... Vadim Gindin
12:59 PM User Interface Bug #2557: Fix MENUBAR layouting in a window
Greg Shah wrote:
> > There is one problem: frame is already displayed at the moment of wait-for processing, but if w...
Vadim Gindin
11:44 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
> There is one problem: frame is already displayed at the moment of wait-for processing, but if we're going to show t... Greg Shah
05:10 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
Vadim Gindin wrote:
> # There is one problem: frame is already displayed at the moment of wait-for processing, but i...
Vadim Gindin

11/14/2016

06:27 PM Base Language Bug #3210: Make procedure attributes of deleted TARGET-PROCEDURE and SOURCE-PROCEDURE accessible
When procedure attributes of deleted @TARGET-PROCEDURE@ and @SOURCE-PROCEDURE@ are accessed native 4GL does not cause... Hynek Cihlar
05:51 PM Base Language Bug #3210 (New): Make procedure attributes of deleted TARGET-PROCEDURE and SOURCE-PROCEDURE acces...
Hynek Cihlar
06:41 AM User Interface Bug #2557: Fix MENUBAR layouting in a window
# There is one problem: frame is already displayed at the moment of wait-for processing, but if we're going to show t... Vadim Gindin
 

Also available in: Atom