Activity
From 04/10/2014 to 05/09/2014
05/09/2014
- 06:42 PM Base Language Feature #1630: implement support for UNBUFFERED in I/O statements
- Do I need to test only @output@ or all places there can be used @unbuffered@ ? (like input, input-output and etc)
- 05:29 PM Database Feature #2296: update record buffer validation to prevent database index overflow
- > I was forced to rewrite the detection of affected indexes as the @vData@ does not contain the correct lists of @uni...
- 04:51 PM Database Feature #2296: update record buffer validation to prevent database index overflow
- I found some more edge-cases that require special handling for emulation of p4gl behavior.
I was forced to rewrite t... - 03:58 PM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Behaviour of display and stream functionality is more complicated than I thought before.
Some @display@ call can ref... - 11:26 AM User Interface Feature #2252: implement GUI client support
- I designed a small test for WINDOW widget using the current defined attributes.
By adding some rules finally I manag... - 11:13 AM User Interface Feature #1811: implement the AJAX client driver
- 0508b - Passed regression tests. Committed revision 10525.
- 08:19 AM Base Language Bug #2300: :: operator used in UI statements
- It was a standalone case I used for investigation of some other issue.
The temporary fix was the cause of the regre... - 08:10 AM Base Language Bug #2300: :: operator used in UI statements
- Was this found in standalone testcases or does this actually occur in customer code?
- 04:15 AM Base Language Bug #2300: :: operator used in UI statements
- The conversion error is revealed by the following simple testcase:...
- 03:41 AM Base Language Bug #2300 (New): :: operator used in UI statements
05/08/2014
- 03:55 PM Database Feature #2296: update record buffer validation to prevent database index overflow
- Intermediary update attached. It contains the algorithm for validation that was should be a little changed.
The tw... - 02:25 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- Yes, fix this.
I suspect this has something to do with the DOWN processing and the @afterDown@ variable used in @G... - 02:02 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- Unfortunately there are the difference in handling "real" underline statements like(@underline_test2.p@):...
- 01:16 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- Code Review 0508a
I am fine with the change.
Are all the testcases working the same way in the 4GL and P2J? ... - 01:05 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- > ...
- 08:17 AM User Interface Feature #1783: properly handle empty UNDERLINE statements
- Your solution is not correct. The 2nd parameter to @descendant()@ is the number of levels of children (1 for the imm...
- 08:10 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- The jast node to be eliminated is:...
- 12:38 PM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- 0505a passed regression test and was committed to bzr revision 10524.
- 12:13 PM User Interface Feature #2252: implement GUI client support
- The points about the HTML5 canvas use are valid. However, in our case we have these mitigating circumstances:
# M... - 11:49 AM User Interface Feature #2252: implement GUI client support
- For now, only implement the Window attributes that are already "stubbed out" in our classes. To the degree that they ...
- 11:20 AM User Interface Feature #2252: implement GUI client support
- Regarding HTML 5 Canvas please read this document: [[http://www.w3.org/TR/2dcontext/#best-practices]]
- 11:18 AM User Interface Feature #2252: implement GUI client support
- I attached a list with all WINDOW widget attributes more than 70!
I started to do tests using some WINDOW attributes... - 11:40 AM User Interface Feature #1811: implement the AJAX client driver
- OK, go ahead with runtime regression testing for this update.
- 10:53 AM User Interface Feature #1811: implement the AJAX client driver
- Another very important aspect is the code in line 443 which force recheck for suspension in order to avoid a spurious...
- 10:41 AM User Interface Feature #1811: implement the AJAX client driver
- I tried to do as much as minimum changes in the code due to it's complexity in terms of thread synchronization.
The ... - 09:55 AM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0508b
My only concern with this update is the change to @TypeAhead@. Have you confirmed that all @Scr... - 07:36 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Yes this is a more general issue using interactive processes on web clients see my remarks on... - 07:05 AM User Interface Feature #1811: implement the AJAX client driver
- Constantin Asofiei wrote:
> Greg/Marius, something to keep in mind about shell launch on Windows: when using a web c... - 06:55 AM User Interface Feature #1811: implement the AJAX client driver
- Greg/Marius, something to keep in mind about shell launch on Windows: when using a web client and the clients launche...
- 03:46 AM User Interface Feature #1811: implement the AJAX client driver
- Add also the fix for BGCOLOR and FGCOLOR in BaseEntity to use int values on setters.
- 01:47 AM User Interface Feature #1811: implement the AJAX client driver
- 1. Fixed the BACKSPACE key on VT100 emulator (VT100AbstractKeyboard).
2. Fixed waiting issue in TypeAhead.suspend() - 11:17 AM User Interface Feature #2286: design and implement basic GUI window widget support
- I attached a list with all WINDOW widget attributes more than 70!
I started to do tests using some WINDOW attributes... - 07:24 AM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Stanislav Lomany wrote:
> Merged with the latest revision.
Stanislav, the logic looks good to me. - 07:09 AM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Merged with the latest revision.
- 10:01 PM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Stas, I apologize it has taken so long for me to review this. Because of this delay, it is no longer in sync with the...
- 07:02 AM Database Bug #2219: problematic dynamic query test cases
- > Does this fix both variants of the problem in notes 1 & 2?
Yes.
- 10:07 PM Database Bug #2219: problematic dynamic query test cases
- Code review 20140504a:
Update looks good. Please regression test and commit/distribute if it passes.
Does this ... - 03:25 AM Database Bug #2280 (WIP): Error with FIND-FIRST() method
- 09:45 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Code review 20140507a:
This update looks much better.
Regarding the implementation of the naming collision warn...
05/07/2014
- 05:59 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- Good. Then the important thing to do is to eliminate the output of that @;@. Take a close look at the AST and JAST ...
- 04:03 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- > Is the behavior (especially AFTER the pause) the same as the 4GL?
Yes, P2J does exactly the same as 4GL. - 03:18 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- Is the behavior (especially AFTER the pause) the same as the 4GL?
- 03:17 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- ...
- 02:01 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- > This is correct or not?
It is not 100% correct.
> The converted code should not contain NOP(;)?
Right. It... - 01:38 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- The current P2J code converts...
- 05:22 PM Base Language Bug #2294: In Progress the variable initializer ignores the declared decimal precision
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > In the converted code the only use case for setPrecision seems ... - 02:23 AM Base Language Bug #2294: In Progress the variable initializer ignores the declared decimal precision
- Hynek Cihlar wrote:
> In the converted code the only use case for setPrecision seems to be the variable definition. ... - 04:04 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Vadim Nebogatov wrote:
> Update vmn_upd20140507a.zip with results and used hints vmn_upd20140507b.zip attached.
Ple... - 08:02 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- Update vmn_upd20140507a.zip with results and used hints vmn_upd20140507b.zip attached.
Removed adding unique suffi... - 04:02 PM User Interface Feature #1805: add missing UI method support
- 1) I added programmed order definition.
2) This peace of Progress doc looks strange. How the method widget can be... - 02:56 PM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Committed to bzr rev #10522.
- 10:23 AM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim, I've made some edits in the attached update: please commit and release this one.
- 08:28 AM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Constantin Asofiei wrote:
> Vadim Gindin wrote:
> > 1. Simple choice is TreeMap (no external jars dependencies) and... - 03:43 AM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> 1. Simple choice is TreeMap (no external jars dependencies) and use its appropriate @containsK... - 03:34 AM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- About bidirectional map implementation. That is the moment I also wanted to ask you advice about. There are possible ...
- 01:45 AM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> > * conditionUpDown
> > [...]
>
> The point is that @updateFieldGroup@ methods takes @curr... - 02:55 PM Database Bug #2259 (Closed): computed character columns are not created for dynamic tables
- Issue has been addressed as part of #1661.
- 02:47 PM Database Feature #1661: support case-sensitive fields in indexes
- Ovidiu Maxiniuc wrote:
> Where were those logs extracted from ?
My local customer server project environment.
> I ... - 02:43 PM Database Feature #1661: support case-sensitive fields in indexes
- Where were those logs extracted from ? I double checked now the server logs from my regression test results and I cou...
- 02:29 PM Database Feature #1661 (WIP): support case-sensitive fields in indexes
- I have re-opened this task, as it appears it creates a regression with projects that use Progress metadata tables. Th...
- 01:54 PM User Interface Feature #1811: implement the AJAX client driver
- Perfect! Yes, that is clever.
- 01:52 PM User Interface Feature #1811: implement the AJAX client driver
- Greg Shah wrote:
> Does this solution documented in section 5.13 solve the problem with @sh@?
I didn't try but I ... - 01:45 PM User Interface Feature #1811: implement the AJAX client driver
- Does this solution documented in section 5.13 solve the problem with @sh@?
- 12:55 PM User Interface Feature #1811: implement the AJAX client driver
- Changing TERMINFO seems to not work on all cases see 5.12 on this document
http://www.tldp.org/HOWTO/Keyboard-and-Co... - 12:48 PM User Interface Feature #1811: implement the AJAX client driver
- > I changed the kbs=^H trying the following values one by one kbs=\177, kbs=\b, kbs=\011 and kbs=\EOD (kcub1)
Try ... - 12:20 PM User Interface Feature #1811: implement the AJAX client driver
- Greg Shah wrote:
> Marius Gligor wrote:
> > Constantin Asofiei wrote:
> > > PS: something else I've forgot to ment... - 12:17 PM User Interface Feature #1811: implement the AJAX client driver
- I'm not sure I have too much guidance here. The only thing I see is that I think the ASCII BS is @0x08@ or octal @\0...
- 11:40 AM User Interface Feature #1811: implement the AJAX client driver
- I'm working to change the TERMINFO for vt100 as follow:
sudo cd /usr/share/terminfo/v/
infocmp vt100 > vt100.tmp
... - 10:10 AM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0507c
I am fine with the changes so far. One note: the VT100AbstractRenderer has the variable named @... - 09:56 AM User Interface Feature #1811: implement the AJAX client driver
- Constantin Asofiei wrote:
> Marius Gligor wrote:
> > Please try to execute this command from Swing interactive clie... - 09:52 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Constantin Asofiei wrote:
> > PS: something else I've forgot to mention: on Windows, using a... - 09:19 AM User Interface Feature #1811: implement the AJAX client driver
- I did more tests on the customer's Windows server and I found that executing a command like:
OS-COMMAND "dir".
... - 08:22 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Please try to execute this command from Swing interactive client at sh prompt.
Yes, now it ... - 08:18 AM User Interface Feature #1811: implement the AJAX client driver
- I searched on the Internet regarding BACKSPACE key:
1.The ^H is the normal response for VT100 terminal on response... - 07:00 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Regarding BACKSPACE and DELETE keys:
>
> I tried the sh command on a Konsole application:
... - 06:57 AM User Interface Feature #1811: implement the AJAX client driver
- The wrap ON and OFF could be changed by keyboard sequences.
In class VT100AbstractRenderer the autoWrap was set to f... - 06:19 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Have you tried a sh or a /bin/bash command?
Yes, they are working. This is how it looks when... - 06:14 AM User Interface Feature #1811: implement the AJAX client driver
- Have you tried a sh or a /bin/bash command?
- 05:57 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> This are some bugs fixes for interactive client:
For some reason, when launching a process u... - 05:46 AM User Interface Feature #1811: implement the AJAX client driver
- This are some bugs fixes for interactive client:
- On Windows OS if OS-COMMAND has default values the command contai... - 04:14 AM User Interface Feature #1811: implement the AJAX client driver
- Constantin Asofiei wrote:
> Marius Gligor wrote:
> > Constantin Asofiei wrote:
> > > PS: something else I've forgo... - 04:03 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> Constantin Asofiei wrote:
> > PS: something else I've forgot to mention: on Windows, using a... - 03:54 AM User Interface Feature #1811: implement the AJAX client driver
- Constantin Asofiei wrote:
> PS: something else I've forgot to mention: on Windows, using a program with only the @DO... - 03:50 AM User Interface Feature #1811: implement the AJAX client driver
- Marius Gligor wrote:
> So a fix should looks like:
OK, is more complex than I expected, so please fix it. - 03:47 AM User Interface Feature #1811: implement the AJAX client driver
- The cmdList is constructed on ProcessDaemon.prepareCommandLine(String[])
Indeed now I saw that if cmdList is empty t... - 03:31 AM User Interface Feature #1811: implement the AJAX client driver
- PS: something else I've forgot to mention: on Windows, using a program with only the @DOS@ command, P2J waits for a k...
- 03:26 AM User Interface Feature #1811: implement the AJAX client driver
- Marius, I think there is a problem in @ChuiScreenDriver.osCommand:460@:...
05/06/2014
- 02:42 PM User Interface Feature #1783: properly handle empty UNDERLINE statements
- The UNDERLINE statement can be specified like this:...
- 02:22 PM Base Language Bug #2147 (Closed): fix any runtime issues with format strings (server project)
- 02:16 PM Base Language Feature #1885 (Closed): fix and add necessary format string support
- 01:36 PM User Interface Feature #1788 (Closed): implement define rectangle and rectangle widget support
- 01:10 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- 0430b - Passed regression tests. Committed revision 10519.
- 12:43 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- I restarted the regression tests both CTRL-C part and MAIN part.
This time CTRL-C part took around 58 minutes.
Also... - 01:10 PM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Constantin Asofiei wrote:
..
> Great. Before committing, I need to know what is the state of the TODOs which are le... - 10:24 AM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- Vadim Gindin wrote:
> It happen! The fixed update passed regression testing. I also made corrections corresponding t... - 03:32 AM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- It happen! The fixed update passed regression testing. I also made corrections corresponding to previous note. Please...
- 12:46 PM Base Language Bug #2294: In Progress the variable initializer ignores the declared decimal precision
- The only occurrence of @setPrecision@ is in srcnew/java/aero/timco/majic/item/Toolissu.java. There it is used the sam...
- 12:37 PM Base Language Bug #2294: In Progress the variable initializer ignores the declared decimal precision
- Constantin Asofiei wrote:
> I don't think is worth having both @decimal.setPrecision@ and @decimal.setLazyPrecision@... - 09:56 AM Base Language Bug #2294: In Progress the variable initializer ignores the declared decimal precision
- I don't think is worth having both @decimal.setPrecision@ and @decimal.setLazyPrecision@, because there is no case wh...
- 12:25 PM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Constantin Asofiei wrote:
> As a side note, when building testcases, instead of using this:
> [...]
> you might fi... - 09:41 AM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- The changes look good.
As a side note, when building testcases, instead of using this:... - 10:43 AM Database Feature #2296: update record buffer validation to prevent database index overflow
- In order to reproduce the exact Progress behavior we need to count the bytes of a index-key, the same way Progress do...
- 08:06 AM Database Feature #2296: update record buffer validation to prevent database index overflow
- There is no such thing a a fixed length field in Progress. Any length specification in the database is advisory (i.e...
- 09:55 AM User Interface Feature #2252: implement GUI client support
- > Here is what I found looking inside the ChUI implementation.
>
> A - On server side:
> - StandardServer exports ... - 09:08 AM User Interface Feature #2252: implement GUI client support
- I have some questions related to this issue:
1. Should we follow the same model for GUI like the ChUI model (see n... - 09:07 AM User Interface Feature #2252: implement GUI client support
- Before starting to implements the GUI model we have to describe and understand the ChUI model implementation.
Here i... - 09:38 AM Base Language Feature #2138: finish SEARCH-TARGET support
- Greg Shah wrote:
> Great! Please check it in and distribute it.
Committed to bzr rev 10518. - 09:13 AM Base Language Feature #2138: finish SEARCH-TARGET support
- Great! Please check it in and distribute it.
- 09:10 AM Base Language Feature #2138: finish SEARCH-TARGET support
- Greg Shah wrote:
> 1. What is the reasoning behind the elimination of the @pushSuperProcedure()@ and @popSuperProced... - 08:42 AM Base Language Feature #2138: finish SEARCH-TARGET support
- Code Review 0505a
1. What is the reasoning behind the elimination of the @pushSuperProcedure()@ and @popSuperProce... - 04:27 AM Base Language Feature #2138: finish SEARCH-TARGET support
- After the case found in #2266, the SUPER and RUN SUPER calls were re-investigated and these rules were found, for @SE...
- 09:08 AM User Interface Feature #2286: design and implement basic GUI window widget support
- Please put these details into the parent task. I will respond there.
- 08:58 AM User Interface Feature #2286: design and implement basic GUI window widget support
- I have some questions related to this issue:
1. Should we follow the same model for GUI like the ChUI model (see no... - 08:53 AM User Interface Feature #2286: design and implement basic GUI window widget support
- Before starting to implements the GUI model we have to describe and understand the ChUI model implementation.
Here is... - 03:43 AM Database Bug #2222: WRITE event triggered too early
- I realized I forgot to mention one thing that I put aside because it did not fit well with my researches.
My first... - 09:49 PM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Greg Shah wrote:
> Code Review 0502a
>
> 1. Is the @GenericFrame@ change intentionally meant to only modify the c...
05/05/2014
- 05:13 PM Database Feature #2296 (WIP): update record buffer validation to prevent database index overflow
- Started implementation with initial configuration/validation and research on Progress behavior on this error. Not che...
- 02:42 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Vadim Nebogatov wrote:
> Actually I thought that properties and class names should meet java naming conventions.
Ge... - 01:22 PM Base Language Bug #2294: In Progress the variable initializer ignores the declared decimal precision
- Please see the attached changes and provide feedback.
The solution seems to be functionally correct, however it i... - 12:54 PM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Attached are the fixed formatting issues. Also, the related testcases are committed in the file @testcases/uast/exten...
- 11:47 AM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Code Review 0502a
1. Is the @GenericFrame@ change intentionally meant to only modify the case where @DISPLAY@ is u... - 10:34 AM User Interface Feature #2298: temporary account creation
- Change temporary accounts creation as follow:
1. On server startup, if we are configured for web clients OR for s... - 10:19 AM User Interface Feature #2298 (New): temporary account creation
- 10:15 AM Database Bug #2222: WRITE event triggered too early
- Most likely, you already know much of following, but I believe is better to repeat them, in the context:
To explai...
05/04/2014
- 10:49 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- Actually I thought that properties and class names should meet java naming conventions.
I have attached vmn_upd20... - 05:47 AM Database Bug #2219: problematic dynamic query test cases
- Constantin, thank you for the idea!
05/02/2014
- 07:47 PM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- This is pre review update, without doc headers.
1) @DirStream.java@ there is unnecessary new line. I'm not sure if t... - 04:39 PM Database Feature #2296: update record buffer validation to prevent database index overflow
- Since the validation algorithm will be hit quite frequently, it must be as efficient as possible:
* We should figure... - 04:28 PM Database Feature #2296: update record buffer validation to prevent database index overflow
- Some notes on determining the maximum index limit to apply and whether or not to perform the validation at all:
* We... - 04:05 PM Database Feature #2296: update record buffer validation to prevent database index overflow
- This task is sort of a follow-on to #2273, but is scoped slightly differently. It is meant to add some generic Progre...
- 02:56 PM Database Feature #2296 (Closed): update record buffer validation to prevent database index overflow
- 03:48 PM Database Bug #2222: WRITE event triggered too early
- I attached the last version of implementation. The files contain extra logging code.
Also the current set of testcas... - 02:54 PM Database Feature #1661 (Closed): support case-sensitive fields in indexes
- 10:07 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- I haven't had time to look at the code yet, but there seems to be something wrong with the result. The hints file has...
- 08:00 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- Sorry, it is my fault. I worked last time with backticks, switched off to another bug fix, and did not include my pre...
- 09:52 AM Database Bug #2219: problematic dynamic query test cases
- OK, please make the change.
- 02:38 AM Database Bug #2219: problematic dynamic query test cases
- Stanislav Lomany wrote:
> The difference between a pure @AdaptiveQuery@ and an @AdaptiveQuery@ assigned to a @QueryW... - 12:28 AM Database Bug #2219: problematic dynamic query test cases
- Stanislav Lomany wrote:
> Do you think that we should convert a dynamic query using @QueryWrapper@?
Yes, assuming C... - 12:14 AM Database Bug #2219: problematic dynamic query test cases
- Update for review for the original issues (except the one noted in the previous note).
- 11:04 PM Database Bug #2219: problematic dynamic query test cases
- Guys, we have a problem with dynamic queries which are converted to @AdaptiveQueries@. Consider testcase:...
- 09:20 AM User Interface Feature #1805: add missing UI method support
- While you are doing this work, please implement the MOVE-AFTER-TAB-ITEM() method and the FIRST-TAB-ITEM/NEXT-TAB-ITEM...
- 09:00 AM User Interface Feature #1805: add missing UI method support
- This simple testcase is all you would need to answer your own questions:...
- 03:21 AM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Hynek, the logic looks good, but there are some formatting issues:
* assignments.rules:
- line 229 is too long
* d...
05/01/2014
- 02:55 PM User Interface Feature #1805: add missing UI method support
- I read Focus Management chapter as you advised and took it into account. At this moment I just want to understand the...
- 02:05 PM User Interface Feature #1805: add missing UI method support
- Here are my testcases for MOVE-BEFORE-TAB-ITEM attribute.
1. Simplest working case. The value is a handle one of wid... - 02:32 PM User Interface Bug #2174 (Rejected): Toggle-box widget implementation abnormal end issue
- This is expected behavior because the conversion and runtime support for toggle-box has not been put in place yet. F...
- 02:39 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- Code review 20140429a:
Unfortunately, there are some major problems with this update. Except for the escaping with... - 01:16 AM Base Language Bug #2294 (WIP): In Progress the variable initializer ignores the declared decimal precision
04/30/2014
- 12:54 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- Code Review 0430b
It looks good. Please get it regression tested (both conversion and runtime). - 12:22 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- Fixed.
- 12:16 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- Code Review 0430a
Everything looks good. The only open question is this:
> 3. In BaseConfig, why are the gette... - 12:09 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- Fixed code review issues.
However FGCOLOR, BGCOLOR, TOOLTIP and SIZE-PIXELS are attributes used on GUI interface on... - 12:15 PM Base Language Bug #2133 (Review): fix precision for decimal, dynamic-extent variables
- The attached code fixes decimal precision for extent variables and extent-to-extent assignment when rvalue is a param...
- 11:33 AM User Interface Feature #2247 (Closed): interactive child process support
- 11:00 AM User Interface Feature #1811: implement the AJAX client driver
- 0429c - Interactive child process support ref. #2247
Passed regression tests. Committed revision 10517.
04/29/2014
- 04:33 PM Database Bug #2222: WRITE event triggered too early
- Attached the update form this morning that generated the also attached server log.
The sessions are still 'synchro... - 04:13 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- In regard to the regression test failures, please make sure you have read the new timco.html document. It describes ...
- 03:56 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Vadim Nebogatov wrote:
> I started regression before your code review only in order to find/fix some bugs. Should I ... - 03:54 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Regression 20140429_114111 completed. 3 FAILED tests:
1. tc_job_002 FAILED failure in step 40: 'Unexpected EOF in ... - 12:23 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- I have attached update vmn_upd20140429a.zip after some fixes during testing regression and merge with latest bzr chan...
- 01:26 PM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0429c
Everything looks good. Please get it runtime regression tested. - 01:14 PM User Interface Feature #1811: implement the AJAX client driver
- Fixed.
- 12:42 PM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0429b
Everything is fine, except for this item from the previous code review:
> 1. In VT100SwingKey... - 11:48 AM User Interface Feature #1811: implement the AJAX client driver
- Just added some javadoc explanations.
- 11:27 AM User Interface Feature #1811: implement the AJAX client driver
- 1. I found no way to make Windows shell cmd.exe to run properly in interactive mode for AJAX clients. It's works prop...
- 01:02 PM User Interface Feature #1793: improve color support
- Based on the work in #1801 and #1811, the basic color implementation for ChUI (all 3 drivers) is fully functional. T...
- 11:11 AM Database Bug #2295: In Progress output parameters ignore decimal precision
- The following code:...
- 11:06 AM Database Bug #2295 (WIP): In Progress output parameters ignore decimal precision
- 11:00 AM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- I created a new issue #2294 for the initializer ignoring declared decimal precision - it is related not only to exten...
- 10:58 AM Base Language Bug #2294: In Progress the variable initializer ignores the declared decimal precision
- In Progress the variable initializer doesn't care much about the declared decimal precision, see below....
- 10:57 AM Base Language Bug #2294 (Closed): In Progress the variable initializer ignores the declared decimal precision
04/28/2014
- 03:22 PM User Interface Feature #1811: implement the AJAX client driver
- > In conclusion at this moment the OS-COMMAND for AJAX clients in Windows works properly only for commands which use ...
- 03:14 PM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0428a
1. In VT100SwingKeyboard and ChuiScreenDriver, please only query @PlatformHelper.isUnderWindowsF... - 01:14 PM User Interface Feature #1811: implement the AJAX client driver
- A.) Today I succeeded to connect to windev01 via remote desktop connection.
I did some tests related to implementati... - 09:27 AM Base Language Feature #1600: provide a conversion option to emit decimal literals using a string literal instea...
- @double@ literals in Java can encode values in source code which cannot be properly represented by the actual @double...
- 02:52 AM Base Language Bug #2250: Conversion error when decimal precision defined on dynamic extent variable
- The change looks good, assuming it fixes the cases at note 1.
04/26/2014
- 05:25 PM Base Language Bug #2250 (Feedback): Conversion error when decimal precision defined on dynamic extent variable
- 05:23 PM Base Language Bug #2250: Conversion error when decimal precision defined on dynamic extent variable
- Please review.
- 12:13 PM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Constantin Asofiei wrote:
> Hynek Cihlar wrote:
> > In Progress the variable initializer doesn't care much about th... - 12:02 PM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Hynek Cihlar wrote:
> In Progress the variable initializer doesn't care much about the declared decimal precision, s... - 02:35 AM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- In Progress the variable initializer doesn't care much about the declared decimal precision, see below....
04/25/2014
- 05:54 PM Base Language Bug #2293 (WIP): Fixing an unfixed extent output parameter causes an error
- 05:49 PM Base Language Bug #2293: Fixing an unfixed extent output parameter causes an error
- Constantin Asofiei wrote:
> Hynek, this one is a little tricky: with output parameters, I think 4GL assumes nothing ... - 01:50 PM Base Language Bug #2293: Fixing an unfixed extent output parameter causes an error
- Hynek, this one is a little tricky: with output parameters, I think 4GL assumes nothing is received from the original...
- 01:44 PM Base Language Bug #2293: Fixing an unfixed extent output parameter causes an error
- The code sample in note 1 is missing parameter qualifier. Below is the corrected version....
- 03:40 AM Base Language Bug #2293: Fixing an unfixed extent output parameter causes an error
- Please post how the converted code for the program on note 1.
- 03:09 PM Base Language Bug #2291 (Closed): Could not resolve closest legacy method for function returning an extent
- 01:12 PM Base Language Bug #2291: Could not resolve closest legacy method for function returning an extent
- Attached is the final change with the fixed code formatting. Committed into bzr revision 10516. No regression test run.
- 03:39 AM Base Language Bug #2291: Could not resolve closest legacy method for function returning an extent
- The change is OK, no regression testing is required. But before releasing it, make sure the code respects the 98-char...
- 03:02 PM User Interface Feature #1811: implement the AJAX client driver
- > 1. In Windows OS the P2J native implementation of interactive client spawn the OS command on a separate console wid...
- 02:51 PM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0425a
1. I really like the new VT100AbstractRenderer. The only change needed is to put the private me... - 12:29 PM User Interface Feature #1811: implement the AJAX client driver
- I did more researches on Windows OS regarding the console standard files redirection.
I have good news. Finally I su... - 09:51 AM User Interface Feature #1811: implement the AJAX client driver
- A. I created a generic abstract class for VT100 renderer.
B. Regarding Windows OS and AJAX interactive client:
... - 12:44 PM Database Feature #1661: support case-sensitive fields in indexes
- Update committed revision 10515 and distributed by mail.
- 12:10 PM Database Feature #1661: support case-sensitive fields in indexes
- There is nothing in your update that affects network/session/context processing, so I would not worry about the Ctrl+...
- 11:20 AM Database Feature #1661: support case-sensitive fields in indexes
- In the second run of the ctrl+c the number of failed test went down by 10. It was not enough so I tested a 3rd time. ...
- 05:52 AM Database Feature #1661: support case-sensitive fields in indexes
- Testing this update based on bzr revision 10512.
The main passed flawlessly (except for the expected "Unexpected EOF... - 10:46 AM Conversion Tools Feature #2251: improve the call graph generation
- Greg Shah wrote:
> Code Review 0425a
>
> I'm fine with the changes. You can check them in and distribute.
Commi... - 09:35 AM Conversion Tools Feature #2251: improve the call graph generation
- Code Review 0425a
I'm fine with the changes. You can check them in and distribute. - 08:51 AM Conversion Tools Feature #2251: improve the call graph generation
- This passed conversion testing and fixes the 107 problem.
- 03:25 AM Base Language Bug #2292: Fix error handling when unfixed extent passed to fixed extent input parameter
- Some notes here:
# the @/home/hc/p34141_Untitled8.ped@ is the actual program name, not some special string (i.e. if ...
04/24/2014
- 05:29 PM Base Language Bug #2293: Fixing an unfixed extent output parameter causes an error
- The following code causes the error _Indeterminate extent is already fixed to a dimension of 2_ in P2J but works with...
- 05:21 PM Base Language Bug #2293 (Closed): Fixing an unfixed extent output parameter causes an error
- 05:09 PM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- I created new issue for the error handling of input fixed extent parameters (as of the note 23), the issue number is ...
- 11:37 AM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Yes, there is. I have an implementation in place, but because of the few secondary issues I found (which some of them...
- 11:00 AM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Is there anything left to do on this task?
- 05:00 PM Base Language Bug #2291 (Feedback): Could not resolve closest legacy method for function returning an extent
- 03:02 PM Base Language Bug #2291: Could not resolve closest legacy method for function returning an extent
- Please review.
- 02:25 PM Base Language Bug #2291: Could not resolve closest legacy method for function returning an extent
- Hynek Cihlar wrote:
> I am attaching a fix which seems to work ok.
OK, leave only the function related change, the ... - 02:22 PM Base Language Bug #2291: Could not resolve closest legacy method for function returning an extent
- Calling a function of extent return type is causing the error "Could not resolve closest legacy method for class XYZ"...
- 02:10 PM Base Language Bug #2291 (Closed): Could not resolve closest legacy method for function returning an extent
- 04:59 PM Base Language Bug #2292: Fix error handling when unfixed extent passed to fixed extent input parameter
- The following code sample causes the error message _Calling procedure /home/hc/p34141_Untitled8.ped cannot input an i...
- 04:54 PM Base Language Bug #2292 (Closed): Fix error handling when unfixed extent passed to fixed extent input parameter
- 02:35 PM Database Feature #2220: dynamic query methods which require implementation
- >I guess you are referring to OPEN QUERY FOR ... cases (as opposed to OPEN QUERY PRESELECT ...),
By preselect queri... - 08:25 AM Database Feature #2220: dynamic query methods which require implementation
- Right. I thought we are talking about only about queries which can be used in OPEN QUERY and forgot that P2JQuery has...
- 08:22 AM Database Feature #2220: dynamic query methods which require implementation
- Stanislav Lomany wrote:
> >Are there any concrete implementations of P2JQuery for which this parameter will not appl... - 06:53 AM Database Feature #2220: dynamic query methods which require implementation
- >Are there any concrete implementations of P2JQuery for which this parameter will not apply (i.e., with which indexIn...
- 01:32 PM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Interesting.
It seems to me that all 4 DISPLAY statements are being output in the same "default" (unnamed) frame... - 11:11 AM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Greg Shah wrote:
> > 3) but if try to display after stream is closed, then all data will shown. I think it's redraw ... - 08:36 AM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- > 3) but if try to display after stream is closed, then all data will shown. I think it's redraw (refresh) all data i...
- 12:31 PM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0424a
This is a very good revision. It is almost there.
1. It looks to me like the majority of the... - 10:46 AM User Interface Feature #1811: implement the AJAX client driver
- Here are the changes for Swing and AJAX interactive process implementation as a result of your first code review.
... - 10:56 AM Base Language Bug #2284 (Closed): Fix parameter initialization
- 10:44 AM Base Language Bug #2284 (Review): Fix parameter initialization
- 10:42 AM Base Language Bug #2284: Fix parameter initialization
- 0417a passed regression testing and was committed to bzr revision 10513.
- 08:57 AM User Interface Feature #1805: add missing UI method support
- > It's a comments to methods Frame.moveToTop() and Frame.moveToBottom(), pointing that they related to tab order. But...
- 04:04 AM User Interface Feature #1805: add missing UI method support
- There are something confusing me.
1. It's a comments to methods @Frame.moveToTop()@ and @Frame.moveToBottom()@, p... - 08:15 AM Conversion Tools Feature #2251: improve the call graph generation
- I managed to convince myself that the feature which allows empty string array hints to disambiguate a call-site was p...
04/23/2014
- 07:14 PM Base Language Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- After investigation about problem in @display@ while stream is opened, I've found next problem:
1) if output stream ... - 06:56 PM Database Feature #2220: dynamic query methods which require implementation
- Yes, I see. The conversion seems correct, but the sort clause is lossy in this case, with respect to the selected ind...
- 06:28 PM Database Feature #2220: dynamic query methods which require implementation
- > I would like to avoid passing additional information into the constructor for the index in use, because we essentia...
- 03:59 PM Database Feature #2220: dynamic query methods which require implementation
- Stanislav Lomany wrote:
> About @deleteResultListEntry@ - it can be applied to
> 1. queries with preselected resul... - 03:32 PM Database Feature #2220: dynamic query methods which require implementation
- Stanislav Lomany wrote:
> @createResultListEntry@ doesn't present in the customer project. Should I implement it?
N... - 03:09 PM Database Feature #2220: dynamic query methods which require implementation
- Stanislav Lomany wrote:
> Eric, some issues about @indexInformation@:
> 3. For static queries I see three ways of s... - 02:48 PM Database Feature #2220: dynamic query methods which require implementation
- About @deleteResultListEntry@ - it can be applied to
1. queries with preselected result set
2. scrolling queries o... - 02:50 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- I have attached update vmn_upd20140423a.zip and examples of hints and conversion results vmn_upd20140423b.zip. The co...
- 01:21 PM Database Feature #1661: support case-sensitive fields in indexes
- Ovidiu Maxiniuc wrote:
> I observed that some code is duplicated (TempTableHelper:516-527 and P2JH2Dialect:795-805).... - 01:00 PM Database Feature #1661: support case-sensitive fields in indexes
- Eric Faulhaber wrote:
> * Why was the change to schema/fixups.xml needed? Does the @kw_case_sen@ token appear anywhe...
04/22/2014
- 03:58 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Vadim Nebogatov wrote:
> Remaining issue is escaping schema name. It is not used in DDL, so I try to understand now ... - 03:49 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- I have attached first results: update vmn_upd20140422a.zip contains example of new hints and corresponding DDL files....
- 01:03 PM User Interface Feature #1811: implement the AJAX client driver
- Please see the @Test and Development Systems@ section.
- 01:01 PM User Interface Feature #1811: implement the AJAX client driver
- Sorry I have this file on my machine but I cannot find any instructions regarding the customer's Windows 4GL Developm...
- 12:51 PM User Interface Feature #1811: implement the AJAX client driver
- > I have no idea how Progress 4GL runs on Windows OS.
> So far I have access only on the customer server but the Pro... - 12:00 PM User Interface Feature #1811: implement the AJAX client driver
- I have no idea how Progress 4GL runs on Windows OS.
So far I have access only on the customer server but the Progre... - 12:32 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- Yes I tested on all 3 ChUI client types in Linux and in Windows OS.
- 11:20 AM User Interface Feature #1788: implement define rectangle and rectangle widget support
- Code Review 0416a
This is really good. Have you tested it on all 3 ChUI client types?
1. In @frame_generator.x... - 11:53 AM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- The 0421a update has passed conversion regression testing. Now performing runtime testing.
- 10:06 PM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- Regression testing again showed an unwanted change with the 0420a update. Previously,...
- 11:05 AM Database Feature #2290: enhance SchemaDictionary to store context-local information for dynamic queries
- Currently, a new @SchemaDictionary@ instance is created for each context (see @SchemaDicitonary.localInstance@, which...
- 10:53 AM Database Feature #2290 (New): enhance SchemaDictionary to store context-local information for dynamic queries
- 07:57 AM Database Bug #2219: problematic dynamic query test cases
- Stanislav Lomany wrote:
> > The problem here is that a dynamic resource can survive a procedure ran persistent - ple... - 07:20 AM Database Bug #2219: problematic dynamic query test cases
- > The problem here is that a dynamic resource can survive a procedure ran persistent - please test what happens if yo...
- 02:50 AM Database Bug #2219: problematic dynamic query test cases
- Stanislav Lomany wrote:
> The issue is caused by an unclosed implicit transaction opened by a query. It doesn't caus...
04/21/2014
- 04:06 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Processed formats: @"%s_timestamp"@, @"%s_offset"@, @"alter table %s alter column %s %s as %s;"@
Actually only tw... - 03:35 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- Some more changes implemented: ...
- 01:37 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- The non-WHERE clause related conversion errors are being managed in #2288. The scope of this task is now just the WHE...
- 01:31 PM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- It probably makes sense to note the status of this task in #18 and to move that task into the Database project. It ma...
- 01:13 PM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- Greg Shah wrote:
> Not that you were asking, but I am fine with the changes.
OK, the feedback is helpful, particula... - 12:49 PM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- Code Review 0420a
Not that you were asking, but I am fine with the changes.
Are the remaining portions of #18 o... - 11:20 AM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- Regression testing indicated that this change had the useful side effect of fixing some queries that were selecting t...
- 12:07 PM Database Bug #2219: problematic dynamic query test cases
- The issue is caused by an unclosed implicit transaction opened by a query. It doesn't cause an error for static queri...
- 11:38 AM User Interface Feature #1811: implement the AJAX client driver
- Code Review 0417a
1. Java_com_goldencode_terminal_NativePty_shell() in shell.c has some possible resource leaks:
...
04/20/2014
- 12:21 PM Database Feature #1661: support case-sensitive fields in indexes
- Eric Faulhaber wrote:
> * DynamicQueryHelper: why have you added back the @WorkArea.permSchemasLoaded@ flag? Perhaps... - 10:17 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- Eric, no problems, it is not an issue already.
It seems approach with using Hybernate's backticks is good and I a...
04/19/2014
- 02:46 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Vadim Nebogatov wrote:
> The question concerning using @escape@ attribute.
>
> Should it be done on the level of... - 09:24 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- The reason for this feature is that some customers (as for the current project) want to use names where case is relev...
- 02:43 PM Database Bug #2285 (Closed): Regression when converting the server sources: null annotation
- 09:51 AM Database Bug #2285: Regression when converting the server sources: null annotation
- Update vmn_upd20140416a.zip committed to bzr rev.10512 and distributed.
- 10:19 PM Database Bug #2285: Regression when converting the server sources: null annotation
- With this fix, the NullPointerException (the 1st problem in note 1 above) no longer occurs. I don't see the other pro...
- 02:32 PM Database Feature #2258 (Closed): retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime suppor...
- 01:38 PM Database Feature #2220: dynamic query methods which require implementation
- Guys, about @deleteResultListEntry@ - how it should be implemented? My idea is to make query-specific list of recids ...
- 10:27 PM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- The attached update, based on some of Vadim's findings documented in #18 (note 9), resolves the issue.
04/18/2014
- 07:21 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- I am trying to implement @escape@ support using Hybernate's backticks @`@ for columns with escape hint. In this case ...
- 06:15 PM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- Update vmn_upd20140409a.zip passed regression and distributed. Bzr revision is 10511.
- 05:52 PM Database Feature #1661: support case-sensitive fields in indexes
- Code review 20140416b:
Nice functional update (and a lot of code cleanup as well). Some issues/questions:
* Why... - 01:26 PM Database Feature #1661: support case-sensitive fields in indexes
- I believe the current update passed the test. The only issues were:
* ctrlc_01_session5: Expected '' (0x0000 at rela... - 04:23 PM Database Bug #2285: Regression when converting the server sources: null annotation
- Code review 20140416a:
The changes look OK to me. Please do a regular conversion regression test.
I will run a ... - 02:28 PM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- Seems it started off that way, though in the history, #18 only describes the inequality comparisons with true/false, ...
- 02:10 PM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- Is this the same as #18?
- 12:57 AM Base Language Bug #2288: incorrect conversion and results for unknown value comparisons
- Consider the following 4GL test (testcases/uast/unknown-comparison2.p):...
- 12:30 AM Base Language Bug #2288 (Closed): incorrect conversion and results for unknown value comparisons
- 11:48 AM Database Feature #2220: dynamic query methods which require implementation
- Constantin, yes, for static query it for some reason requires explicit fields specifications while works fine for dyn...
- 11:21 AM Database Feature #2220: dynamic query methods which require implementation
- Stanislav, if I'm putting your example into a @OPEN QUERY@ case, the code can not compile in 4GL - it says that @f2@ ...
- 09:15 AM Database Feature #2220 (WIP): dynamic query methods which require implementation
- Eric, some issues about @indexInformation@:
1. There may be some differences in index selection rules with 4GL, e.g.... - 03:06 AM Base Language Bug #2284: Fix parameter initialization
- Hynek Cihlar wrote:
> Attached is the fix for the above two initialization issues, *please review*. Regression test ...
04/17/2014
- 05:22 PM Database Feature #1661: support case-sensitive fields in indexes
- The update almost passed the full-regression testing, 3 tests failed:
* ctrlc_11_session1/3/4: because some semaphor... - 04:05 PM Base Language Bug #2284: Fix parameter initialization
- It turns out I was running the P2J conversion without the proper version defined, i.e. with the default 9.0C as Const...
- 10:15 AM Base Language Support #2234 (Closed): test and fix native API support on Windows
- 08:48 AM Base Language Feature #2287: implement missing type conversion for POLY cases in data type wrapper assign method
- There are polymorphic functions (FUNC_POLY), attributes (ATTR_POLY) and methods (METH_POLY) in the 4GL. These are bu...
- 07:53 AM User Interface Feature #1811: implement the AJAX client driver
- 1. Use ansi STARTUPINFO on shell_win.c
2. Merge changes on build.xml. - 03:47 AM User Interface Feature #2286 (WIP): design and implement basic GUI window widget support
04/16/2014
- 06:59 PM Base Language Feature #2287: implement missing type conversion for POLY cases in data type wrapper assign method
- Several data type wrapper implementations have TODOs in @assign(BaseDataType value, boolean force)@, as in the follow...
- 06:47 PM Base Language Feature #2287 (Closed): implement missing type conversion for POLY cases in data type wrapper ass...
- 02:39 PM User Interface Feature #2252: implement GUI client support
- The first step in creating GUI support is to implement #2286, which is support for the creation and display of a GUI ...
- 02:35 PM Database Bug #2285: Regression when converting the server sources: null annotation
- Attached @vmn_upd20140416a.zip@ fixes first exception. It is possible some more errors also will be fixed. Attached @...
- 02:24 PM User Interface Feature #2286: design and implement basic GUI window widget support
- Put all details in the parent task #2252.
- 02:23 PM User Interface Feature #2286 (Closed): design and implement basic GUI window widget support
- 01:51 PM User Interface Feature #1788 (Review): implement define rectangle and rectangle widget support
- Final RECTANGLE implementation code.
- 03:26 AM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- Regression 20140415_154604 completed. 3 tests failed:
1. tc_job_002 FAILED failure in step 40: 'Unexpected EOF in ...
04/15/2014
- 09:36 AM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Update for review.
- 07:22 AM User Interface Feature #1788: implement define rectangle and rectangle widget support
- An uast test having dynamic color assignments.
- 05:19 AM User Interface Feature #1788: implement define rectangle and rectangle widget support
- 1. Add new options for DEFINE RECTANGLE like DCOLOR, PFCOLOR, BGCOLOR, FGCOLOR, TOOLTIP.
BGCOLOR, FGCOLOR and TOO...
04/14/2014
- 03:18 PM Database Bug #2285 (WIP): Regression when converting the server sources: null annotation
- -------- Original Message --------
Subject: regression when converting the server sources
Date: Mon, 14 Apr 2014 ... - 03:17 PM Database Bug #2285 (Closed): Regression when converting the server sources: null annotation
- 03:15 PM Base Language Bug #2284: Fix parameter initialization
- The original source suggests that Progress 9.0C version behaves differently in respect to the parameter initializatio...
- 01:41 AM Base Language Bug #2284: Fix parameter initialization
- Hynek Cihlar wrote:
> Note that the file @variable_definitions.rules@ contained logic of Progress V9.0C. I removed t... - 02:50 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- I fixed a bug related to colours drawing on RECTANGLE widget according to my latest tests.
- 01:23 PM User Interface Feature #1788: implement define rectangle and rectangle widget support
- Here is the RECTANGLE widget implementation for character interface and some remarks.
1. The implemented options f... - 05:12 AM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Stanislav Lomany wrote:
> Constantin, is there a simple way do determine that the specific context is run using an a... - 04:59 AM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Constantin, is there a simple way do determine that the specific context is run using an agent?
- 02:20 AM Base Language Bug #2283: Appserver persistence-related abend on subsequent connect
- Stanislav, if you look into the @TM.resettables@ list, there are two @BufferManager@ instances, when it should have b...
04/13/2014
- 05:35 PM Base Language Bug #2284: Fix parameter initialization
- Attached is the fix resolving the found parameter initialization issues.
Note that the file @variable_definitions... - 04:23 PM Base Language Bug #2284 (WIP): Fix parameter initialization
- 04:04 PM Base Language Bug #2284: Fix parameter initialization
- The following are the cases where the variable initialization fails.
* Components of an indeterminate unfixed extent... - 03:29 PM Base Language Bug #2284 (Closed): Fix parameter initialization
- 05:22 PM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- tc_job_clock_002 test fails each time because of timeout error:
failure in step 20: 'timeout before the specific s... - 02:49 PM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- Since tc_job_clock_002 has failed each time, have you checked the server.log to see if there is a real regression? Ha...
- 01:47 PM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- Regression 20140413_095429 completed. 6 tests failed, including
tc_job_002
tc_job_clock_002
Will start regre... - 04:21 PM Base Language Bug #2133: fix precision for decimal, dynamic-extent variables
- Because the problem of parameter initialization goes beyond the extents, I created a separate issue for it. See #2284.
- 02:40 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- The question concerning using @escape@ attribute.
Should it be done on the level of overriding normalizer.normalize...
04/12/2014
- 04:44 AM Base Language Bug #2283: Appserver persistence-related abend on subsequent connect
- Testcase (@called.p@):...
- 04:38 AM Base Language Bug #2283 (Closed): Appserver persistence-related abend on subsequent connect
- 08:47 PM Database Feature #2282 (Hold): make number of pattern engine instances per conversion profile configurable
- Currently, we create one pattern engine instance per conversion profile (e.g., schema/p2o, annotations/annotations, e...
- 08:25 PM Database Feature #2282 (Hold): make number of pattern engine instances per conversion profile configurable
- 08:23 PM Database Feature #2276 (Closed): create a work queue of PatternEngine instances for runtime conversion tasks
- The attached update has passed regression testing and is committed to bzr rev. 10510.
04/11/2014
- 05:09 PM Database Feature #1661: support case-sensitive fields in indexes
- Intermediary update, not fully tested.
Changes:
Added case-sensitive attribute in @P2JField@.
Added @caseSensitive... - 02:43 PM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- Regression 20140411_102011 completed. 3 tests failed:
1. tc_job_002 FAILED failure in step 40: 'Unexpected EOF in ... - 02:25 PM Database Feature #2148: enhance prototype to compile p2jpl.jar file with IKVMC into .NET assembly and load...
- Using the attached om_upd20140314a.zip, almost all methods and functions have full support for MSSQL (the fully imple...
04/10/2014
- 03:26 PM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- Regression 20140410_105536 completed. 3 tests failed:
1. tc_job_002 FAILED failure in step 40: 'Unexpected EOF in ... - 12:50 AM Database Feature #2258 (Test): retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support ...
- 12:46 AM Database Feature #2258: retrofit BUFFER-COPY and BUFFER-COMPARE language statement runtime support to use ...
- Code review 20140409a:
The update looks good. Please regression test. - 03:18 PM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Stanislav Lomany wrote:
> Where should we "keep" the values - in the global scopes (should we add them?) of scoped d... - 12:49 PM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- > I think the problem is here. When an appserver procedure is ran persistent and its topmost scope is finished, I thi...
- 09:44 AM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Stanislav Lomany wrote:
> Note that topmost scope for the external procedure is also deleted.
I think the problem i... - 08:39 AM Base Language Feature #2184: create and populate the temp-table on the remote side, based on the received metad...
- Guys, consider an external persistent procedure and a buffer scoped to that procedure. When we call an internal proce...
- 02:51 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- Yes and yes.
- 01:41 PM Database Feature #2281: enhance schema name conversion to support literal replacements
- The question concerning fields with extent.
Would be possible using denormalization hints along with literal replac... - 10:55 AM Database Feature #2281 (WIP): enhance schema name conversion to support literal replacements
- 12:39 AM Database Feature #2281: enhance schema name conversion to support literal replacements
- We need to enhance the schema hint syntax to allow the name conversion algorithms to be bypassed entirely, such that ...
- 12:14 AM Database Feature #2281 (Closed): enhance schema name conversion to support literal replacements
- 01:31 PM Base Language Feature #1634: implement full native library (.so or DLL) support
- The @evl_upd20140403b.zip@ has been committed into bzr as 10509.
- 01:00 PM Base Language Feature #1634: implement full native library (.so or DLL) support
- Today I have got completely passed CTRL-C session tests(2-way and 3-way in single passed run). So I have started the ...
Also available in: Atom