Activity
From 10/14/2013 to 11/12/2013
11/08/2013
- 12:58 PM Feature #1634: implement full native library (.so or DLL) support
- The 64-bit Windows Openedge 11.3.1 installation has now been tested and it basically works as expected. The 64-bit c...
- 11:21 AM Feature #1634: implement full native library (.so or DLL) support
- Function Pointer Lookup
Once the library is successfully loaded, a pointer to the function that is to be called must...
11/07/2013
- 04:30 PM Feature #1634: implement full native library (.so or DLL) support
- Loading/Unloading Additional Findings
# On Windows, you can load using no path, relative path or an absolute path (s... - 11:08 AM Feature #1634: implement full native library (.so or DLL) support
- I have now added many more tests. In addition, I have gotten all tests running in 32-bit OE 10.2B06 in both Windows ...
11/06/2013
- 03:46 AM Feature #1641: implement SAX XML support
- > 2. Added special wrapper for File/Stream/memptr/longchar. In 4gl method @set-input-source@ is not important, first ...
- 09:15 PM Feature #1641: implement SAX XML support
- from note 55
1. Fixed
2. Added special wrapper for File/Stream/memptr/longchar. In 4gl method @set-input-source@ is...
11/02/2013
- 05:24 PM Bug #2183: fix resource save/restoration when used with string/handle functions
- > > (1) "Zero" handles
>
> As a general rule, we always implement any language feature (documented or not) that ca...
11/01/2013
- 07:32 AM Bug #2183: fix resource save/restoration when used with string/handle functions
- > > (2) Resource ID deallocation
>
> Yes, we need to solve this for sure. Constantin is working on something rela... - 07:06 AM Bug #2183: fix resource save/restoration when used with string/handle functions
- Overall, this is very good work.
+Answers+
> (1) "Zero" handles
As a general rule, we always implement any l... - 09:54 PM Bug #2183 (Review): fix resource save/restoration when used with string/handle functions
- Attached are the changes to review. The changes passed regression tests.
The source code includes several TODO comme...
10/31/2013
- 03:48 AM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- Greg Shah wrote:
> I suspect the buffer is actually referencing a record whose lock has been downgraded to share-loc... - 03:39 AM Feature #1641: implement SAX XML support
- # @handle.isHandleTypeOf@
- please do not use an existing class name for variables/parameters. It is confusing. I'm ... - 10:01 PM Feature #1641 (WIP): implement SAX XML support
- 1) I have question about procedure handle:
- in handle I have @ExternalProgramWrapper@ where I can get real instance...
10/30/2013
- 12:41 PM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- > Thus, record locks do survive, and we can end up having access to buffer referencing an exclusively-locked record o...
- 12:35 PM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- Again, something else I've missed. I've been checking handles for static widgets which were only included in a FORM s...
- 12:14 PM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- > 1. In the persistent procedure case, do 4GL transactions (and buffer scopes/record locks) end at the end of the ext...
- 11:41 AM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- More questions:
1. In the persistent procedure case, do 4GL transactions (and buffer scopes/record locks) end at t... - 11:20 AM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- I missed a rule; the static resources also get deleted when the internal proc/function which created them ends (regar...
- 09:59 AM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- Does this mean that we just need to defer the processing of TransactionManager.popScope() for external procedures tha...
- 08:39 AM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- Notes about implicit deletion:
* from widget cases, only BUTTON, BROWSE and FILL-IN were tested, but the rules should...
10/29/2013
- 08:54 AM Feature #2196 (WIP): implement proper resource deletion of resources created in a procedure ran p...
- 03:35 AM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- From #2120 notes 60, 61, 62 - static queries are undeletable, but their handle can be deleted (and a subsequent HANDL...
10/25/2013
- 06:04 AM Bug #2197: fix the error message list cleanup when NO-ERROR mode is enabled and ERROR-STATUS:ERRO...
- From #1612 notes 27 and 28:
Constantin Asofiei comment:
> remember the ErrorManager.recordOrShowError changes relat... - 06:02 AM Bug #2197 (Closed): fix the error message list cleanup when NO-ERROR mode is enabled and ERROR-ST...
- 03:13 AM Feature #2196: implement proper resource deletion of resources created in a procedure ran persistent
- From #2120 notes 49 and 50:
Comment by Greg Shah:
> Do we need a new "hook" to handle the class unloading "event"... - 03:12 AM Feature #2196 (Closed): implement proper resource deletion of resources created in a procedure ra...
10/21/2013
- 03:51 AM Feature #1641: implement SAX XML support
- Evgeny, following is my review. The main concerns are about abstracting the sax reading and writing, to not write cod...
- 09:17 PM Feature #1641: implement SAX XML support
- First drop for review:
1) SaxAttributes is close to finish version, there are some not important TODOs
2) SaxEntity...
10/20/2013
- 05:04 PM Bug #2183 (WIP): fix resource save/restoration when used with string/handle functions
- 02:06 PM Feature #2013: implement the SELF system handle
- > Perhaps just the NullWidget stuff is open?
Yes, only the NullWidget usage remains to be removed. - 01:47 PM Feature #2013: implement the SELF system handle
- What is left to do on this task? I think your recent work with async events/sockets probably filled most of the gaps...
- 01:40 PM Feature #2041: implement runtime support for "shared" attributes that are just stubbed
- The BUFFER-FIELD implementation of COLUMN-LABEL, DATA-TYPE, FORMAT and LABEL will be handled in other tasks that are ...
- 12:09 PM Feature #1781 (Closed): add missing support for the WIDGET-HANDLE builtin function
10/18/2013
- 05:39 PM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Committed to p2j_repo as revision 10401.
- 12:56 PM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Check it in and distribute it.
- 12:46 PM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Regression tests passed.
- 02:01 PM Feature #1634: implement full native library (.so or DLL) support
- Loading/Unloading
# No loading of a library occurs until a RUN statement is executed which matches a PROCEDURE EXT... - 12:24 PM Feature #1634: implement full native library (.so or DLL) support
- After a long effort of writing testcases, I have enough results to have sufficient understanding of how the native li...
- 08:52 AM Feature #1646 (Closed): implement BASE64-ENCODE/BASE64-DECODE built-in functions
- 04:44 AM Feature #1641: implement SAX XML support
- I think there is a good chance that the progress documentation is wrong; although the code passes, I couldn't find a ...
10/17/2013
- 07:32 PM Feature #1641: implement SAX XML support
- what means in documentation @A CHARACTER or LONGCHAR expression evaluating to the value of the attribute.@ for exampl...
- 05:32 PM Feature #1646: implement BASE64-ENCODE/BASE64-DECODE built-in functions
- I'm sorry, I forgot..
It passed regression testing. - 02:12 PM Feature #1646: implement BASE64-ENCODE/BASE64-DECODE built-in functions
- What is the status of regression testing? (I know the answer but you were supposed to post it here so there is docum...
- 01:32 PM Feature #1646: implement BASE64-ENCODE/BASE64-DECODE built-in functions
- committed to bzr. Revision 10399.
- 05:04 PM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Yes, I forgot to mention that the regression test is in progress.
- 05:02 PM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- It looks good. Please conversion regression test this.
- 04:52 PM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Built-in functions ordered alphabetically, see the attached hc_upd20131017a.zip.
- 02:36 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- Committed to bzr as 10400.
- 02:14 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- Go ahead.
- 01:54 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- > Runtime testing is enough.
The runtime testing has been passed. The results can be found at 10398_4e69e3d_201310...
10/16/2013
- 11:51 AM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Sorry, I should have seen this other thing before: all entries in builtin_functions.rules should be in alphabetical o...
- 11:28 AM Feature #1781 (Review): add missing support for the WIDGET-HANDLE builtin function
- Resolved the issues from review.
Attached hc_upd20131016a.zip with p2j changes and hc_upd20131016b.zip with testcas... - 10:58 AM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Code Review 1012a
1. The testcases should not be in the same update zip.
2. There should not be a p2j/ director... - 10:37 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- Runtime testing is enough.
- 10:36 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- > It looks good. Get it tested.
Will the runtime regression be enough or we need conversion testing too? - 10:14 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- It looks good. Get it tested.
Also, please make sure you add the additional Redmine task to make a more complete ... - 09:54 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- 1. Moved package private static calls to @date@ class.
2. Modified @DatetimeFormat@ class to reflect the change in 1... - 09:18 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- >
> > 2. If I understand correctly, I think it is the date version of these which needs to be package private:
Cor... - 09:07 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- > 1. LogicalTerminal.getHeightChars(), getWidthChars(),getHeightPixels(), getWidthPixels() have had their annotations...
- 08:20 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- Code Review 1015a
1. LogicalTerminal.getHeightChars(), getWidthChars(),getHeightPixels(), getWidthPixels() have ha... - 05:55 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- The minor changes and fix for SessionUtils.java have been uploaded.
- 02:11 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- Eugenie, please do the following changes:
* HandleOps - needs history enry
* LegacyAtribute - change history entry to... - 09:44 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- 1. and 2. - Done. The new update has been uploaded. In addition to the testcases.
However one question I have face... - 09:53 PM Feature #2194: Creating testcases to check legacy attributes for resources used in CAN-QUERY/CAN-...
- The goal is to provide the 4GL code that is able to check all possible resource/attribute pair for correct result wit...
- 09:48 PM Feature #2194 (New): Creating testcases to check legacy attributes for resources used in CAN-QUER...
10/15/2013
- 06:56 PM Feature #1646: implement BASE64-ENCODE/BASE64-DECODE built-in functions
- Code Review 1014b
I am OK with these changes. Get them regression tested.
> May be I just didn't understand yo... - 06:24 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- Code Review 1014a
1. Please change "belonged" to "ignore". Of course, the meaning of the boolean is reversed in t... - 04:50 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- The new update uploaded for review.
1. Adding separation for static annotations by belonged() member of the Legacy... - 01:15 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- > If you re-look the HandleOps code for canQuery/canSet wrappers you will find the code that handles this case:
As l... - 12:52 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- > BTW, there is another bug in the code: canQuery/canSet must check if the handle is unknown; in this case these meth...
- 02:50 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- It's a little more complicated than this. Some session handles (like LAST-EVENT, SESSION, etc) are implemented via st...
- 04:37 PM Bug #2183: fix resource save/restoration when used with string/handle functions
- The random 64-bit value is acceptable for now. The 4GL apps have so many other security holes that it isn't worth sp...
- 04:33 PM Bug #2183: fix resource save/restoration when used with string/handle functions
- #1781-15
_Also, for security purposes, we should not make the resource ID algorithm a simple sequence. It should be ... - 01:01 PM Feature #1781: add missing support for the WIDGET-HANDLE builtin function
- Review request.
The attached changes implement all the points except for the improvements in resource ID allocatio...
10/14/2013
- 04:33 PM Feature #2074: add CAN-QUERY() and CAN-SET() support
- One example. Consider the FORMAT attribute for LAST-EVENT resource.
The handle constructed for this resource will ... - 10:48 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- > May be the current interfaces class tree does not properly reflect the resource dependency? Don't we need to change...
- 10:34 AM Feature #2074: add CAN-QUERY() and CAN-SET() support
- > Looks like there is a case I've overlooked: for CommonLastEvent interface (defining the LAST-EVENT resource in P2J)...
- 04:18 PM Feature #1646: implement BASE64-ENCODE/BASE64-DECODE built-in functions
- I made a corrections and attached an archive.
About LogicalTerminal and ThinClient I want to say following.
1. ... - 09:41 AM Feature #1646: implement BASE64-ENCODE/BASE64-DECODE built-in functions
- Code Review 1014a
1. DynamicOps and TextOps are both missing a history entry.
2. This code in @if(type == null)... - 06:44 AM Feature #1646: implement BASE64-ENCODE/BASE64-DECODE built-in functions
- I've made proposed corrections. It was enough to make my test case working. Here is and archive.
Also available in: Atom