Activity
From 04/21/2019 to 05/20/2019
05/20/2019
- 06:09 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- The situation with @GENERATE-PBE-KEY@ looks a little bit strange. Formally it "Generates a password-based encryption ...
- 04:17 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added runtime support for @GENERATE-PBE-KEY@ and @GENERATE-PBE-SALT@. Branch 3810b rev.113361.
Added @uast/securit... - 03:42 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- If we want to generate a 24-byte key using MD5 the 4GL @GENERATE-PBE-KEY@ generated 24 bytes where the first 16 bytes...
- 02:52 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Well, I will run these tests but at this moment they add nothing to my test. In addition, my test generates a detaile...
- 02:37 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> I'm not referencing the @testcases/uast/security/@. This is a different "Testcases Project":/pro... - 02:21 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> Greg Shah wrote:
> > Igor: Have you tried running the testcases mentioned in #3810-42? Th... - 02:18 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- I've implemented runtime support for @GENERATE-PBE-KEY@. In most cases, the results of running converted test are bin...
- 02:10 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> Igor: Have you tried running the testcases mentioned in #3810-42? This is different from the @te... - 01:55 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor: Have you tried running the testcases mentioned in #3810-42? This is different from the @testcases/uast/@ direc...
- 01:47 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- The 4GL code fragment...
- 11:03 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Contrary to what I wrote in note #75, the length of the key generated by @GENERATE-PBE-KEY@ depends on the value of t...
- 08:06 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Marian Edu wrote:
> It turns out the handling of IV is implemented based on the cipher key length, if provided IV ra... - 08:00 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> Please test a case where the encrypt and decrypt are done in separate programs. These separate p... - 07:31 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> Maybe it is the right time to add a full implementation of @GENERATE-PBE-KEY@/@GENERATE-PBE... - 07:28 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> It appears that 4GL ignores the "length" of @RAW@ when uses it as IV and, instead of paddin... - 07:17 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- > It appears that 4GL ignores the "length" of @RAW@ when uses it as IV and, instead of padding just uses what it find...
- 05:54 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- @GENERATE-PBE-KEY@ always generates 16 bytes using first 8 bytes of salt (if provided), presumably padding salt with ...
- 04:24 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Maybe it is the right time to add a full implementation of @GENERATE-PBE-KEY@/@GENERATE-PBE-SALT@/@MESSAGE-DIGEST@ as...
- 06:03 PM Database Feature #3815: more temp-table options
- > Please check to confirm that the expression is only evaluated once
It is evaluated once. - 02:33 PM Database Feature #3815: more temp-table options
- > Ok. When I wrote this I thought these changes were needed for the same projects as 3751a.
It is but for differen... - 02:32 PM Database Feature #3815: more temp-table options
- Stanislav Lomany wrote:
> Guys, do we need to support arbitrary expressions as a @COLUMN-CODEPAGE@? As far as I get,... - 02:29 PM Database Feature #3815: more temp-table options
- Constantin Asofiei wrote:
> Eric Faulhaber wrote:
> > Stanislav Lomany wrote:
> > > Into what branch should I comm... - 02:25 PM Database Feature #3815: more temp-table options
- Eric Faulhaber wrote:
> Stanislav Lomany wrote:
> > Into what branch should I commit?
> Probably 3751a. Constantin... - 02:21 PM Database Feature #3815: more temp-table options
- Stanislav Lomany wrote:
> In this case we'll have to pass the expression to some function at the beginning of the ex... - 02:20 PM Database Feature #3815: more temp-table options
- Guys, do we need to support arbitrary expressions as a @COLUMN-CODEPAGE@? As far as I get, it can be combination of:
... - 02:36 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Rebased 3751a from trunk rev 11310 - new rev 11328.
- 02:22 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Constantin Asofiei wrote:
> * dataset dereference, h-ds::bufname (Ovidiu, this will be part of #3908).
OK, I will... - 02:16 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- 3751a rev 11326 contains my latest changes. The @p2j/oo@ classes contains many Java sources for 4GL converted skelet...
- 12:16 PM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- >> the null text is passed to the method when the client tries to draw a button which configuration was sent by the ...
- 12:10 PM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- > The question remains, where in hotel_gui application buttons with not initialized labels are created. But these but...
- 08:21 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Alexei Kaigorodov wrote:
> Hynek Cihlar wrote:
> > Alexei, the check for @ps.text == null@ and assigning @"NULL"@ d... - 06:43 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Hynek Cihlar wrote:
> Alexei, the check for @ps.text == null@ and assigning @"NULL"@ doesn't solve the issue. Instea...
05/19/2019
- 05:13 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Branch 3810b updated. Rev. 11315. The @uast/security/crypto.p@ test updated as well, revision 1854.
- 04:31 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- It appears that 4GL ignores the "length" of @RAW@ when uses it as IV and, instead of padding just uses what it finds ...
05/18/2019
- 03:23 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Indeed, if the cipher requires IV but it is not provided, 4GL uses "all zeroes" IV. Thanks again to Constantin for a ...
- 03:11 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin Asofiei wrote:
> In 4GL, encrypt something without setting the IV and try decrypting it with a fully-zero... - 03:04 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> I've found another issue. JCR doesn't support AES w/o IV. On encryption, it generates rando... - 03:02 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- I've found another issue. JCR doesn't support AES w/o IV. On encryption, it generates random IV if not provided, and ...
- 12:49 PM Database Feature #3809: ProDataSet support
- Constantin Asofiei wrote:
> There are issues with by-reference, append and bind options for caller's DATASET-HANDLE,... - 10:00 AM Database Feature #3815: more temp-table options
- > Beyond the immediate scope of your changes
I'm not sure about this. I don't know when we would do this otherwise. - 01:29 AM Database Feature #3815: more temp-table options
- Stanislav Lomany wrote:
> Into what branch should I commit?
Probably 3751a. Constantin, is that ok with you?
> A...
05/17/2019
- 04:56 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> The @SECURITY-POLICY:SYMMETRIC-ENCRYPTION-IV@ is a readable attribute. What is the value when th... - 04:52 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin Asofiei wrote:
> A simple test shows that if the IV length for the encrypt and decrypt differs, 4GL dec... - 04:50 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Since the encryption in the short IV case can still be decrypted, we can assume that the padding is not random.
Th... - 04:45 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> This assumption is wrong - we use padding with zeroes and get a different result. In my tes... - 04:42 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin Asofiei wrote:
> My assumption is that they would padded it with zeroes. Please test this in FWD and 4GL... - 04:38 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- It is possible to try to figure what exactly 4GL does with short IVs using "brute force attack". If the algorithm is ...
- 04:36 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > OK, so the algorithm requires 16 bytes IV. How does 4GL beh... - 04:32 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin Asofiei wrote:
> OK, so the algorithm requires 16 bytes IV. How does 4GL behave if you give a shorter IV... - 04:29 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> Constantin Asofiei wrote:
> > You mean the IV's length is set to i.e 8 instead of 16, or t... - 04:29 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- The fixes committed to the branch 3810b rev. 11313.
- 04:28 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin Asofiei wrote:
> You mean the IV's length is set to i.e 8 instead of 16, or that you set the length to 16... - 04:19 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> The only difference is the result of the encryption when the provided IV is shorter than re... - 04:18 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- The converted test passed completely. The only difference is the result of the encryption when the provided IV is sho...
- 03:36 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Both problems mentioned in note #53 were the result of appending zero when converting @Text@ to @raw@ in the Security...
- 02:54 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- After fixing @BinaryData.setString()@ and @raw.writeByteRange@ the test is running.
I see some discrepancies at the ... - 02:05 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> Go ahead as proposed. A @len == -1@ can mean copy to the end of the data.
OK, thank you. - 02:02 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Go ahead as proposed. A @len == -1@ can mean copy to the end of the data.
- 01:46 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- In addition. The additional @len@ parameter can be just ignored in @blob@ and @memptr@ which also implement @writeByt...
- 01:34 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- When running converted @security/crypto.p@ (attached) I've got @ArrayIndexOutOfBoundsException@ in the converted frag...
- 09:49 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added quotes from the mail conversation with Marian:
On 5/17/19 8:31 AM, Marian Edu wrote:
> Hi Igor,
> you're r... - 03:38 PM Base Language Feature #2135: implement COPY-LOB language statement
- Eric Faulhaber wrote:
> I'm implementing @SourceLob@ and @TargetLob@ c'tors which accept @Object@ to handle the POLY... - 03:04 PM Base Language Feature #2135: implement COPY-LOB language statement
- I'm implementing @SourceLob@ and @TargetLob@ c'tors which accept @Object@ to handle the POLY case.
- 10:40 AM Base Language Feature #2135: implement COPY-LOB language statement
- >> But your point is well taken that an extent can be passed at runtime, so do we need the signature to be Object for...
- 10:38 AM Base Language Feature #2135: implement COPY-LOB language statement
- Constantin Asofiei wrote:
> Sorry, @b@ is a memptr, not a field.
Please post the full test case. - 10:22 AM Base Language Feature #2135: implement COPY-LOB language statement
- Greg Shah wrote:
> > Well, a POLY can always be an extent value (Java array)... that is another whole can of warms t... - 10:18 AM Base Language Feature #2135: implement COPY-LOB language statement
- > Well, a POLY can always be an extent value (Java array)... that is another whole can of warms to worry about.
It... - 09:59 AM Base Language Feature #2135: implement COPY-LOB language statement
- Greg Shah wrote:
> All @POLY@ cases will be BDT, right? There is no other possibility for a field (@::@ or @BUFFER-... - 09:55 AM Base Language Feature #2135: implement COPY-LOB language statement
- Eric Faulhaber wrote:
> Constantin Asofiei wrote:
> > @b@ is @blob@ and @tt1.f1@ is char.
>
> So @b@ is a field?... - 09:54 AM Base Language Feature #2135: implement COPY-LOB language statement
- All @POLY@ cases will be BDT, right? There is no other possibility for a field (@::@ or @BUFFER-FIELD:BUFFER-VALUE()...
- 09:52 AM Base Language Feature #2135: implement COPY-LOB language statement
- Constantin Asofiei wrote:
> @b@ is @blob@ and @tt1.f1@ is char.
So @b@ is a field? How is it defined? - 09:46 AM Base Language Feature #2135: implement COPY-LOB language statement
- Eric Faulhaber wrote:
> I did not actually add the casting in my recent work; this was there already with the old AP... - 09:41 AM Base Language Feature #2135: implement COPY-LOB language statement
- Eric Faulhaber wrote:
> Constantin Asofiei wrote:
> > The case is @copy-lob b to h:buffer-field(tt1.f1):buffer-valu... - 09:41 AM Base Language Feature #2135: implement COPY-LOB language statement
- I did not actually add the casting in my recent work; this was there already with the old API. What is the preferred ...
- 09:39 AM Base Language Feature #2135: implement COPY-LOB language statement
- Constantin Asofiei wrote:
> The case is @copy-lob b to h:buffer-field(tt1.f1):buffer-value.@
What are the data ty... - 09:38 AM Base Language Feature #2135: implement COPY-LOB language statement
- > And if is something other than LargeObject, runtime will fail badly.
True. It is my understanding that only CL... - 09:34 AM Base Language Feature #2135: implement COPY-LOB language statement
- The case is @copy-lob b to h:buffer-field(tt1.f1):buffer-value.@
BTW, casting to LargeObject is not safe in the lo... - 09:32 AM Base Language Feature #2135: implement COPY-LOB language statement
- What is the test case? I tested with several forms of POLY. For example:...
- 07:37 AM Base Language Feature #2135: implement COPY-LOB language statement
- There is a case where the source or target in a COPY-LOB is POLY - in this case, we have a SourceLob(BaseDataType) at...
- 03:19 PM Database Feature #3809: ProDataSet support
- There are issues with by-reference, append and bind options for caller's DATASET-HANDLE, DATASET, TABLE-HANDLE, TABLE...
- 03:04 PM Conversion Tools Feature #4083 (Rejected): 4GL-to-Java converter must be available as a standalone program
- 01:52 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Constantin Asofiei wrote:
> @USING path.to.empty.folder.*@ is valid in 4GL - but Java compiler complains that the pa... - 01:48 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- @USING path.to.empty.folder.*@ is valid in 4GL - but Java compiler complains that the package is empty, as there are ...
- 01:19 PM Conversion Tools Bug #4082: strong buffer scope can resolve ambiguous names
- I've enhanced the testcase (@testcases/uast/strong_buffer_scope_resolves_ambiguous_names.p@) to explore this behavior...
- 04:26 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Alexei Kaigorodov wrote:
> Hynek,
>
> testcases/simple/client/client-swing.sh is your own script? can you please ... - 04:20 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Hynek,
testcases/simple/client/client-swing.sh is your own script? can you please share it with me? - 02:37 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Alexei Kaigorodov wrote:
> Hynek,
>
> command
> 4. Run the server with cd testcases/simple/server && ./server.sh... - 02:21 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Hynek,
command
4. Run the server with cd testcases/simple/server && ./server.sh
caused an error saved in serv... - 01:17 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Hynek Cihlar wrote:
> Alexei Kaigorodov wrote:
> > Hynek,
> > yes there are another changes but they should not af... - 01:16 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Alexei Kaigorodov wrote:
> Hynek,
> yes there are another changes but they should not affect the execution. Can you... - 12:28 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Hynek,
yes there are another changes but they should not affect the execution. Can you please tell me how you prepar... - 09:12 PM Database Feature #3815: more temp-table options
- Into what branch should I commit?
Am I right that there is no runtime part for @COLUMN-CODEPAGE@?
05/16/2019
- 04:39 PM Conversion Tools Bug #4082: strong buffer scope can resolve ambiguous names
- The following program (see @testcases/uast/strong_buffer_scope_resolves_ambiguous_names.p@) works in the 4GL:
<pre... - 04:21 PM Conversion Tools Bug #4082 (New): strong buffer scope can resolve ambiguous names
- 04:15 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Constantin Asofiei wrote:
> Greg, in the @oo.json@ classes, do you have any other changes? Because some of them look... - 01:49 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg, in the @oo.json@ classes, do you have any other changes? Because some of them look that aren't implemented at a...
- 10:37 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- > You force @raw-iv1@ to read @iv-len@ bytes but you have only the @"iv"@ text - and PUT-STRING will read past the @"...
- 10:31 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- OK, the random bytes are originated by this:...
- 10:25 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor, you have a flow in your test:...
- 10:13 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- > This sounds as if the current encryption/decryption just uses the current value of @SECURITY-POLICY:SYMMETRIC-ENCRY...
- 10:09 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- > There is a strange behavior regarding IV. If the SECURITY-POLICY:SYMMETRIC-ENCRYPTION-IV attribute value was change...
- 09:56 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Some 4GL testcases are being written to explore and demonstrate the features in this task. The testcases can be foun...
- 08:40 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- After thorough testing I've found the following:
1. In an OFB and CFB modes, and WITH RC4 ABL doesn't use padding, a... - 09:37 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Alexei Kaigorodov wrote:
> Hynek,
> the proposed abl test works fine both on openEdge and FWD/Swing. The problem I ... - 06:57 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Hynek,
the proposed abl test works fine both on openEdge and FWD/Swing. The problem I guess is that the malformed bu... - 05:38 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Alexei Kaigorodov wrote:
> I examined the call stack and found that the null text is passed to the method when the c... - 04:40 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- client stack attached
- 04:04 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Alexei Kaigorodov wrote:
> I examined the call stack and found that the null text is passed to the method when the c... - 01:59 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- I examined the call stack and found that the null text is passed to the method when the client tries to draw a button...
- 09:22 AM Database Feature #3816: table and table handle parameter options
- Status update on 4GL testcases development:
> Subject: Feature #3816 - table and table handle parameter options
>... - 09:21 AM Base Language Feature #3812: additions to SESSION system-handle
- Status update for 4GL testcases development:
> Subject: Feature #3812 - additions to SESSION system-handle
> Date... - 04:12 AM User Interface Bug #3631: SYSTEM-DIALOG FONT won't accept keyboard input in the selection lists
- Alexei Kaigorodov wrote:
> The font chooser is implemented in the class FontChooserGuiImpl, field ComboBoxGuiImpl fo... - 02:02 AM User Interface Bug #3631: SYSTEM-DIALOG FONT won't accept keyboard input in the selection lists
- The font chooser is implemented in the class FontChooserGuiImpl, field ComboBoxGuiImpl fontFaceCbx. But ComboBoxGuiI...
05/15/2019
- 06:15 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- And something else to add: @@Override@ annotations are emitted for any method which has the @override@ option - this ...
- 06:13 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg Shah wrote:
> I suspect the solution is something like this:
>
> 1. We need to process the builtin class ske... - 09:44 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- > One other issue related to method overloading and overload suffix: when deriving from a builtin class (or even when...
- 04:18 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added full runtime support for @ENCRYPT@/@DECRYPT@ based on @SECURITY-POLICY@.
Branch 3810b rev.11311. - 11:55 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Code review 4078a revision 11311.
Alexei, the check for @ps.text == null@ and assigning @"NULL"@ doesn't solve the... - 11:10 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Hynek, please do a code review.
- 10:29 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Please code review task branch secure/code/p2j_repo/p2j/active/4078a revision 11311.
- 09:05 AM Database Support #4080: AWS Aurora support
- A customer has asked this question:
>We want to move our customers to AWS. When moving to AWS it would be great to... - 08:52 AM Database Support #4080 (New): AWS Aurora support
05/14/2019
- 07:00 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Constantin Asofiei wrote:
> The previous way of keeping class definition dictionaries for each propath is completely... - 06:56 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- The previous way of keeping class definition dictionaries for each propath is completely wrong, as it allows a @Class...
- 05:34 PM Database Feature #3813: misc DB features part deux
- @DEFAULT-STRING@ conversion and runtime stub was added in 3751a rev 11322
- 04:26 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> We have noting so far, so we will need it implemented here. As far as in-memory that is OK, but ... - 04:19 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> Another question.
> Do we already have an implementation (stub) for the "ABL session domai... - 04:17 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor Skornyakov wrote:
> Do I understand correctly that now it is time to provide "real" implementations of the @ENC... - 04:17 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Another question.
Do we already have an implementation (stub) for the "ABL session domain registry" or it should be ... - 04:11 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Do I understand correctly that now it is time to provide "real" implementations of the @ENCRYPT@ and @DECRYPT@ functi...
- 03:31 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added runtime support for @SECURITY-POLICY@ attributes.
Committed to the branch 3810b rev. 11310.
Synopsys:
If t... - 04:19 PM Database Feature #3809: ProDataSet support
- I committed the conversion support for you as r11321 in 3751a.
- 04:07 PM Database Feature #3809: ProDataSet support
- Constantin Asofiei wrote:
> I need compiler constant support for the ROW-STATE possible values... planing to add the... - 04:02 PM Database Feature #3809: ProDataSet support
- I need compiler constant support for the ROW-STATE possible values... planing to add them now to 3751a.
- 01:53 PM Database Feature #3809: ProDataSet support
- I'm posting this here, but we may need to work it in a different branch; when calling a TABLE argument with the BY-R...
- 04:10 PM Database Feature #3815: more temp-table options
- Constantin Asofiei wrote:
> What is the state of BEFORE-TABLE option at conversion time? I need this for my current... - 10:42 AM Database Feature #3815: more temp-table options
- What is the state of BEFORE-TABLE option at conversion time? I need this for my current work...
- 07:57 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- attached are the files with what I see when breakpoint in ThinClient.pushScreenDefinition is hit.
The ButtonConfig w... - 06:39 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- This is OK for temporarily making things work, but this isn't a fix to the root cause of the problem. The issue must...
- 05:38 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- made a fix to avoid NPE in file ui/client/gui/driver/swing/SwingEmulatedWindow.java:1747:
if (text == null)
{... - 05:26 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- I made a fix to hotel_gui/abl/update-rate-dialog.w and commited it (rev. 198).
*GES: The following notes are moved...
05/13/2019
- 05:31 PM Database Feature #3815 (WIP): more temp-table options
- @WRITE-XML/JSON@ as well as buffer @DISPLAY/UPDATE@ use order by @ORDER@.
I couldn't make @BUFFER-COPY@ and @BUFFER-... - 03:29 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- One other issue related to method overloading and overload suffix: when deriving from a builtin class (or even when y...
- 01:58 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Rebased task branch 3908a from P2J trunk revision 11309.
3908a has been merged into the trunk as bzr revision 11310. - 01:13 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- OK, go ahead and merge once you've rebased.
- 12:39 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Greg Shah wrote:
> Constantin: Do you have an objection to this being merged to trunk?
I'm OK with being merged to ... - 12:34 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Please rebase from 11309.
Constantin: Do you have an objection to this being merged to trunk? - 11:53 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Missing conversion:
@[ MAX-CHARS characters ] [ AUTO-COMPLETION [ UNIQUE-MATCH ] ]@
Missing attributes:
@AUTO-CO... - 09:29 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- > I'll mark runtime support as partial.
I thought only the quirks where missing. Please post a detailed list of a... - 09:02 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- > It passed ChUI conversion regression testing?
Yes.
> Also: the gap marking changes is not there. Please add... - 08:49 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- It passed ChUI conversion regression testing?
Also: the gap marking changes is not there. Please add those to 4069a. - 12:42 PM Database Feature #3809: ProDataSet support
- Please update 3751a to r11316.
I could not test on Dataset project because of some other issue.
- 11:13 AM Database Feature #3809: ProDataSet support
- I will add this in a couple of hours.
- 11:11 AM Database Feature #3809: ProDataSet support
- Ovidiu, I need some help; this is valid code (both runtime and compile) in OpenEdge 11.7:...
- 09:23 AM Base Language Feature #3854: update appserver support with PASOE features
- > From Marian:
>
> There is a bit of difference in how session managed/unmanaged modes works for the application se... - 08:41 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- No, it does not look like a race condition. I clicked on different list items in different tabs and always got an NPE...
- 08:11 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- > Do I need to investigate the reason of this incompatibility?
Yes, please do. - 04:57 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- So the correction is to remove drawing of the "$" sign as separate string and replacing the format string ">>>,>>9.99...
- 02:06 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- I created a test program which runs on OpenEdge. Its visualization is exactly the same as on FWD. See the attached fi...
05/12/2019
- 01:00 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Rebased task branch 3908a from P2J trunk revision 11308.
Passed regression testing basing on trunk revision 11306. S...
05/11/2019
- 01:27 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- 3751a was rebased from trunk rev 11308 - new rev 11312
- 07:15 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Created task branch 3810b from trunk rev.11308
- 07:13 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- The branch 3810a was merged into the trunk rev. 11308 and archived.
- 07:01 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Rebased to the trunk rev. 11307. The new revision is 11318
- 06:39 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Don'r forget to rebase.
- 06:38 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Hi Constantin. I will merge 3810a now.
- 06:21 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- I've ran these and I think all are false-negatives - as they pass, except some with DB or other state dependencies.
...
05/10/2019
- 05:38 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Try running some of these tests individually; there is a @run_single.sh@ and @majic_single.xml@ in @majic_baseline/@ ...
- 10:49 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- The results of regression testing (2 runs)"
1. All @gso_ctrlc_tests@ passed in both runs.
2. All @gso_ctrlc_3way_te... - 05:09 PM Base Language Feature #3753: I18N additions
- Branch @3753a@ was merged to trunk as revno @11307@ then it was archived.
- 05:00 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> You can merge to trunk.
OK. Starting the merge process. - 04:58 PM Base Language Feature #3753: I18N additions
- You can merge to trunk.
- 04:43 PM Base Language Feature #3753: I18N additions
- Testing completed. No regression has been found. The results: @3753a_11332_32748a0_20190510_evl.zip@.
So far the b... - 02:17 PM Base Language Feature #3753: I18N additions
- One main round of the runtime testing passed, started another one to exclude false failing tests. The @CTRL-C@ part i...
- 08:11 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revisions @11332@.
Fixed the regression in @character.java@ and... - 03:22 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- I'm OK with the change, except that the manipulation of the type and text needs to use @saveAndReplaceTypeAndText()@ ...
- 02:51 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Constantin Asofiei wrote:
> This is a valid class definition: @class "Imo.Windows.Support.LookupSupport"@. The clas... - 02:32 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- This is a valid class definition: @class "Imo.Windows.Support.LookupSupport"@. The class name will be considered wit...
- 12:01 PM Database Feature #3809: ProDataSet support
- Related to previous discussion about @BEFORE-TABLE@ in #3815, entries 7 to 10.
We had a problem with the attribute ... - 11:38 AM Database Feature #3815: more temp-table options
- Greg Shah wrote:
> Hmm. I suspect the order of processing inside @BUFFER-COPY@ and @BUFFER-COMPARE@ may also depend... - 11:07 AM Database Feature #3815: more temp-table options
- Hmm. I suspect the order of processing inside @BUFFER-COPY@ and @BUFFER-COMPARE@ may also depend on @ORDER@ or @POSI...
- 11:04 AM Database Feature #3815: more temp-table options
- Stanislav Lomany wrote:
> Do you know other function than @RAW-TRANSFER@ and @BUFFER-FIELD@ that depend on fields or... - 10:43 AM Database Feature #3815: more temp-table options
- I don't know the answer. Ovidiu and/or Eric may have some ideas there.
I think searching the 4GL docs and knowled... - 10:33 AM Database Feature #3815: more temp-table options
- Do you know other function than @RAW-TRANSFER@ and @BUFFER-FIELD@ that depend on fields order?
- 09:31 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- > 1. make drawButton method more robust and do not issue NPE for any malformed buttons.
Agreed.
> 2. find out w... - 08:09 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- What I found so far.
The main window of the Hotel Demo has several tabs. Each tab contains a scrollable list of item... - 02:05 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- You could, but that would wipe out the current conversion results and database and start the full conversion and data...
- 01:36 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- No, I did not. Should I also run *ant clean* and *ant deploy.all*?
- 01:32 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- I backed out the workaround and it still fails the same way for me. Did you run @ant deploy.prepare@ in @hotel_gui@ a...
- 01:19 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- Eric,
I made similar workaround - but conditional statement, not expression, to be able to set breakpoint when text=... - 01:08 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- FWIW, here is a simple workaround I used to get past the NPE so I could log in and test the widget browser with Hotel...
- 07:37 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- This does suggest there *may not* be a FWD bug here.
Before we consider any 4GL code changes, I want to *make sure... - 07:05 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- Greg, you are right. The source file update-rate-dialog.w has lines:...
- 05:57 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- Eric Faulhaber wrote:
> Hynek, Constantin, this is the first time I've run the widget browser, so modifying the @cli... - 01:00 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- Alexei Kaigorodov wrote:
> Constantin, https://proj.goldencode.com/projects/internal-documentation/wiki/Getting_Star... - 10:54 PM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- Constantin, https://proj.goldencode.com/projects/internal-documentation/wiki/Getting_Started_with_FWD_Development
... - 01:10 AM User Interface Bug #4072 (Rejected): NPE logging into Hotel GUI with Swing client
- Fix will be worked in #4078.
05/09/2019
- 07:35 PM Base Language Feature #3753: I18N additions
- Conversion passed, source are identical except one added new call to @setNoMap()@ which is OK considering @NO-MAP@ op...
- 04:56 PM Base Language Feature #3753: I18N additions
- > If the conversion will be OK can we include the changes for @4010@ and @4066@ into @3753a@ branch to speed up the f...
- 03:25 PM Base Language Feature #3753: I18N additions
- Greg,
The conversion testing is in progress.
If the conversion will be OK can we include the changes for @4010@... - 12:51 PM Base Language Feature #3753: I18N additions
- I'm OK with changes. Minor fixing.
Task branch @3753a@ has been updated for review to revisions @11331@.
This i... - 09:08 AM Base Language Feature #3753: I18N additions
- Revision 11330 fixes a bug in my management of the caching flag.
- 06:47 AM Base Language Feature #3753: I18N additions
- Code Review Task Branch 3753a Revision 11328
The changes are a good step.
I have reworked the code to make @S... - 07:32 PM Database Feature #3815: more temp-table options
- If we need this information for runtime purposes, then we do need to add this to annotations.
- 05:09 PM Database Feature #3815: more temp-table options
- OK, we have @fieldId@, @order@ and @position@ fields, and the last two are optional. ...
- 10:42 AM Database Feature #3815: more temp-table options
- This seems to be a "feature" of the @BUFFER-FIELD()@ method.
Please see this article:
https://knowledgebase.pro... - 09:09 AM Database Feature #3815: more temp-table options
- As far as I tested, @LIKE@ and @LIKE-SEQUENTIAL@ behave in the same way (like @LIKE-SEQUENTIAL@). E.g. we have table ...
- 03:29 AM Database Feature #3815: more temp-table options
- Yes, the @BEFORE-TABLE@ option is working for me. I created a small testcase:...
- 05:45 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- There is an issue which has been in the back of my head and bugging me for a while: we solve method name collisions (...
- 01:07 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Code Review Task Branch 3751a Revision 11308
I'm good with the changes. There is quite a bit there!
The @Class... - 04:57 PM Database Bug #4071: FWD server stops allowing new web client logins after abend
- Greg Shah wrote:
> > > Otherwise we probably need to ensure any rollback is executed on the conversation thread.
> ... - 04:55 PM Database Bug #4071: FWD server stops allowing new web client logins after abend
- > > Otherwise we probably need to ensure any rollback is executed on the conversation thread.
>
> Agreed. I didn't... - 03:31 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Regression testing started.
- 03:21 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Everything looks good. Please run ChUI regression testing (both conversion and runtime).
- 02:55 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- means that the converted code won't compile because there are no stubs.
Fixed
> 2. @AuditControlManager@ and @Aud... - 02:20 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> Ovidiu: Please apply your patch from #4073 to 3810a.
Committed as revision 11316 in branch 3810a.
- 01:51 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- OK.
Ovidiu: Please apply your patch from #4073 to 3810a.
Igor: After your code review resolutions (and Ovidiu... - 01:40 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin Asofiei wrote:
> Also, considering #4073 issue: as HandleCommon was extended with new interfaces, the run... - 01:39 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Greg Shah wrote:
> Once the code review items are resolved, I think it makes sense to merge this branch into 3751a (... - 01:23 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Once the code review items are resolved, I think it makes sense to merge this branch into 3751a (and then dead-archiv...
- 01:21 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Code Review Task Branch 3810a Revision 11314
Good update.
1. The gaps marking for the new items should have run... - 01:36 PM Core Development Bug #4073: code size limit exceeded
- The update from note4 looks fine in my tests.
- 01:29 PM Core Development Bug #4073: code size limit exceeded
- Ovidiu, do you have a final fix for this?
- 11:52 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- Alexei, if you compile FWD with a @-Dwidget.browser=true@ at the @ant@ command, then you will have a widget browser w...
- 11:45 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- Focus on this one: @"$" VIEW-AS TEXT@. Perhaps the problem is that it is being placed in the wrong location?
- 11:29 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- There any many use of the $ character .cache files, but not in update-rate-dialog.w.cache (no changes there compared ...
- 10:45 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- Is there any use of the @$@ character in that program (check the .cache file which has been fully preprocessed)?
- 09:14 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- the original code is in file update-rate-dialog.w:
DEFINE VARIABLE roomRate AS DECIMAL FORMAT ">>>,>>9.99":U INITIAL... - 09:06 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- > the format string is not changed (and does not contain any dollar sign)
What is the 4GL code that has been conve... - 08:55 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
I saw in debugger that the format string is not changed (and does not contain any dollar sign).
There can be 2 ...- 10:46 AM Database Feature #3809: ProDataSet support
- I do agree that using "HANDLE" seems incorrect for these cases. Aren't these specific types which cannot be intermix...
- 09:19 AM Database Feature #3809: ProDataSet support
- Yes, I though the annotation is incorrect. The type attribute is @"HANDLE"@, too, in @name-map@. I understand they ha...
- 08:11 AM Database Feature #3809: ProDataSet support
- Ovidiu Maxiniuc wrote:
> Constantin, I have the following definitions in a object:
> [...]
> They are converted in... - 08:10 AM Database Feature #3809: ProDataSet support
- Constantin, I have the following definitions in a object:...
- 04:39 AM Database Feature #3809: ProDataSet support
- Please check out the 3751a/11308.
- 08:43 AM User Interface Bug #4078 (WIP): cannot login in Hotel demo in Swing mode
- 07:31 AM User Interface Bug #4078: cannot login in Hotel demo in Swing mode
- 1. run deploy/server/server.sh
2. run deploy/client/client.sh
3. window appear; enter credentials hotel/hotel
4. t... - 07:21 AM User Interface Bug #4078 (Closed): cannot login in Hotel demo in Swing mode
- 08:40 AM User Interface Bug #3630 (Closed): SYSTEM-DIALOG GET-FILE abends with an NPE when INITIAL-DIR not specified
- 08:37 AM User Interface Bug #3630: SYSTEM-DIALOG GET-FILE abends with an NPE when INITIAL-DIR not specified
- Greg Shah wrote:
> Hynek: Can we close this issue?
Yes, I believe so. I checked the test case and it works OK wit... - 08:32 AM User Interface Bug #3630: SYSTEM-DIALOG GET-FILE abends with an NPE when INITIAL-DIR not specified
- Hynek: Can we close this issue?
- 08:30 AM User Interface Bug #3631: SYSTEM-DIALOG FONT won't accept keyboard input in the selection lists
- Please work on the initial focus issue. The dialog is implemented in @com/goldencode/p2j/ui/client/gui/FontChooserGu...
- 08:19 AM User Interface Bug #3631: SYSTEM-DIALOG FONT won't accept keyboard input in the selection lists
- If focus manually is pointed into the selection list, keyboard input is possible.
- 08:15 AM User Interface Bug #3631: SYSTEM-DIALOG FONT won't accept keyboard input in the selection lists
- If you manually put focus into a selection list, does it accept keyboard input?
05/08/2019
- 06:13 PM Database Feature #3809: ProDataSet support
- Constantin Asofiei wrote:
> Ovidiu, @dataset-handle@ parameters need to convert as @DatasetParameter@ (same as @tabl... - 05:57 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Created task branch 3751a from trunk rev 11306.
Rev 11307 contains a batch of OO and some misc fixes. Any file wit... - 05:45 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- > Greg, is there a reason why @fixups/stream_references.rules@ wouldn't be ran by @annotations_prep.rules@? The code ...
- 05:18 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg, is there a reason why @fixups/stream_references.rules@ wouldn't be ran by @annotations_prep.rules@? The code I ...
- 04:17 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg Shah wrote:
> Your approach makes sense, though the "feature" does not make any sense. It is like an implicit ... - 04:12 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Your approach makes sense, though the "feature" does not make any sense. It is like an implicit static version of a ...
- 04:09 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg Shah wrote:
> Do you have an example to help me understand what you mean?
This class:... - 04:02 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- > We need to 'hard-link' it to the proper method definition... and this can only be done by analysing the full table ...
- 03:59 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- > @DEF STREAM rpt.@ in a 4GL class can be used from both static and instance methods - and the static usage will have...
- 03:54 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg Shah wrote:
> > So, as TABLE parameters allow collisions, and target resolution is done via the temp-table stru... - 03:51 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- > So, as TABLE parameters allow collisions, and target resolution is done via the temp-table structure, in case of co...
- 05:20 AM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- @DEF STREAM rpt.@ in a 4GL class can be used from both static and instance methods - and the static usage will have a...
- 04:06 PM Database Feature #3815: more temp-table options
- Stanislav: Don't do anything on @BEFORE-TABLE@. It will be handled in #3809.
> However, it seems to be already wo... - 03:48 PM Database Feature #3815: more temp-table options
- Eric Faulhaber wrote:
> Ovidiu, please see previous posts. Is conversion of BEFORE-TABLE already handled as part of ... - 03:28 PM Database Feature #3815: more temp-table options
- Ovidiu, please see previous posts. Is conversion of BEFORE-TABLE already handled as part of #3809?
- 02:42 PM Database Feature #3815: more temp-table options
- Do I need to work on @BEFORE-TABLE@ as well?
- 02:51 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Eric Faulhaber wrote:
> Hynek Cihlar wrote:
> > How about to exclude the FWD classes in aop.xml? So that the FWD cl... - 02:30 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Hynek Cihlar wrote:
> How about to exclude the FWD classes in aop.xml? So that the FWD classes are only weaved by th... - 02:01 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Eric Faulhaber wrote:
> Hynek Cihlar wrote:
> > I'm not sure how well you can combine load-time and compile-time we... - 01:56 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Hynek Cihlar wrote:
> I'm not sure how well you can combine load-time and compile-time weaving.
Actually, I did not... - 01:40 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Eric Faulhaber wrote:
> Thank you for the guidance.
>
> I am using compile-time weaving only because that seemed ... - 01:32 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Thank you for the guidance.
I am using compile-time weaving only because that seemed to be the most direct way to ... - 01:14 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Here is more info on load time weaving http://www.eclipse.org/aspectj/doc/released/devguide/ltw.html.
- 01:12 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Hynek Cihlar wrote:
> Eric Faulhaber wrote:
> > Hynek, I am using AspectJ to capture method-level profile data (jus... - 01:07 PM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- Eric Faulhaber wrote:
> Hynek, I am using AspectJ to capture method-level profile data (just number of invocations a... - 12:51 PM Database Feature #4056 (WIP): instrument FWD and supporting libraries to measure database performance
- Hynek, I am using AspectJ to capture method-level profile data (just number of invocations and aggregate elapsed time...
- 01:54 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- > Greg, should I run regression testing?
Yes, go ahead. - 01:45 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Stanislav Lomany wrote:
> > * ComboBoxGuiImpl.setValue - the condition @config.mode == Mode.DROP_DOWN || config.mode... - 01:43 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- The issues are addressed in 3908a rev 11313
> * setViewAsComboBox(boolean) - the boolean parameter is redundant an... - 01:47 PM User Interface Feature #4077: add option to OPEN-MIME-RESOURCE to delete the original source file when the send ...
- @OPEN-MIME-RESOURCE@ is often used when 4GL code generates some output and wants to get it to the user. There is a c...
- 01:39 PM User Interface Feature #4077 (Closed): add option to OPEN-MIME-RESOURCE to delete the original source file when ...
- 01:21 PM Conversion Tools Feature #4076: remove empty triggers during conversion
- > I have a question. We can detect if the trigger file is empty quite early, in fixups. Are we able to put a file on ...
- 12:56 PM Conversion Tools Feature #4076: remove empty triggers during conversion
- From the POV of schema triggers only: yes, this should work.
I have a question. We can detect if the trigger file... - 12:49 PM Conversion Tools Feature #4076: remove empty triggers during conversion
- One of our customers adds trigger procedures for every permanent database table, even if the trigger is empty. In fa...
- 12:31 PM Conversion Tools Feature #4076 (New): remove empty triggers during conversion
- 12:41 PM Core Development Bug #4073: code size limit exceeded
- Apparently, the exception was caused because the proxy was implementing only the declaring methods. In @HandleCommon@...
- 09:00 AM User Interface Bug #3691: literal $ character in format appears on the right side of the fill-in
- From Alexei:
> Installed the Hotel demo and made sure the bug exists, Now thinking how to find the place where th... - 08:35 AM User Interface Bug #4075: Combo-box columns 4GL quirks
- In 4GL combo box columns are not implemented well: they have a many quirks. The list below describes the differences ...
- 05:27 AM User Interface Bug #4075 (New): Combo-box columns 4GL quirks
- 04:07 AM User Interface Bug #3631: SYSTEM-DIALOG FONT won't accept keyboard input in the selection lists
- A test file (attached) runs successfully under FWD (revision 11304).
Keyboard input is accepted, though after moving... - 02:43 AM User Interface Bug #3630: SYSTEM-DIALOG GET-FILE abends with an NPE when INITIAL-DIR not specified
- Cannot reproduce. Created a test file (attached), it runs successfully on FWD (revision 11304).
05/07/2019
- 06:07 PM User Interface Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- Also, this code in @Browse.goUp@ doesn't seem valid:...
- 06:02 PM User Interface Bug #4074: Mismatching ROW-ENTRY/LEAVE events
- The issue is that in FWD @ROW-ENTRY@ and @ROW-LEAVE@ events are generated when user leaves or enters a row in editing...
- 04:27 PM User Interface Bug #4074 (Closed): Mismatching ROW-ENTRY/LEAVE events
- 02:57 PM Core Development Bug #4073: code size limit exceeded
- While working with the new proxy I encountered the following exception:...
- 10:11 AM Core Development Bug #4073: code size limit exceeded
- I found the following patch to work fine:...
- 09:22 AM Core Development Bug #4073: code size limit exceeded
- Today I added some new functionality to FWD and suddenly the client started to abend with...
- 09:14 AM Core Development Bug #4073 (New): code size limit exceeded
- 12:06 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added conversion support for:...
- 08:31 AM Base Language Feature #2135: implement COPY-LOB language statement
- Marian Edu wrote:
> Just to be clear on this one, what is already tested and what do we need to test further on it? ... - 12:23 AM User Interface Bug #4072: NPE logging into Hotel GUI with Swing client
- Found with 4045a/11311 and fresh checkout of hotel_gui rev 197. Probably in trunk 11306 as well. To recreate, just st...
- 12:19 AM User Interface Bug #4072 (Rejected): NPE logging into Hotel GUI with Swing client
05/06/2019
- 06:45 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> > Did you mean to implement helper methods in Stream class, correct?
>
> Yes.
Done. Task br... - 05:54 PM Base Language Feature #3753: I18N additions
- > Did you mean to implement helper methods in Stream class, correct?
Yes. - 05:49 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> I prefer to go with the workers as I documented them. The primary reason is that the logic of wh... - 05:40 PM Base Language Feature #3753: I18N additions
- I prefer to go with the workers as I documented them. The primary reason is that the logic of whether or not we are ...
- 05:19 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
>
> The first call to either one of @setConvertSource()@ or @setConvertTarget()@ will always fin... - 04:47 PM Base Language Feature #3753: I18N additions
- Eugenie Lyzenko wrote:
> Greg Shah wrote:
> > 11. In @Stream.setConvertSource(String)@, why is @convert@ set @true@... - 04:11 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added conversion support for...
- 01:39 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added conversion support for...
- 03:30 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Code review 3908a.
* setViewAsComboBox(boolean) - the boolean parameter is redundant and should be removed (false ... - 03:18 PM Database Bug #4071: FWD server stops allowing new web client logins after abend
- Greg Shah wrote:
> Otherwise we probably need to ensure any rollback is executed on the conversation thread.
Agre... - 03:14 PM Database Bug #4071: FWD server stops allowing new web client logins after abend
- I'm not saying you are incorrect. It may be a new "feature" of the UNIX socket code. But I think it is an invalid a...
- 02:29 PM Database Bug #4071: FWD server stops allowing new web client logins after abend
- The reason I assumed it was something in the new socket code is that we've had many abnormal ends in the past, where ...
- 02:26 PM Database Bug #4071: FWD server stops allowing new web client logins after abend
- This is persistence context cleanup code. At the persistence level, we don't have any control as to the thread on whi...
- 02:13 PM Database Bug #4071: FWD server stops allowing new web client logins after abend
- > Possibly just a bug in the org.newsclub.net socket code?
Yes, it is possible.
*However*, this database proces... - 04:42 AM Database Bug #4071: FWD server stops allowing new web client logins after abend
- Eric Faulhaber wrote:
> Is the hung Reader thread preventing port 7449 from being released, because context cleanup ... - 12:54 AM Database Bug #4071: FWD server stops allowing new web client logins after abend
- I've recently noticed that after some abnormal ends, I can no longer log into the web client without restarting the F...
- 12:32 AM Database Bug #4071 (New): FWD server stops allowing new web client logins after abend
- 06:22 AM Database Feature #3816: table and table handle parameter options
- Yes, this one is more urgent since we are about to start work on it.
- 01:59 AM Database Feature #3816: table and table handle parameter options
- Greg Shah wrote:
> Please document the specific questions we have that will require 4GL testcases. I don't know if ... - 01:57 AM Base Language Feature #2135: implement COPY-LOB language statement
- Just to be clear on this one, what is already tested and what do we need to test further on it? Just the CLOB/BLOB (b...
05/05/2019
- 12:34 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> > We need to know how code page conversion approach if we change CPINTERNAL or CPSTREAM several t... - 09:09 AM Base Language Feature #3753: I18N additions
- > We need to know how code page conversion approach if we change CPINTERNAL or CPSTREAM several time between I/O oper...
05/04/2019
- 10:44 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- 1. Fixed @handle@
2. Added/updated gaps data
3. -
4. Added file header and javadoc to @CommonSecurityPolicy@ and ... - 10:22 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revisions @11327@.
Completed code review notes resolution. To c... - 08:26 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revisions @11326@.
The notes resolved except point @1@(not yet ...
05/03/2019
- 04:49 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Please review 3908a rev 11312, especially the changes for standalone combos.
- 04:31 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Code Review Task Branch 3810a Revision 11309
The first pass is good. Some items:
1. In @handle.java@, you chan... - 10:48 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Added conversion support for...
- 10:43 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Thank you, Constantin! It works.
- 10:32 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin Asofiei wrote:
> No, don't add 28 methods - just make sure the conversion rules always wrap a string lite... - 10:30 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- No, don't add 28 methods - just make sure the conversion rules always wrap a string literal into a @new character(lit...
- 10:26 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Do we still add multiple signatures for methods with character argument(s) or there is another solution? For example ...
- 04:09 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- So, as TABLE parameters allow collisions, and target resolution is done via the temp-table structure, in case of coll...
- 01:31 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg Shah wrote:
> I would prefer if the converted name would match the extent value. So @m1(input x as int extent ... - 10:36 AM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- > a @m1(input x extent)@ and @m1(input x extent 5)@ will have as Java methods @m1_1(int[] x)@ and @m1_2(int[] x)@
... - 10:01 AM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Some notes related to #3751-493, solving the collisions in Java signatures. This is solved by ensuring that a 4GL me...
- 03:32 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> 12. @Stream@ is used on both the server and the client. I think the direct usage of @Environment... - 03:19 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> 13. The @Stream.convert@ member is modified multiple times, during construction, possibly when th... - 02:21 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> 11. In @Stream.setConvertSource(String)@, why is @convert@ set @true@ when @targetCp == null@? I... - 11:28 AM Base Language Feature #3753: I18N additions
- > I think it is not the case. I thought about this possibility and the code:
Sorry, I mis-read the code.
> The ... - 08:59 PM Base Language Feature #3753: I18N additions
- The original 4GL ordering for @GET-CODEPAGES()@:
!code_pages_order.jpg! - 08:37 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> 5. In @I18nOps.getCodePages()@, the returned string will always end in a @,@. Is that how the 4G... - 01:16 PM Base Language Feature #3854: update appserver support with PASOE features
- From Marian:
> Other than that the rest of the day was for setting up one PASOE instance for each and start deploy...
05/02/2019
- 04:17 PM Base Language Feature #3753: I18N additions
- Code Review 3753a Revision 11325
This is a really good update. Some feedback:
1. The change in @DirectoryServe... - 10:24 AM Database Feature #3809: ProDataSet support
- Ovidiu, @dataset-handle@ parameters need to convert as @DatasetParameter@ (same as @table-handle@ does). Currently t...
- 10:19 AM Base Language Feature #4064: large-raw data type
- In subclassing from @MEMPTR@, we might want to use a name like @SERVER-MEMPTR@. Or we can add an @ON-SERVER@ option ...
- 10:15 AM Base Language Feature #4064: large-raw data type
- > Do you expect for the 4GL programs to be re-written using the large-raw data-type? Because I would use hints at con...
- 09:43 AM Base Language Feature #4064: large-raw data type
- Do you expect for the 4GL programs to be re-written using the @large-raw@ data-type? Because I would use hints at co...
- 09:45 AM Base Language Support #4032: block/transaction processing context-local and other performance improvements
- Greg Shah wrote:
> Constantin: To what extent do we need to look at additional optimizations in @ControlFlowOps@ and...
05/01/2019
- 07:59 PM Base Language Feature #3753: I18N additions
- +4GL tests additional wishes+
It will be good to also have the 4GL testcases that leverage the following Progress ... - 06:56 PM Base Language Feature #3753: I18N additions
- +4GL tests requirement+
More test related area to investigate:
* @LC()@/@CAPS()@ functions for different code pag... - 05:34 PM Base Language Feature #3753: I18N additions
- > As far as I understand the only work left for now in this task is to create the list of the specifications for 4GL ...
- 05:01 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revisions @11325@.
This is the improvement for mapping Java cod... - 04:29 PM Base Language Feature #3753: I18N additions
- +4GL tests requirement+
Another point of the interest for @4GL@ testing is the behavior of the @CHR()@ function in... - 01:41 PM Base Language Feature #3753: I18N additions
- +4GL tests requirement+
The following option's dependency need to be tested in 4GL environment from @CURRENT-LANGU... - 11:39 AM Base Language Feature #3753: I18N additions
- We are arranging for someone to write 4GL testcases to do a deep/comprehensive look at the I18N features.
> What s... - 11:04 AM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> > Continue working with next part of the task - translation manager replacement.
>
> Actually,... - 10:08 AM Base Language Feature #3753: I18N additions
- > Continue working with next part of the task - translation manager replacement.
Actually, we are going to defer t... - 10:48 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revisions @11324@.
The update fixes the bug in @Stream@ while c... - 05:37 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Rebased task branch 3908a from P2J trunk revision 11306.
- 04:58 PM Database Feature #3761 (Closed): add DYNAMIC-FUNCTION() support to the dynamic database WHERE clause inter...
- As of trunk revision 11302, this functionality is complete.
- 04:49 PM Base Language Feature #4065: server-side processing of client platform dependencies
- Proper processing of "Client Platform Dependencies":/projects/p2j/wiki/Client_Platform_Delegate requires these featur...
- 04:38 PM Base Language Feature #4065 (Closed): server-side processing of client platform dependencies
- 04:37 PM Base Language Feature #4064: large-raw data type
- In the 4GL, the @RAW@ type stores binary data up to 31000 bytes in size. For larger binary data, a @MEMPTR@ must be ...
- 04:29 PM Base Language Feature #4064 (New): large-raw data type
- 02:14 PM Database Support #4063: linking looping FIND FIRST/NEXT and FIND LAST/PREV in a set oriented operation
- After speaking with Eric, some thoughts:
* The current approach is handled exclusively at runtime.
* The more adv... - 02:04 PM Database Support #4063: linking looping FIND FIRST/NEXT and FIND LAST/PREV in a set oriented operation
- From Eric:
> Yes. This has been implemented since 2006 as @AdaptiveFind@.
>
> It doesn't detect that it is in ... - 02:02 PM Database Support #4063: linking looping FIND FIRST/NEXT and FIND LAST/PREV in a set oriented operation
- From Constantin:
> An idea here is to add an UUID at conversion time, to a FIND. This way the runtime can uniquely... - 02:01 PM Database Support #4063: linking looping FIND FIRST/NEXT and FIND LAST/PREV in a set oriented operation
- Can @FIND FIRST@ and @FIND NEXT@ with same buffer and same @WHERE@ be matched together into a set oriented approach? ...
- 02:00 PM Database Support #4063 (New): linking looping FIND FIRST/NEXT and FIND LAST/PREV in a set oriented operation
- 01:58 PM Database Feature #4033: avoid query for FIND unique when the current record in the buffer would match the ...
- I think that in addition to @FIND unique@, there are other cases (@FIND FIRST/LAST@) where we can track enough state ...
- 01:29 PM Base Language Support #4032: block/transaction processing context-local and other performance improvements
- From Eric in #3992-163:
> @SourceNameMapper.removePkg()@ is called hundreds of thousands of times in some use case... - 01:27 PM Base Language Support #4032: block/transaction processing context-local and other performance improvements
- From Eric (see #3992-162):
> ProcedureManager.hasReferent is showing as a minor bottleneck in some use cases, due ... - 01:20 PM Base Language Support #4032: block/transaction processing context-local and other performance improvements
- From Eric (see #3992-159):
> We could save a little bit of time by streamlining HandleOps.getLegacyAnnotation. Thi... - 01:02 PM Base Language Support #4032: block/transaction processing context-local and other performance improvements
- Constantin: To what extent do we need to look at additional optimizations in @ControlFlowOps@ and @ProcedureManager@?...
- 01:00 PM Base Language Support #4032: block/transaction processing context-local and other performance improvements
- @ErrorManager@ should be moved to a @TransactionHelper@ design. For example, @ErrorManager.isPendingError()@ is very...
- 01:25 PM User Interface Support #4062: getChanges() performance improvements
- From Eric (see #3992-162):
> In @LT.getChanges()@, we iterate the entire @frameRegistry@ map on each call, which i... - 01:24 PM User Interface Support #4062 (New): getChanges() performance improvements
- 01:18 PM Conversion Tools Feature #1757: update ANTLR to latest version
- There is a suggestion that moving to ANTLRv4 will improve performance.
On the other hand, we know that tree buildi... - 01:17 PM Database Support #4060: investigate converting extent fields to array columns
- Note that this task is created in the context of investigating changes that may improve performance, but I don't know...
- 01:08 PM Database Support #4060: investigate converting extent fields to array columns
- We have found on occasion that our default approach of normalizing extent fields of like extent into a secondary tabl...
- 01:01 PM Database Support #4060 (WIP): investigate converting extent fields to array columns
- 01:11 PM Base Language Support #4061: base language performance work
- This is a gathering place (master index) of proposed performance work for the base language:
* #4032 block/transac... - 01:04 PM Base Language Support #4061 (New): base language performance work
- 01:00 PM Database Support #4058: consider denormalizing tables as the default approach
- I don't really want to make denormalization the default, as this can result in a huge number of columns in a table, h...
- 10:49 AM Database Support #4058: consider denormalizing tables as the default approach
- We know that denormalizing for all tables is not always a performance improvement, so there may need to be a better a...
- 10:48 AM Database Support #4058 (New): consider denormalizing tables as the default approach
- 11:25 AM User Interface Support #4059: UI performance improvements (master task)
- This task is a master index of planned/proposed UI performance work:
* #4912 move UI portions of the web client to... - 11:18 AM User Interface Support #4059 (New): UI performance improvements (master task)
- 11:13 AM User Interface Feature #3684 (Closed): implement a web theme inspired by material design
- 10:46 AM Database Bug #4057: h2 performance degradation
- From Eric:
> I'd rather not. 197 has a lot of fixes for regressions in the last few point releases before it.
>
... - 10:46 AM Database Bug #4057: h2 performance degradation
- As an interim measure, can we go back to 1.4.196 (and add our customizations)?
- 10:45 AM Database Bug #4057: h2 performance degradation
- More from the mailing list:
-------- Forwarded Message --------
Subject: [h2] Re: Recent drops in performance
D... - 10:44 AM Database Bug #4057: h2 performance degradation
- From Eric:
> We're on (a customized) 1.4.197 (not depicted, but probably somewhere between cyan and red). - 10:43 AM Database Bug #4057: h2 performance degradation
- From the H2 mailing list:
-------- Forwarded Message --------
Subject: [h2] Re: Recent drops in performance
Dat... - 10:42 AM Database Bug #4057 (New): h2 performance degradation
- 10:17 AM User Interface Bug #2921 (Closed): fix vertical placement of FILL-IN (editable or not)/LABEL/EDITOR text
- Branch 3811a was merged to trunk as revision 11303.
- 06:32 AM Base Language Feature #3810: SECURITY-POLICY and other security features
- Constantin.
Sorry, I forgot to set watch for this task and overlooked your question.
I will try to implement conver... - 02:21 AM Database Feature #4056: instrument FWD and supporting libraries to measure database performance
- In order to improve the performance of the persistence layer of FWD, we first need to measure the time spent at sever...
- 02:11 AM Database Feature #4056 (WIP): instrument FWD and supporting libraries to measure database performance
- 02:03 AM Database Feature #4055: optimize temp-table output parameter copying
- This idea warrants further investigation.
- 02:02 AM Database Feature #4055: optimize temp-table output parameter copying
- Eric wrote:
---
Constantin Asofiei wrote:
> Eric Faulhaber wrote:
> > We could get past the first issue with ... - 02:01 AM Database Feature #4055: optimize temp-table output parameter copying
- Constantin wrote:
---
Eric Faulhaber wrote:
> We could get past the first issue with some clever insert statem... - 02:01 AM Database Feature #4055: optimize temp-table output parameter copying
- Eric wrote:
---
Constantin Asofiei wrote:
> Eric, did you notice the time spent during temp-table output param... - 02:00 AM Database Feature #4055: optimize temp-table output parameter copying
- Constantin wrote:
---
Eric, did you notice the time spent during temp-table output parameter copying, during pr... - 01:59 AM Database Feature #4055: optimize temp-table output parameter copying
- The following discussion between Constantin and myself is copied from another task...
- 01:58 AM Database Feature #4055 (WIP): optimize temp-table output parameter copying
- 01:32 AM Database Feature #4054: only track specific tables in dirty database
- The idea is to improve performance of the persistence layer by only tracking certain tables within the dirty database...
- 01:28 AM Database Feature #4054 (New): only track specific tables in dirty database
04/30/2019
- 09:19 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revisions @11322@, @11323@.
The update adds session context are...
04/29/2019
- 08:58 AM Conversion Tools Feature #4053: convert ant buildfile testcases/uast/build.xml into gradle buils file into build g...
- The version of our @testcases/uast/build.xml@ is very old. I really don't want to spend any time on it.
We have a... - 08:50 AM Conversion Tools Feature #4053: convert ant buildfile testcases/uast/build.xml into gradle buils file into build g...
- The converted gradle build file can then be used in 2 ways (as a minimum):
- to create Intellij Idea FWD plugin, a... - 05:43 AM Conversion Tools Feature #4053 (New): convert ant buildfile testcases/uast/build.xml into gradle buils file into b...
- 08:43 AM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been rebased with trunk @11306@, new revision is @11321@.
04/27/2019
- 08:40 AM Base Language Feature #3753: I18N additions
- > So there is no conversion/compilation issues. I think we do not need to implement setters for SESSION code pages re...
- 10:02 PM Base Language Feature #3753: I18N additions
- The @settable_cp_attributes.p@...
- 08:54 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> ...
> > Also the handling approach has been changed to have conversion by default.
>
> This s...
04/26/2019
- 07:13 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been rebased with trunk @11305@, new revision is @11320@.
- 06:51 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> Please add conversion and simple runtime support for the attribute getters for all of the codepag... - 01:01 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> > The testing shows the 4GL returns ISO8859-1 for both SESSION:CPSTREAM and SESSION:CPINTERNAL.
... - 12:47 PM Base Language Feature #3753: I18N additions
- Greg Shah wrote:
> > Do we need to implement MAP option here?
> ...
> Maybe. At least the conversion should be s... - 11:08 AM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revision @11317@.
The update adds conversion and runtime(still ... - 07:02 AM Base Language Feature #3753: I18N additions
- > The testing shows the 4GL returns ISO8859-1 for both SESSION:CPSTREAM and SESSION:CPINTERNAL.
This will depend o... - 05:39 AM Base Language Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
- Greg Shah wrote:
> Question from Marian:
>
> > For classical appsrv there are some session-managed operating mode...
04/25/2019
- 07:10 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revision @11316@.
Testcases repo has been updated to revision @... - 04:20 PM Base Language Feature #3855: implement equivalent support for REST (classic appserver, PASOE REST and WEB trans...
- Question from Marian:
> For classical appsrv there are some session-managed operating modes, do you need to have t...
04/24/2019
- 06:56 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revision @11315@.
Testcases repo has been updated to revision @... - 09:02 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revision @11314@.
Testcases repo has been updated to revision @... - 03:00 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Constantin Asofiei wrote:
> Greg, did you start working on the overload by parameter mode or param's object type? I... - 02:20 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg, did you start working on the overload by parameter mode or param's object type? If not, I need to start workin...
04/23/2019
- 06:35 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Side issue: a regular combo in FWD with decimals should round decimals according to the format prescision before cmpa...
- 09:57 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- > It is interesting than for integer columns
For decimal columns too.
- 09:54 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- It is interesting than for integer columns spaces are taken into cosideration for comparision. So...
- 04:58 PM Base Language Feature #3753: I18N additions
- The testing shows the 4GL returns @ISO8859-1@ for both @SESSION:CPSTREAM@ and @SESSION:CPINTERNAL@. In @FWD@ we have ...
- 01:34 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been rebased with trunk @11304@, new revision is @11313@.
- 10:34 PM Base Language Feature #3753: I18N additions
- So far the next steps plan will be to focus on stream related codepage processing:
- @SESSION:CPSTREAM@
- @INPUT ST... - 09:00 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revision @11312@.
This small update fixes double element for @K... - 03:53 PM User Interface Feature #3876: add support for "direct font control" at the widget level
- This issue is resolved with revision 11306 in 3767a. Please review.
- 01:31 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Go ahead.
- 01:15 PM Base Language Feature #3751: implement support for OO 4GL and structured error handling
- Greg, my WIP changes (by volume) are more misc than OO. I'd like to create a 3859a branch, finish/stabilize/review cu...
- 01:17 PM Database Feature #3809: ProDataSet support
- 3809a was merged to trunk as r11304. Fresh new 3809c was created for following changes on this task.
- 11:47 AM Database Feature #3809: ProDataSet support
- Greg Shah wrote:
> To be safe, please put this back through conversion regression testing. If it passes for the ChU... - 09:53 AM Database Feature #3809: ProDataSet support
- Ovidiu Maxiniuc wrote:
> Eric, what do you say?
Yes, I like this better. - 09:40 AM Database Feature #3809: ProDataSet support
- Constantin Asofiei wrote:
> Ovidiu, there is a regression in 3809a: you've added the @kw_cpy_ttbl@ to the top @load_... - 02:43 AM Database Feature #3809: ProDataSet support
- Ovidiu, there is a regression in 3809a: you've added the @kw_cpy_ttbl@ to the top @load_descriptors@ function, and th...
- 07:34 AM User Interface Feature #1795: implement printing support (real GUI printing not the child process stuff used in ...
- > I added it to a Possenet zip file which later on became the initial revision of the repository.
Ahh. That expla... - 02:39 AM User Interface Feature #1795: implement printing support (real GUI printing not the child process stuff used in ...
- Greg Shah wrote:
> Hynek Cihlar wrote:
> > The attached file is the modified @_osprint.p@ with the native code remo...
04/22/2019
- 06:32 PM User Interface Feature #4049: implement mouse wheel for combo-boxes
- It affects drop-down mode. But in the attached testcase I can observe scrolling issues in simple mode, but the scroll...
- 06:13 PM User Interface Feature #4049: implement mouse wheel for combo-boxes
- Stanislav: Is this for the drop down mode or simple mode or both?
- 06:12 PM User Interface Feature #4049 (New): implement mouse wheel for combo-boxes
- 06:09 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Correction: 4GL behaves correctly for non-character columns regarding cell rendering and item selection when a cell g...
- 01:12 PM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- BTW scrolling with mouse wheel is not implemented for regular combo-boxes.
- 09:32 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- > The issue described in #3908-10 is questionable. Personally, I would like to implement a normal behavior. Because s...
- 08:31 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- > Can we do something simple to allow non-character fields to be functional without breaking compatibility?
Charac... - 07:37 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- Stanislav Lomany wrote:
> > If there is no corresponding value in combo box-list, it displays the last used combo-bo... - 04:28 AM User Interface Feature #3908: implement browse column VIEW-AS COMBO-BOX
- > If there is no corresponding value in combo box-list, it displays the last used combo-box value for this column. So...
- 02:37 PM Base Language Feature #3854: update appserver support with PASOE features
- > I'm not sure the REST/SOAP/WEB can be handled via the 4GL SERVER handle (and CONNECT statement) - these are specifi...
- 02:18 PM Base Language Feature #3854: update appserver support with PASOE features
- A high-level plan on testing the PASOE behavior:
* documentation how to configure and setup PASOE: multi-session age... - 01:27 PM Base Language Feature #3753: I18N additions
- Task branch @3753a@ has been updated for review to revision @11311@.
The update reflects gap marking status change... - 01:20 PM Base Language Feature #3810: SECURITY-POLICY and other security features
- Igor, do you have an ETA for the conversion side of this task (and stubbed runtime)? At least these attributes are r...
- 01:07 PM User Interface Feature #3281: implement some frame options
- Greg Shah wrote:
> The gap marking for the color phrase seems wrong (from @rules/gaps/user_interface.rules@):
>
>... - 10:21 AM User Interface Feature #3281: implement some frame options
- The gap marking for the color phrase seems wrong (from @rules/gaps/user_interface.rules@):...
- 11:42 AM User Interface Bug #3686 (Closed): PSTimer threads must be cleaned up when the client session terminates
- Branch 3750b was merged to trunk as revision 11302.
- 10:24 AM User Interface Bug #3686: PSTimer threads must be cleaned up when the client session terminates
- Greg Shah wrote:
> Did branch 3750b resolve this issue?
Yes. - 10:12 AM User Interface Bug #3686: PSTimer threads must be cleaned up when the client session terminates
- Did branch 3750b resolve this issue?
- 07:56 AM Database Feature #3816: table and table handle parameter options
- Please document the specific questions we have that will require 4GL testcases. I don't know if we will be able to g...
- 07:51 AM Database Feature #3816: table and table handle parameter options
- 3809a contains some changes that implement dataset parameters. This will be merged to trunk shortly. As part of thi...
- 07:48 AM Database Feature #3815: more temp-table options
- > BEFORE-TABLE
Isn't this going to be handled as part of the work for #3809? - 02:46 AM Database Feature #3809: ProDataSet support
- Ovidiu, please rebase 3809a.
Also available in: Atom