Activity
From 11/22/2021 to 12/21/2021
12/21/2021
- 03:49 PM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Constantin Asofiei wrote:
> OK, please run this program in OE, with Windows Chui, Windows GUI, and Linux Chui, save... - 02:41 PM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Vladimir Tsichevski wrote:
> Constantin Asofiei wrote:
> > OK, please run this program in OE, with Windows Chui, W... - 02:32 PM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Constantin Asofiei wrote:
> OK, please run this program in OE, with Windows Chui, Windows GUI, and Linux Chui, save... - 12:45 PM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- OK, please run this program in OE, with Windows Chui, Windows GUI, and Linux Chui, save the output and commit it to ...
- 12:38 PM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Currently FWD behaves differently:
1. 0 -> 768 instead of 0 -> -1
2. 1-31 -> -1 instead of no change
3. 127-223 ... - 11:10 AM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Yes, I forgot to mention that I removed the a-z case, as that is a false negative.
- 11:09 AM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Constantin Asofiei wrote:
> Vladimir, the changes look good. My problem is that if I test all ASCII codes (with exte... - 09:18 AM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Vladimir, the changes look good. My problem is that if I test all ASCII codes (with extended):...
- 09:01 AM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- Sergey/Hynek/Constantin: Please review.
- 08:42 AM User Interface Bug #5887 (Review): NPE when applying "SHIFT-V" event
- Fixed in 3821c rev. 13295.
- 03:48 PM User Interface Bug #5918: KEY-CODE for SHIFT-x labels
- This issue is related to return values of the @KEY-CODE@ 4gl function when the function argument starts with the @SHI...
- 03:33 PM User Interface Bug #5918 (New): KEY-CODE for SHIFT-x labels
- 02:43 PM Conversion Tools Bug #5917 (Closed): ReportDriver abend
- No worries!
- 02:37 PM Conversion Tools Bug #5917: ReportDriver abend
- Greg Shah wrote:
> Fixed in 3821c revision 13296.
>
> Ovidiu: Please review.
I am OK with the fix. I tested the ... - 01:58 PM Conversion Tools Bug #5917: ReportDriver abend
- There was a bug when the new syntax was used and only non-options are specified. I put some safety code to end the @...
- 01:56 PM Conversion Tools Bug #5917 (Review): ReportDriver abend
- Fixed in 3821c revision 13296.
Ovidiu: Please review. - 01:20 PM Conversion Tools Bug #5917: ReportDriver abend
- I get the following when trying to generate reports for Hotel GUI (@ant rpt@):...
- 01:19 PM Conversion Tools Bug #5917 (Closed): ReportDriver abend
- 01:15 PM Database Bug #5912: improve FastFindCache memory consumption
- Constantin Asofiei wrote:
> The RecordIdentifier instance remains referenced by @reverseLookup@ (as a weak key) an... - 12:23 PM Database Bug #5912: improve FastFindCache memory consumption
- Eric Faulhaber wrote:
> Constantin Asofiei wrote:
> > Another problem is @reverseLookup@ - the average cache size i... - 12:01 PM Database Bug #5912: improve FastFindCache memory consumption
- Constantin Asofiei wrote:
> Another problem is @reverseLookup@ - the average cache size is 10k, and the size is the ... - 11:52 AM Database Bug #5912: improve FastFindCache memory consumption
- Another problem is @reverseLookup@ - the average cache size is 10k, and the size is the same as the modCount value. ...
- 08:52 AM Database Bug #5912: improve FastFindCache memory consumption
- Ovidiu, I think we need to call @ffCache.invalidate(getDmoInfo().getId(), multiplexID);@ in case of temp-tables, in @...
- 07:33 AM Database Bug #5912: improve FastFindCache memory consumption
- The cache in FastFindCache is a basic map, which keeps accumulating; I think some invalidation cases were missed.
... - 07:28 AM Database Bug #5912 (Closed): improve FastFindCache memory consumption
- 11:51 AM Database Support #4701: try to improve H2 transaction commit performance
- https://groups.google.com/d/msgid/h2-database/18e458764a6d810175c894090e53b181541cfebd.camel%40manticore-projects.com...
- 07:40 AM User Interface Bug #5118: TREELIST widget issues
- h2. When widget is focused, the selected row must render differently
In original OCX, a dotted rectangle is drawn ...
12/20/2021
- 02:25 PM Base Language Bug #5909: Problem with conversion of STRING(char. char)
- The Java replacement for 4GL builtin function @STRING()@ is @valueOf()@. The converted code is correct.
If there ... - 02:23 PM Base Language Bug #5909: Problem with conversion of STRING(char. char)
- It seems that we have a problem with the conversion of the @STRING(chat, char)@ 4GL function when the expression is *...
- 02:23 PM Base Language Bug #5909 (New): Problem with conversion of STRING(char. char)
- 05:43 AM User Interface Feature #5767: in virtual desktop mode, we should disallow the user from moving a window outside ...
- Actually, dragging a window outside the desktop is useful in some cases. Consider a modal window covering most of the...
12/16/2021
- 10:35 AM User Interface Bug #5899 (Closed): FRAME set X: incompatible types error
12/15/2021
- 04:45 PM Base Language Bug #5901: at least some 4GL warnings need to process differently when the current scope has a ca...
- A note on @catch@: if the exception thrown does not match the one caught by the statement, the error is "swallowed". ...
- 03:58 PM Base Language Bug #5901: at least some 4GL warnings need to process differently when the current scope has a ca...
- In #5765-41, Ovidiu was testing the @find-*@ methods of buffer. He found this:
> It looks like there are 4 cases,... - 03:49 PM Base Language Bug #5901 (New): at least some 4GL warnings need to process differently when the current scope ha...
- 12:16 PM User Interface Bug #5899: FRAME set X: incompatible types error
- Greg Shah wrote:
> I vaguely recall that we may have excluded the @setX(int)@/@setY(int)@ on purpose, but I can't co... - 11:45 AM User Interface Bug #5899: FRAME set X: incompatible types error
- I vaguely recall that we may have excluded the @setX(int)@/@setY(int)@ on purpose, but I can't come up with the speci...
- 11:17 AM User Interface Bug #5899: FRAME set X: incompatible types error
- Regression caused by 13278 fixed in rev. 13279.
@KeyReader@: missing implementation methods added: @setX(int)@, @s... - 09:52 AM User Interface Bug #5899 (Review): FRAME set X: incompatible types error
- Fixed in 3821c rev. 13278. Please, review.
- 09:25 AM User Interface Bug #5899 (WIP): FRAME set X: incompatible types error
- 08:26 AM User Interface Bug #5899: FRAME set X: incompatible types error
- ...
- 08:23 AM User Interface Bug #5899 (Closed): FRAME set X: incompatible types error
12/14/2021
- 02:08 PM Database Bug #5891: denormalized properties of extent field cause NPE when accessing attributes of buffer ...
- Here is a testcase which will fail with NPE, as described above:...
- 10:10 AM Runtime Infrastructure Feature #5896: enhance legacy REST support to provide better pure Java development
- This is an extension to the existing 4GL compatible REST services. Hand-written Java code that is running in the FWD...
- 10:07 AM Runtime Infrastructure Feature #5896 (WIP): enhance legacy REST support to provide better pure Java development
12/13/2021
- 05:28 PM Database Bug #5891: denormalized properties of extent field cause NPE when accessing attributes of buffer ...
- While testing the small fix for #5890 I encountered the issue described below. It manifested only in my testcase - no...
- 05:14 PM Database Bug #5891 (New): denormalized properties of extent field cause NPE when accessing attributes of b...
12/09/2021
- 04:30 PM User Interface Bug #5887 (WIP): NPE when applying "SHIFT-V" event
- 12:36 PM User Interface Bug #5887: NPE when applying "SHIFT-V" event
- The following test program:...
- 12:22 PM User Interface Bug #5887 (Closed): NPE when applying "SHIFT-V" event
- 10:27 AM Base Language Feature #4065: server-side processing of client platform dependencies
- A key part of the solution will be to implement a server-side object instead of the normal client-side remote proxy t...
12/08/2021
- 02:49 PM Database Feature #5883: use UUIDs to associate locations in the converted source code with lock operations
- In #5290, a customer is has orphaned locks. They are on a very old FWD version and we don't know if the problems are...
- 02:27 PM Database Feature #5883 (New): use UUIDs to associate locations in the converted source code with lock oper...
- 06:02 AM Database Support #4701: try to improve H2 transaction commit performance
- I did a quick profiling for H2's new release (202) (cold tests left, warm tests right):
!profile_202.png!
The...
12/07/2021
- 07:26 AM User Interface Bug #5214 (Closed): Broken z-order for all driver widgets (including SPREADSHEET, HTML-BROWSER, e...
- 05:08 AM User Interface Bug #5214 (Review): Broken z-order for all driver widgets (including SPREADSHEET, HTML-BROWSER, e...
- I think this can be closed as #5688 was a customer specific issue which reproduced #5214-1 and it was fixed.
- 05:13 AM User Interface Bug #5875: Initial screen-value of a formatted empty string is incorrect
- The following testcase shows incorrect initial screen-value:...
- 05:10 AM User Interface Bug #5875 (New): Initial screen-value of a formatted empty string is incorrect
12/06/2021
- 12:31 PM Database Bug #5440: finish DatabaseManager refactoring for implicit/explicit connections
- I had been attempting to configure a project for multiple databases, and had (incorrectly) configured the directory w...
- 08:19 AM Conversion Tools Feature #4105 (Closed): improve flexibility of schema loading
- 07:45 AM User Interface Bug #5872: Scrollbar thumb button wrong size
- The scroll bar thumb button is calculated smaller in FWD than it should be. It can be seen in @uast/demo/demo_widgets...
- 07:44 AM User Interface Bug #5872 (New): Scrollbar thumb button wrong size
12/02/2021
- 05:17 PM Database Bug #5867: today and now initial values are not handled correctly in DmoMeta.existingFields map
- In 3821c/13236, I modified @DmoMeta@ to store a map of @P2JFields@ (by property name), for use in defining dynamic te...
- 05:07 PM Database Bug #5867 (New): today and now initial values are not handled correctly in DmoMeta.existingFields...
11/29/2021
- 12:27 PM Database Support #4701: try to improve H2 transaction commit performance
- FYI, H2 version 2.0.202 was released November 25, 2021. I noticed these two items which are relevant to us in the cha...
11/25/2021
- 08:59 AM Conversion Tools Feature #4105: improve flexibility of schema loading
- Just name the @.df@ files differently (even if they have the same logical db names) and they can all be placed at once.
11/24/2021
- 09:25 AM Conversion Tools Feature #4105: improve flexibility of schema loading
- Greg Shah wrote:
> I don't understand why the @.df@ files have to be in sub-directories. You are only laying down t... - 08:34 AM Conversion Tools Feature #4105: improve flexibility of schema loading
- I don't understand why the @.df@ files have to be in sub-directories. You are only laying down the @.df@ files neede...
- 08:32 AM Conversion Tools Feature #4105: improve flexibility of schema loading
- Why do you need 2 @p2j.cfg.xml@ files?
- 08:16 AM Conversion Tools Feature #4105: improve flexibility of schema loading
- Greg Shah wrote:
> I think we may have some hard coded assumptions that everything is in the @data/@ directory. You... - 05:10 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Done in 3821c Revision 13186 as part of the fix for #5823.
Code review 3821c revisio...
11/23/2021
- 05:06 PM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Hynek Cihlar wrote:
> > > Vladimir Tsichevski wrote:
> > > >... - 09:24 AM Conversion Tools Feature #4105: improve flexibility of schema loading
- I think we may have some hard coded assumptions that everything is in the @data/@ directory. You should move away fr...
- 08:48 AM Conversion Tools Feature #4105: improve flexibility of schema loading
- Greg Shah wrote:
> > I do not have a solution for the directory hints. AFAIK, their name is fixed.
>
> We have no... - 08:19 AM Conversion Tools Feature #4105 (Review): improve flexibility of schema loading
- Code Review Task branch 3821c Revision 13194
It looks good.
Eric: Please review.
11/22/2021
- 06:51 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- I have just committed revision 13194.
It contains support for 'unloading' a schema/database for a source-file or ... - 06:40 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- > I do not have a solution for the directory hints. AFAIK, their name is fixed.
We have no solution for this. For... - 06:30 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- Roger,
The truth is: the project is quite complex.
For the different file lists, I think you can create one for e... - 05:57 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- Made minor edit to the directory names, which were wrong.
- 05:54 PM Conversion Tools Feature #4105: improve flexibility of schema loading
- I had tried to add Ovidiu as a watcher to #4212 so I could pose a configuration question in there, but I can ask here...
- 02:24 PM Runtime Infrastructure Bug #5388 (Closed): handshake failure while testing customer app
- 12:11 PM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Greg Shah wrote:
> Igor: What is the status of this task?
I understand that it is fixed. - 11:55 AM Runtime Infrastructure Bug #5388: handshake failure while testing customer app
- Igor: What is the status of this task?
Also available in: Atom