Activity
From 07/02/2021 to 07/31/2021
07/30/2021
- 05:43 PM User Interface Bug #4130: FWD truncates decimal part instead of rounding when displaying
- I looked over these @uast/format_string@ tests, and got them running on @3821c_12737@. There are errors being reporte...
07/29/2021
- 09:36 AM Base Language Bug #2375 (WIP): fix the memptr initialization (in extent) and memptr parameter processing
- 07:38 AM Database Feature #5491: custom locale/collation implementations
- I do not know why are those created. The @locale-gen@ seems a bit buggy to me; or at least the command-line help/manu...
- 10:17 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu, I added the following to my @/etc/locale.gen@ file:...
- 07:21 AM User Interface Bug #5570: properly support keyboard input for multi-byte charsets
- FWD does not properly map UTF-8 characters to key codes as 4GL uses a rather raw bitstring representation. Consider @...
- 07:07 AM User Interface Bug #5570 (New): properly support keyboard input for multi-byte charsets
07/28/2021
- 03:36 PM Database Feature #5491: custom locale/collation implementations
- Also, please apply the needed changes to Hotel GUI and Hotel ChUI.
- 03:35 PM Database Feature #5491: custom locale/collation implementations
- Please send an email to the entire team to explain the changes needed to move to rev 12732.
- 03:25 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Starting with r12732, the collation provider was renamed to @FwdCollatorProvider@ and the j... - 03:17 PM Database Feature #5491: custom locale/collation implementations
- Starting with r12732, the collation provider was renamed to @FwdCollatorProvider@ and the jar @fwdspi.jar@.
Starting... - 08:08 AM Database Feature #5491: custom locale/collation implementations
- In Java 11, the SPI will load from the classpath. When we work the move to Java 11, this will be part of the work.
- 07:59 AM Database Feature #5491: custom locale/collation implementations
- @jrunscript@ is deprecated and will be removed in a future JDK. At the same time @lib/ext@ mechanism is already dropp...
- 07:51 AM Database Feature #5491: custom locale/collation implementations
- I prefer to avoid @jrunscript@ because it is an additional dependency which then must be configured/maintained. For ...
- 06:49 AM Database Feature #5491: custom locale/collation implementations
- Here is a solution:...
- 11:47 AM Runtime Infrastructure Support #5568: implement application-specific TERMINFO database overrides
- In "setup a private TERMINFO database":https://invisible-island.net/ncurses/ncurses.faq.html#home_terminfo there are ...
- 11:31 AM Runtime Infrastructure Support #5568 (Test): implement application-specific TERMINFO database overrides
- 11:10 AM Runtime Infrastructure Support #5567: move FWD to Java 11
- Make the changes needed to move everything (conversion, data import, runtime...) to Java 11.
"Java 9 Release Notes... - 09:49 AM Runtime Infrastructure Support #5567 (Closed): move FWD to Java 11
07/27/2021
- 05:15 PM Database Feature #5491: custom locale/collation implementations
- > We need to locate this directory first. Is there are OS level setting for it or we need to manipulate the path of @...
- 05:08 PM Database Feature #5491: custom locale/collation implementations
- Starting in Java 9, we will be able to load it from the classpath so this will "go away". We will be moving from Jav...
- 04:28 PM Database Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> I would think you should be able to include a colon-separated (or semi-colon separated on Wi... - 04:24 PM Database Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> I would think you should be able to include a colon-separated (or semi-colon separated on Wi... - 04:07 PM Database Feature #5491: custom locale/collation implementations
- I guess that we need to add the JRE's ext dir into the dir list that is passed so that both the JRE ext dir and our c...
- 04:05 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> The @-Djava.locale.providers=SPI,JRE@ seems to be irrelevant I did not notice any change in... - 04:01 PM Database Feature #5491: custom locale/collation implementations
- The @-Djava.locale.providers=SPI,JRE@ seems to be irrelevant I did not notice any change in behaviour regardless of i...
- 01:25 PM User Interface Bug #5564: Prevent unnecessary triggers to destroyed widgets
- Constantin Asofiei wrote:
> Roger Borrello wrote:
> > Issue #5552 has been updated by Hynek Cihlar.
> >
> > Are ... - 01:12 PM User Interface Bug #5564: Prevent unnecessary triggers to destroyed widgets
- Roger Borrello wrote:
> Issue #5552 has been updated by Hynek Cihlar.
>
> Are the key input events already on the... - 12:03 PM User Interface Bug #5564: Prevent unnecessary triggers to destroyed widgets
- Issue #5552 has been updated by Hynek Cihlar.
Are the key input events already on the event queue, when the widget... - 11:57 AM User Interface Bug #5564: Prevent unnecessary triggers to destroyed widgets
- This patch was added in 3821c revisions 12710 and 12714:...
- 11:46 AM User Interface Bug #5564 (New): Prevent unnecessary triggers to destroyed widgets
- 12:36 PM Database Support #5183: database collation
- I do not think this is a problem. Please follow this steps:
# edit @/etc/locale.gen@ (as root) and uncomment @en_US.... - 11:44 AM Database Support #5183: database collation
- > Isn't this enough?
It is enough for any customer that is able to implement the custom locales. It won't work fo... - 10:55 AM Database Support #5183: database collation
- With latest FWD support for locale/collations, if the PG cluster is created like this:...
- 06:20 AM Database Support #5183 (WIP): database collation
- 06:18 AM Database Support #5183: database collation
- I would like to have the same 8859-1 analysis done for the other two codepages/collations which we are supporting (88...
- 06:11 AM Database Support #5183: database collation
- I reviewed the page and it is good for the initial purpose of this task. I've sent the customer the link.
We have...
07/26/2021
- 07:05 PM Database Feature #5491: custom locale/collation implementations
- In "Loading a Custom TimeZone Provider in Java 8":https://stackoverflow.com/questions/58937553/loading-a-custom-timez...
- 03:09 PM Database Feature #5491: custom locale/collation implementations
- Greg Shah wrote:
> I agree this would be preferred. On the other hand, I wonder if there is a way to eliminate this... - 02:49 PM Database Feature #5491: custom locale/collation implementations
- > Is this best scripted into @install_spawner.sh@ (even though that name wouldn't be accurate)?
No, this is too c... - 02:32 PM Database Feature #5491: custom locale/collation implementations
- I do not think this is a problem: @p2jspi.jar@ will provide @en_US_P2J@ via @P2JCollatorProvider@ and @fwdspi.jar@ wi...
- 02:32 PM Database Feature #5491: custom locale/collation implementations
- I'd like a "safe" way to update the @fwdspi.jar@ file. Is this best scripted into @install_spawner.sh@ (even though t...
- 02:28 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> Ovidiu Maxiniuc wrote:
> > Is this a good time to rename @p2jspi.jar@ to @fwdspi.jar@?
>
... - 02:17 PM Database Feature #5491: custom locale/collation implementations
- We can't just search and replace. We must leave the older docs in place and just explain the difference starting wit...
- 02:01 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Is this a good time to rename @p2jspi.jar@ to @fwdspi.jar@?
I don't have an objection, b... - 01:53 PM Database Feature #5491: custom locale/collation implementations
- Is this a good time to rename @p2jspi.jar@ to @fwdspi.jar@?
- 10:22 AM Base Language Bug #4978: Static method call in base class
- Greg Shah wrote:
> >> @and not(parent.parent.type == prog.object_invocation and parent.parent.firstChild.type == pro... - 08:32 AM Base Language Bug #4978: Static method call in base class
- >> @and not(parent.parent.type == prog.object_invocation and parent.parent.firstChild.type == prog.class_event)@
>
... - 08:12 AM Conversion Tools Bug #5557 (Closed): Direct Java conversion: incorrect method call argument conversion
- 04:15 AM Database Support #5183 (Review): database collation
- This issue became primarily about documenting the differences in database collation between the legacy environment an...
07/25/2021
- 05:28 AM Base Language Bug #4978: Static method call in base class
- There is a weird bug with the changes from @convert/oo_calls.rules@, in 12645. This code:...
07/23/2021
- 05:12 PM Conversion Tools Bug #5557 (Review): Direct Java conversion: incorrect method call argument conversion
- 02:20 PM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- This seems to work:...
- 02:09 PM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- Vladimir Tsichevski wrote:
> Do you mean the extra semicolon after the @while(..)@ ? I can only fix this manually in... - 02:00 PM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- Constantin Asofiei wrote:
> The question about if you can work around this still stands.
Do you mean the extra se... - 12:26 PM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- Actually, the test above converts OK (I was missing the @<> ?@ right-side operand).
The question about if you can ... - 12:21 PM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- Can you work around this issue? This block doesn't convert properly, either:...
- 10:47 AM Conversion Tools Bug #5558 (WIP): Direct Java interface: extra semicolon in converted Java breaks program logic
- The fix in rev 12705 removes the extra semicolon after a label, but does not remove the extra semicolon after the @wh...
- 02:13 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> So long as the locale definitions are in place in @/usr/share/i18n/locales@ and the required... - 02:10 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Eugenie Lyzenko wrote:
> > If it is true - this is really great news!
> Yes, exactly.
> ... - 02:04 PM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> If it is true - this is really great news!
Yes, exactly.
Here a quote from @man locale-ge... - 01:59 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> @sudo locale-gen --no-purge --no-archive@
> in order to keep old locales (like @en_US@p2... - 01:58 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> 2. and 3. do the same thing. In this case they can be used mutually exclusive.
> I would g... - 01:52 PM Database Feature #5491: custom locale/collation implementations
- 2. and 3. do the same thing. In this case they can be used mutually exclusive.
I would go for 2. because once our lo... - 01:49 PM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> Roger Borrello wrote:
> > I want to be _future proof_... I love that term!
> >
> > So I... - 01:36 PM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> This is not required. Moreover I think it is better to keep the file @/etc/locale.gen@ free... - 01:31 PM Database Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> I want to be _future proof_... I love that term!
>
> So I will perform:
> # ...
> # add... - 01:11 PM Database Feature #5491: custom locale/collation implementations
- I want to be _future proof_... I love that term!
So I will perform:
# @sudo cp <p2j>/locale/en_GB@iso88591_fw... - 12:47 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> If the dialect is not H2, the @embedded-collation@ settings under respective database node ... - 12:13 PM Database Feature #5491: custom locale/collation implementations
- If the dialect is not H2, the @embedded-collation@ settings under respective database node is not used.
(Eric: curre... - 10:48 AM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Roger Borrello wrote:
> > Just confirming... making the changes in my @directory.xml@ (fro... - 10:41 AM Database Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> Just confirming... making the changes in my @directory.xml@ (from @en_GB_iso88591_fwd_basic@... - 10:26 AM Database Feature #5491: custom locale/collation implementations
- Just confirming... making the changes in my @directory.xml@ (from @en_GB_iso88591_fwd_basic@ to @en_GB@iso88591_f...
- 10:09 AM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Eugenie Lyzenko wrote:
> > Do I need to update @directory.xml@ and @p2j.cfg.xml@ for a pro... - 10:07 AM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> Ovidiu Maxiniuc wrote:
> > In fact, I am a bit against this line which forces the schema to... - 10:00 AM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> Do I need to update @directory.xml@ and @p2j.cfg.xml@ for a project to use @nl_NL@cp1252_fw... - 09:08 AM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Roger Borrello wrote:
> > If/when there is a change, will there be another conversion requ... - 10:54 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> In fact, I am a bit against this line which forces the schema to be used only with the sp... - 10:53 PM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> Are you planning to add more conversion related changes tomorrow in this area?
As far ... - 10:50 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu,
I have started new conversion for @12709@. Just because I need to verify everything from scratch again.
...
07/22/2021
- 03:06 PM Conversion Tools Bug #5561 (Review): Direct Java interface: conversion crashes when an expression is passed as ar...
- Fixed in branch 3821c revision 12708. We must exclude Java method calls from built-in OO 4GL method processing.
C... - 11:55 AM Conversion Tools Bug #5561: Direct Java interface: conversion crashes when an expression is passed as argument to...
- The following fragment conversion crashes:...
- 11:51 AM Conversion Tools Bug #5561 (Review): Direct Java interface: conversion crashes when an expression is passed as ar...
- 02:01 PM Database Feature #5491: custom locale/collation implementations
- Guys,
If another conversion is planned during next day please let me know within next 21 hour. This will ensure th... - 11:08 AM Database Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> If/when there is a change, will there be another conversion required? I was about to update ... - 10:36 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> Sorry for the churn. Had I anticipated these seemingly simple name changes would be so probl... - 01:15 PM Conversion Tools Bug #5558 (Test): Direct Java interface: extra semicolon in converted Java breaks program logic
- 01:08 PM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- Greg Shah wrote:
> Code Review Patch #5558-3
>
> I think it is correct. No objections.
Thanks, the patch is in ... - 12:55 PM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- Code Review Patch #5558-3
I think it is correct. No objections. - 11:43 AM Conversion Tools Bug #5558 (WIP): Direct Java interface: extra semicolon in converted Java breaks program logic
- Greg, please review this. I'm not sure how correct it is:...
- 09:55 AM Conversion Tools Bug #5558: Direct Java interface: extra semicolon in converted Java breaks program logic
- The following 4gl:...
- 09:51 AM Conversion Tools Bug #5558 (WIP): Direct Java interface: extra semicolon in converted Java breaks program logic
07/21/2021
- 04:27 PM Database Feature #5491: custom locale/collation implementations
- Yes, if the new locale was added to @/etc/locale.gen@. This needs to be added in our wiki.
- 03:28 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> There is a good news, though. The process works each time (I've created the locale then t... - 03:15 PM Database Feature #5491: custom locale/collation implementations
- Yes, that puzzled me too. Notice that after the @.@ there is no @_@ character. The @_@ in out locale names are droppe...
- 03:06 PM Database Feature #5491: custom locale/collation implementations
- I don't understand. The dot is used in many of the standard locale names.
For example, @locale -a@ on my system cu... - 03:03 PM Database Feature #5491: custom locale/collation implementations
- That seems fine.
- 03:02 PM Database Feature #5491: custom locale/collation implementations
- Sorry for the silence of the last hours. I continued my experiments. It looks like the underscore (@_@) is NOT the is...
- 03:01 PM Database Feature #5491: custom locale/collation implementations
- @[@ and @]@ are probably not great since they have meaning in other languages including in shell script.
If the hy... - 03:01 PM Database Feature #5491: custom locale/collation implementations
- Sorry for the churn. Had I anticipated these seemingly simple name changes would be so problematic, I would have had ...
- 02:58 PM Database Feature #5491: custom locale/collation implementations
- If/when there is a change, will there be another conversion required? I was about to update the customer's environmen...
- 02:08 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> I'm ok with @en_US.iso88591FWDbasic@, but I have a feeling @locale-gen@ lowercases everythin... - 01:59 PM Database Feature #5491: custom locale/collation implementations
- I'm ok with @en_US.iso88591FWDbasic@, but I have a feeling @locale-gen@ lowercases everything after the dot, so I was...
- 01:49 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> OK, so the underscores are a problem with Linux. The @@@ symbols are a problem with H2. Shou... - 01:19 PM Database Feature #5491: custom locale/collation implementations
- OK, so the underscores are a problem with Linux. The @@@ symbols are a problem with H2. Should we just get rid of all...
- 01:04 PM Database Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> Are those steps only required in an upgrade scenario? Perhaps the steps should be mentioned ... - 12:53 PM Database Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> Are those steps only required in an upgrade scenario?
Or if you want to clean up the syst... - 12:46 PM Database Feature #5491: custom locale/collation implementations
- Are those steps only required in an upgrade scenario? Perhaps the steps should be mentioned in the Wiki in a separate...
- 10:26 AM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Eugenie Lyzenko wrote:
> > Why the step 2 above is required if it run once again on step 4... - 09:44 AM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> Why the step 2 above is required if it run once again on step 4? I used almost the same sce... - 02:29 PM Conversion Tools Bug #5557 (WIP): Direct Java conversion: incorrect method call argument conversion
- Fixed in 3821c rev 12697.
- 02:13 PM Conversion Tools Bug #5557: Direct Java conversion: incorrect method call argument conversion
- Constantin Asofiei wrote:
> Please try this patch:
> [...]
It works, thank you! Will you commit the patch? - 02:07 PM Conversion Tools Bug #5557: Direct Java conversion: incorrect method call argument conversion
- Please try this patch:...
- 01:48 PM Conversion Tools Bug #5557: Direct Java conversion: incorrect method call argument conversion
- Example 4gl:...
- 01:36 PM Conversion Tools Bug #5557 (Closed): Direct Java conversion: incorrect method call argument conversion
- 10:02 AM Database Feature #4022: upgrade to a newer PostgreSQL release
- I was able to alleviate the error by going back to PL/Java 1.5.6, and abandoning the 1.6.2 version. Good riddance (fo...
- 08:56 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Posted question: https://answers.launchpad.net/sikuli/+question/698070
>Hi. I have looked over some questions/answ...
07/20/2021
- 06:12 PM Database Feature #5491: custom locale/collation implementations
- My import completed for @nl_NL.cp1252_fwd_basic@ based cluster.
The DB looks good. - 05:58 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> I used a fresh Ubuntu installation to create the PG cluster with @nl_NL.cp1252_fwd_basic@ C... - 05:27 PM Database Feature #5491: custom locale/collation implementations
- I used a fresh Ubuntu installation to create the PG cluster with @nl_NL.cp1252_fwd_basic@ Collation and Ctype. Howeve...
- 05:15 PM Database Feature #5491: custom locale/collation implementations
- Greg Shah wrote:
> Why are you changing @/etc/default/locale@? Wouldn't this make the JVM start with @LANG=en_US.is... - 02:05 PM Database Feature #5491: custom locale/collation implementations
- Why are you changing @/etc/default/locale@? Wouldn't this make the JVM start with @LANG=en_US.iso88591_fwd_basic@? ...
- 01:06 PM Database Feature #5491: custom locale/collation implementations
- Yes, but the problem is that you need to run step 3 the first. If @/usr/lib/locale/nl_NL.cp1252_fwd_basic@ is not gen...
- 12:54 PM Database Feature #5491: custom locale/collation implementations
- Well, now I also have the required cluster:...
- 12:39 PM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> The only way to have cluster created for me is to add the following locale:
> @sudo locale... - 12:36 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> Ovidiu, are the obsolete FWD locales perhaps being generated due to changes you've made in t... - 12:35 PM Database Feature #5491: custom locale/collation implementations
- The only way to have cluster created for me is to add the following locale:
@sudo localedef -c -f CP1252 -i nl_NL.cp... - 12:28 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu, are the obsolete FWD locales perhaps being generated due to changes you've made in the list of supported loca...
- 12:26 PM Database Feature #5491: custom locale/collation implementations
- Eugenie Lyzenko wrote:
> Please clarify what do you mean by "1st step" above?
I mean to do the entire process on a ... - 12:20 PM Database Feature #5491: custom locale/collation implementations
- To be clear: all the FWD-related custom locales with @p2j_basic@ or @@@ in the names are obsolete and should no longe...
- 12:16 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> It works again for me:
> [...]
>
> I need to do a clean-up and recreate it all from the... - 11:57 AM Database Feature #5491: custom locale/collation implementations
- It works again for me:...
- 10:44 AM Database Feature #5491: custom locale/collation implementations
- Things are a bit more complicated:
The dot (@.@) cannot be used in H2. It is replaced in the background with @_@.
T... - 10:06 AM Database Feature #5491: custom locale/collation implementations
- Do we have to use different locale name formats for PG and H2? Why not to use some simpler name, say @nl_NL.cp1252@? ...
- 09:57 AM Database Feature #5491: custom locale/collation implementations
- I am also investigating the issue. But I could not find a reason what is wrong.
I edited @edit /etc/locale.gen@ a... - 09:38 AM Database Feature #5491: custom locale/collation implementations
- Ovidiu: The documentation seems to be incorrect. I think Eugenie is doing exact what is listed but it does not work.
- 09:15 AM Database Feature #5491: custom locale/collation implementations
- Greg Shah wrote:
> Isn't the @.@ a problem in SQL?
I think the @pg_createcluster@ just drops everything after @.@... - 08:21 AM Database Feature #5491: custom locale/collation implementations
- Isn't the @.@ a problem in SQL?
- 08:10 AM Database Feature #5491: custom locale/collation implementations
- The strange thing is happening:
1. I have both system locales installed, @nl_NL@CP1252@basic@FWD@ and @nl_NL.cp1252_... - 04:42 PM Runtime Infrastructure Bug #5554: FWD processed (0) format element in a non-compatible way
- Greg suggested an explanation of the underlying 4GL logic. See #4551-131.
My test (@xfer.goldencode.com/opt/testcase... - 04:38 PM Runtime Infrastructure Bug #5554: FWD processed (0) format element in a non-compatible way
- The '(0)' format element in the 4GL @string(char, char)@ has a strange effect. For example:...
- 04:36 PM Runtime Infrastructure Bug #5554 (New): FWD processed (0) format element in a non-compatible way
07/19/2021
- 08:16 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- > I was successful in at least getting my Windows system connecting to the new URL, but now it's gotten finicky again...
07/17/2021
- 09:04 AM Database Feature #5491: custom locale/collation implementations
- The H2/Java collation names and Linux/PostgreSQL locale names were unified as described above.
Also, I think I updat...
07/16/2021
- 02:26 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- I had to switch to using an old VM because my test systems are now devoid of functional databases. I was successful i...
- 10:43 AM Conversion Tools Bug #5551: Case sensitivity of default buffer name
- At this moment, my isolated testcases passed. A problem was detected in a customer project with the dynamic temp-tabl...
- 10:11 AM Conversion Tools Bug #5551: Case sensitivity of default buffer name
- After preliminary investigations, I traced that the legacy buffer name (@legacybufname@) is computed in @convert/buff...
- 10:03 AM Conversion Tools Bug #5551: Case sensitivity of default buffer name
- A couple of weeks ago, while running some tests and I notice minor differences in the output between 4GL and FWD. The...
- 09:52 AM Conversion Tools Bug #5551 (New): Case sensitivity of default buffer name
07/15/2021
- 07:25 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Subsequent to that post, I learned from looking at the output that the existing project was causing issues. So renami...
- 09:20 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Question #697943 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697943
Roger F Borrello Jr po... - 06:30 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- I have been trying to get my test system going using PostgreSQL 13 for updated client code, and when I get to the PL/...
- 04:46 PM Database Feature #5491: custom locale/collation implementations
- @en_US.iso88591_fwd_basic@ will be then.
- 04:36 PM Database Feature #5491: custom locale/collation implementations
- I prefer the underscores.
- 04:03 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> OK, Ovidiu, so it sounds like we need to keep this setting in @p2j.cfg.xml@. But for consist... - 04:02 PM Database Feature #5491: custom locale/collation implementations
- OK, Ovidiu, so it sounds like we need to keep this setting in @p2j.cfg.xml@. But for consistency from the user's pers...
- 03:38 PM Database Feature #5491: custom locale/collation implementations
- Constantin Asofiei wrote:
> Do you mean this in @p2j.cfg.xml@?
> [...]
>
> The reason was to emit the @set colla... - 02:31 PM Database Feature #5491: custom locale/collation implementations
- Do you mean this in @p2j.cfg.xml@?...
- 02:18 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> If we need to keep the collation setting in @p2j.cfg.xml@, we can accept either form. I th... - 02:16 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> I did not think about it that way, but it makes sense. We can use the @@@, too in this ca... - 01:30 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> Do you recall what that is used for?
According to bzr, it was added in 2010, with the _"sup... - 12:35 PM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> This seems to fit in both worlds.
I don't think it really fits in the Linux world. The... - 12:24 PM Database Feature #5491: custom locale/collation implementations
- H2 identifies the locale using its name this way:...
- 11:22 AM Database Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> The SPI only provides a sort order. The language and country are probably irrelevant here... - 11:01 AM Database Feature #5491: custom locale/collation implementations
- From #5034:
The SPI only provides a sort order. The language and country are probably irrelevant here, but they ar... - 02:09 PM Base Language Feature #4349: add support for 4GL ENUM
- > One issue there with flag enums, logical operators (and, or, not, xor) should return the same enum type so most pro...
07/14/2021
- 07:21 PM Database Feature #5491: custom locale/collation implementations
- I assume that setting would be in the form @<language>_<COUNTRY>@, e.g., @en_US@, @en_GB@, etc. To compose an @embedd...
- 06:58 PM Database Feature #5491: custom locale/collation implementations
- Eric Faulhaber wrote:
> ...
> Do we already have comparable settings in the directory (or programmatic defaults) fo... - 06:53 PM Database Feature #5491 (WIP): custom locale/collation implementations
- We need to simplify the configuration of the locale/collation in use for databases, including the @_temp@ database. I...
- 05:47 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- I added sikuli capabilities to my Windows system, in order to determine if there is any hope for cross-compatability ...
- 10:51 AM Base Language Feature #4384: Builtin OO Implementation
- Status updated from Marian:
> As suggested by Constantin we've re-generate all test scripts to run everything unde...
07/13/2021
- 02:01 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Another differences:
>
> # In FWD column dragging start right at the first mouse mov... - 12:54 PM User Interface Bug #5543: Placement, visibility and dimension issues of down frame children
- The testcases used in #5518 are now available in @testcases/uast/gui_down_frame/@.
- 08:13 AM User Interface Bug #5543: Placement, visibility and dimension issues of down frame children
- Please check in the testcases to @testcases/uast/gui_down_frame/@. They will be found there more easily for other ta...
- 08:09 AM User Interface Bug #5543: Placement, visibility and dimension issues of down frame children
- Some testcases for down frames show:
* incorrect placement of child widgets: when the child is a frame, it is someti... - 07:56 AM User Interface Bug #5543 (New): Placement, visibility and dimension issues of down frame children
07/12/2021
- 05:56 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- I have a pretty good reliable logon script, except for the password being echoed. I've posted a question: https://ans...
- 03:57 PM Base Language Bug #5541: string(decimal, string) support in FWD is not fully compatible with 4GL
- Format-driven decimal-to-string conversion in FWD is incompatible with 4GL.
For example @public.tostring(3.1415926::... - 03:56 PM Base Language Bug #5541 (New): string(decimal, string) support in FWD is not fully compatible with 4GL
- 02:43 AM Base Language Feature #4349: add support for 4GL ENUM
- Greg Shah wrote:
> Task branch 4231b has been merged to trunk as revision 11347.
One issue there with flag enums,...
07/10/2021
- 04:29 AM Database Bug #5540: can't query meta info for meta tables
- @testcases/uast/dump_meta_info.p@ reads all the @_File@ records and outputs some meta information about all tables (f...
- 04:27 AM Database Bug #5540 (New): can't query meta info for meta tables
- 04:25 AM Base Language Bug #5539: X-DOCUMENT (DOM) allows ISO control characters in OpenEdge for XML version 1.0
- OpenEdge allows ISO control characters (like 0x01) to exist (escaped) in a XML version 1.0 file. Our DOM parser (for...
- 04:23 AM Base Language Bug #5539 (New): X-DOCUMENT (DOM) allows ISO control characters in OpenEdge for XML version 1.0
- 04:23 AM Base Language Bug #5538: fix readByte() for DirStream, ProcessStream, and others
- @FileStream@ and @Stream@ were reworked to read characters or bytes as needed.
Currently @Stream.readByte()@ defau... - 04:21 AM Base Language Bug #5538 (Closed): fix readByte() for DirStream, ProcessStream, and others
07/09/2021
- 08:46 AM User Interface Bug #5118: TREELIST widget issues
- FIXED Another differences:
# In FWD column dragging start right at the first mouse move event after the mouse butt... - 03:29 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Also please rename @I2DScrollable@ and any other I-interfaces ...
07/08/2021
- 05:36 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Validation of opencv python3 binding:...
- 03:55 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Answers from RaiMan are basically, "Use Java 11".
So I created @/usr/local/bin/java11@ with links to Java 11 items... - 09:34 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Greg Shah wrote:
> Are you running it with Java 11?
I was running with the default java 8. I ran this: @/usr/lib/... - 06:49 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- Are you running it with Java 11?
Can you get it running without the OCR nonsense? - 04:25 PM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Also please rename @I2DScrollable@ and any other I-interfaces in the related changes.
Done ... - 04:04 PM User Interface Bug #5118: TREELIST widget issues
- Fixed menu showing issue in 3821c rev. 12650. Do nothing if already show popup menu showing attempted.
- 01:44 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > See the 12639 commit.
> >
... - 12:58 PM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > See the 12639 commit.
>
> The changes are good. Just please... - 11:54 AM Conversion Tools Bug #5137: any text following a # character in the include or exclude file list is ignored
- The documentation has been updated.
- 11:53 AM Conversion Tools Bug #5137 (Closed): any text following a # character in the include or exclude file list is ignored
- Fixed in 3821c revision 12645. We now only honor a @#@ character as a comment if it is the first character on the li...
- 11:52 AM Base Language Bug #4978: Static method call in base class
- Fixed in 3821c revision 12645.
- 06:00 AM User Interface Bug #5533: Fix artifacts in COMBO-BOX drop down
- See the attached screen capture. It shows artifacts in @COMBO-BOX@ drop down after rapidly changing the selected item...
- 05:58 AM User Interface Bug #5533 (New): Fix artifacts in COMBO-BOX drop down
- 05:54 AM User Interface Bug #5532: Fix incorrectly rendered convex lines by WebGL renderer
- This is a follow up issue of #5255, #5255-17 and related notes.
Convex lines are still not rendered correctly. Com... - 05:50 AM User Interface Bug #5532 (New): Fix incorrectly rendered convex lines by WebGL renderer
07/07/2021
- 07:18 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- I'm not sure what else I can try to get Sikuli working. I've tried on a Kubuntu VM, as well.
- 01:05 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- I used a fresh install on my VM.
# I downloaded the sikulixide jar from https://launchpad.net/sikuli/sikulix/2.0.5/... - 03:44 PM Database Feature #5491: custom locale/collation implementations
- Code review 3821c/12640:
The changes in this revision look good.
I took another look at @gen-locale.p@ and I di... - 09:10 PM Database Feature #5491: custom locale/collation implementations
- Done. Committed revision 12640.
I also updated the extractor procedure to create new files with fixed header/title a... - 02:04 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir,
We have the customer specific code issues for recent changes. See another specific task. - 06:00 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > See the 12639 commit.
> >
... - 04:34 AM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > See the 12639 commit.
>
> The changes are good. Just please... - 04:25 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> See the 12639 commit.
The changes are good. Just please remove the 'I' from interfac... - 10:20 AM Database Bug #5521 (Closed): [java] java.io.EOFException on import when no PSC footer
- 10:15 AM Database Bug #5521: [java] java.io.EOFException on import when no PSC footer
- My @ant import.db@ of the database went off without any issues (aside from my PL/Java getting upgraded to 1.6.2 again).
- 06:22 AM Database Bug #5521 (Test): [java] java.io.EOFException on import when no PSC footer
- 06:22 AM Database Bug #5521: [java] java.io.EOFException on import when no PSC footer
- Code Review Task Branch 3821c Revison 12640
The changes look good. - 09:07 PM Database Bug #5521 (WIP): [java] java.io.EOFException on import when no PSC footer
- The issue should be fixed in revision 12640.
07/06/2021
- 05:53 PM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> For the @TreeBodyGuiImpl@, introduce @size@ field of type @Dimension@ and override @dimensio... - 04:08 PM User Interface Feature #2162: add support for CURRENT-ITERATION attribute (for widget objects)
- I was looking for a testcase to deal with a @frame-col@ issue, and found this one @uast/current_iteration/clear-frame...
- 08:22 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- New question #697865 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697865
I am not 100% sure I am bu... - 08:19 AM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- New question #697864 on SikuliX:
https://answers.launchpad.net/sikuli/+question/697864
Using Linux Mint 20.1, whi... - 08:14 AM Database Bug #5521: [java] java.io.EOFException on import when no PSC footer
- Some details are available in the related thread starting at #5034-814.
From Greg:
>I don't think we should be s... - 08:12 AM Database Bug #5521 (Closed): [java] java.io.EOFException on import when no PSC footer
07/05/2021
- 06:51 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- I noticed that @postgresql-10-pljava@ was on the auto-update list, and pljava was upgraded at 5pm to @1.6.2-2.pgdg20....
- 06:44 PM Testing Feature #3704: enable automated testing for GUI (Swing and web clients)
- I had to post a question to the launchpad for Sikuli (https://answers.launchpad.net/sikuli/+question/697864) as there...
- 04:59 PM Database Feature #5491: custom locale/collation implementations
- Please change the @title@ in the @LC_IDENTIFICATION@ section of the @en_GB@ locale definitions to say, "Great Britain...
- 04:26 PM Database Feature #5491: custom locale/collation implementations
- No, I'll close it after review of this current batch. As we create more locales/collators over time, we can reopen it...
- 04:20 PM Database Feature #5491 (Review): custom locale/collation implementations
- Do we keep this task open for adding new collations?
- 12:06 PM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
>
>
> > > We are talking about the @TreeBodyGuiImpl@ here, whi... - 11:29 AM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> > We are talking about the @TreeBodyGuiImpl@ here, which is not a @Container@. I think, so... - 10:44 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Vladimir Tsichevski wrote:
> > > Hynek Cihlar wrote:
> > > >... - 09:57 AM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Vladimir Tsichevski wrote:
> > Hynek Cihlar wrote:
> > > Code review 3821c revisions 12599, ... - 09:20 AM User Interface Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Code review 3821c revisions 12599, 12600, 12602, 12624.
> >
...
07/03/2021
- 10:45 PM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Code review 3821c revisions 12599, 12600, 12602, 12624.
>
> Overall this is a good set of c...
07/02/2021
- 06:09 PM User Interface Bug #5118: TREELIST widget issues
- Hynek Cihlar wrote:
> Code review 3821c revisions 12599, 12600, 12602, 12624.
>
> Overall this is a good set of c... - 04:39 PM User Interface Bug #5118: TREELIST widget issues
- Code review 3821c revisions 12599, 12600, 12602, 12624.
Overall this is a good set of changes. The implementation ... - 02:06 PM User Interface Bug #5118: TREELIST widget issues
- #5118-129, #5118-131 fixed in 3821c rev. 12624.
- 05:13 PM Database Support #5183: database collation
- Ovidiu Maxiniuc wrote:
> The listing you obtained is pretty much the one we currently have in @locale/xx_XX@ISO8859-... - 10:27 AM Database Support #5183: database collation
- The listing you obtained is pretty much the one we currently have in @locale/xx_XX@ISO8859-1@basic@FWD@ and @src/com/...
- 10:06 AM Database Support #5183: database collation
- Eric,
The space character (@0x20@, or @32@ decimal) is incorrectly listed in the 2nd position. This is because the c... - 04:43 AM Database Support #5183: database collation
- h2. Comparison of OE ISO-8859-1 basic collation vs. PostgreSQL ISO-8859-1 default collation (en_US)
I created ISO-... - 03:33 PM Database Bug #5512: Java todate(text) UDF returns incorect value
- @public.todate('06302001')@ returns '2001-06-29' which doesn't look correct.
- 03:32 PM Database Bug #5512 (New): Java todate(text) UDF returns incorect value
- 02:48 PM Base Language Bug #4978 (Review): Static method call in base class
- The attached fixes this issue, including rewriting the class to the correct parent class name during downstream conve...
- 02:01 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- Constantin Asofiei wrote:
> Please read the above as 'unofficial steps'. There may be a better way to do this, but ... - 01:57 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- The release notes for PL/Java https://tada.github.io/pljava/releasenotes.html indicate the moved to the Java 9 module...
- 01:56 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- I went through setting up PL/Java 1.6.2 last week (with psql 12.7). 1.6.2 does require Java 11 - it is compiled as s...
- 01:45 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- OK, don't install PL/Java through apt. This is actually untested, so you are breaking new ground here.
Does PL/Jav... - 01:09 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- Roger Borrello wrote:
> So getting to the Java 11 uninstall... it also uninstall pljava. So when this is done, I'll ... - 01:05 PM Database Feature #4022: upgrade to a newer PostgreSQL release
- I started reading the fine manual at PL/Java: https://tada.github.io/pljava/install/install.html
When I ran @pg_co... - 02:12 AM Database Feature #4022: upgrade to a newer PostgreSQL release
- Roger Borrello wrote:
> What are your thoughts on the @/opt/pljava/install.sql@ script (attached) in terms of when/h... - 12:08 AM Database Feature #4022: upgrade to a newer PostgreSQL release
- What are your thoughts on the @/opt/pljava/install.sql@ script (attached) in terms of when/how to run it? I don't see...
- 01:53 PM Database Bug #5511: todate(text) Java UDF throws strange exception
- Java UDF @todate(text)@ throws an exception @SQL Error [XX000]: ERROR: java.lang.NoClassDefFoundError: com/goldencode...
- 01:52 PM Database Bug #5511 (New): todate(text) Java UDF throws strange exception
- 11:51 AM User Interface Feature #5510: delegated click mode for SYSTEM-DIALOG GET-FILE
- A customer with a GUI application is moving to the web client. The original implementation of @SYSTEM-DIALOG GET-FIL...
- 08:28 AM User Interface Feature #5510 (New): delegated click mode for SYSTEM-DIALOG GET-FILE
Also available in: Atom