Activity
From 12/21/2012 to 01/19/2013
01/19/2013
- 03:58 PM Database Feature #1947: add conversion support for database methods
- Updated latest variant above
- 03:55 PM Base Language Feature #1963: implement conversion support for MEMPTR/RAW
- For this task, do the conversion support/runtime stubs for all the get-*() functions and for the put-* and set-* stat...
- 03:20 PM Base Language Feature #1963: implement conversion support for MEMPTR/RAW
- This task is just to manage time spent. Please put all history entries into the parent task #1635.
- 03:17 PM Base Language Feature #1963: implement conversion support for MEMPTR/RAW
- See the parent task for the list of things to support. ONLY create the conversion support (rules changes to emit the...
- 03:15 PM Base Language Feature #1963 (Closed): implement conversion support for MEMPTR/RAW
- 03:19 PM Base Language Feature #1964: finish runtime support for MEMPTR/RAW
- This is just a placeholder to time entry. Put all history entries into the parent task #1635.
- 03:18 PM Base Language Feature #1964 (Closed): finish runtime support for MEMPTR/RAW
- 03:09 PM Base Language Feature #1639: implement socket support
- Some feedback:
1. Is the client-socket.p missing a wait-for statement?
2. Do the client and server work reliably?... - 02:49 PM Base Language Feature #1920: implement persistent procedures
- ...
- 12:56 PM Base Language Feature #1920: implement persistent procedures
- > It may be worth have different variants of invokeFunction that are type specific (invokeLogicalFunction(), invokeIn...
- 12:43 PM Base Language Feature #1920: implement persistent procedures
- I'm generally fine with this plan. Some thoughts:...
- 12:22 PM Base Language Feature #1920: implement persistent procedures
- The major cost in ControlFlowOps is the reflection done to determine the correct method. If we cache this, we will ha...
- 02:27 AM Base Language Feature #1920: implement persistent procedures
- Considering your idea to emit worker methods, to be able to differentiate between simple and dynamic function calls, ...
01/18/2013
- 06:32 PM Database Feature #1947: add conversion support for database methods
- ...
- 06:20 PM Database Feature #1947: add conversion support for database methods
- ...
- 03:16 PM Database Feature #1947: add conversion support for database methods
- ...
- 07:32 PM Database Feature #1947: add conversion support for database methods
- RecordBuffer is something of an unusual class, in that instances of it are never exposed to converted business logic....
- 06:18 PM Base Language Feature #1920: implement persistent procedures
- Feedback on the Java implementation:
1. StaticProxy.invoke() is missing the method level description text in javad... - 05:07 PM Base Language Feature #1920: implement persistent procedures
- ...
- 04:55 PM Base Language Feature #1920: implement persistent procedures
- OK, I understand now what you mean, emit workers in the generated code. About the hints - if a file contains multiple...
- 04:47 PM Base Language Feature #1920: implement persistent procedures
- And of course, the BlockManager.*Function() methods would need variants that take the extra parameter.
- 04:46 PM Base Language Feature #1920: implement persistent procedures
- I was thinking more along the lines of:...
- 04:41 PM Base Language Feature #1920: implement persistent procedures
- When I said the DYNAMIC-FUNCTION return type is static, I mean that if the target is hard coded, then the DYNAMIC-FUN...
- 04:28 PM Base Language Feature #1920: implement persistent procedures
- About entry 89 - I need to keep in mind that at least TARGET-PROCEDURE handle might be used in cojunction with the SE...
- 04:18 PM Base Language Feature #1920: implement persistent procedures
- I don't think DYNAMIC-FUNCTION's return type is "static"... I think it's something more like the Object type in Java....
- 04:08 PM Base Language Feature #1920: implement persistent procedures
- ...
- 03:59 PM Base Language Feature #1920: implement persistent procedures
- Here are some results from my searches.
In my latest scan, there are 12690 instances of DYNAMIC-FUNCTION. Of thos... - 03:31 PM Base Language Feature #1920: implement persistent procedures
- First, about the DYNAMIC-FUNCTION's case: idea is, 4GL does compile such code (where the type of the operand is evalu...
- 02:39 PM Base Language Feature #1920: implement persistent procedures
- ...
- 11:32 AM Base Language Feature #1920: implement persistent procedures
- > 1. Did you check on the effect to Majic of removing of the move of the define parameter of a buffer in record_scopi...
- 11:30 AM Base Language Feature #1920: implement persistent procedures
- Unfortunately, another issue appears: DYNAMIC-FUNCTION calls can be used in complex expressions (arithmetic, logical,...
- 11:16 AM Base Language Feature #1920: implement persistent procedures
- > 1. Did you check on the effect to Majic of removing of the move of the define parameter of a buffer in record_scopi...
- 10:58 AM Base Language Feature #1920: implement persistent procedures
- Feedback on the latest rules changes:
1. Did you check on the effect to Majic of removing of the move of the defin... - 10:00 AM Base Language Feature #1920: implement persistent procedures
- > Why does the first convert to a BlockManager.doWhile() but the second converts to a Java while() loop? If the dyna...
- 09:55 AM Base Language Feature #1920: implement persistent procedures
- ...
- 09:01 AM Base Language Feature #1920: implement persistent procedures
- Another idea for the @IF <func-name>()@ case would be: why not emit directly something like @if (((logical)ControlFlo...
- 08:37 AM Base Language Feature #1920: implement persistent procedures
- Attached update has the following new fixes:
* javadoc fixes
* merged with latest bazaar files
* fixed conversion of ... - 03:16 AM Base Language Feature #1920: implement persistent procedures
- > 1. The read_only_attribute function in common-progress.rules seems like it will be painful to maintain over time, s...
- 07:43 PM Base Language Feature #1920: implement persistent procedures
- Feedback:
0. First: WOW! Really good work.
1. The read_only_attribute function in common-progress.rules seems ... - 02:10 PM Base Language Feature #1639: implement socket support
- Commited to bazaar an initial set of testcases #1957: Use cases for the socket and server-socket attributes and metho...
- 01:58 PM Database Feature #1949: add conversion support for database triggers
- In regard to the TRIGGER PROCEDURE conversion:...
- 12:30 PM Database Feature #1949: add conversion support for database triggers
- About the ways of conversion:
1. The following statements:... - 12:17 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- I added @SESSION:YEAR-OFFSET@, @DATETIME@ fields in a temp-table and support arrays (@EXTEND@) of @int64@ and @DATETI...
- 08:43 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Code review 20130117a:
* Nice functional addition! A bit more to go for Milestone 4 (e.g., defining DATETIME in a... - 09:34 AM Base Language Feature #1962: modify parser to add a readOnly boolean annotation to all attributes and change po...
- 1. Change the SymbolResolver.addAttributeOrMethod() to take a 3rd parameter: boolean readOnly. It should store this i...
- 09:31 AM Base Language Feature #1962 (New): modify parser to add a readOnly boolean annotation to all attributes and cha...
- 04:19 AM Database Feature #1654: add conversion and runtime support for dynamic buffer creation and cleanup
- If the 4GL code specifies directly the table-name like:
@CREATE BUFFER hBuff FOR TABLE "customer".@
then, P2J conv... - 09:11 PM Database Feature #1654: add conversion and runtime support for dynamic buffer creation and cleanup
- Code review 20130117b:
I don't think all the extra overloading of the @RecordBuffer.createBufferForTable@ method t...
01/17/2013
- 06:44 PM Base Language Feature #1649: implement Windows environment/registry access
- ...
- 06:27 PM Base Language Feature #1649: implement Windows environment/registry access
- Greg,
I have followed with the conversion process and found the language keywords are already supported in progres... - 06:37 PM Database Feature #1947: add conversion support for database methods
- ...
- 05:30 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Two more additions to the feedback:
7. DirStream should use com.goldencode.util.PlatformHelper.isUnderWindowsFamil... - 05:13 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- You don't need separate history entries for #1613 and #1626. Just merge the text into a single entry and use the sam...
- 05:00 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Feedback on cs_upd20130117a.zip:
1. The FileSystemDaemon changes are definitely wrong. For example, it is valid f... - 11:35 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- added cs_upd20130116b
- 11:03 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- The regression testing for cs_upd20130116a.zip has passed, but to clear testing we had to roll back the StreamWrapper...
- 05:40 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Solved the pipe problem by opening the file in non-blocking mode, which is good that worked since there is no other w...
- 05:09 PM Base Language Feature #1613: finish FILE-INFO system handle support
- See the code feedback notes in #1626. As noted there, DO NO FURTHER WORK ON THIS UNTIL AFTER THE MILESTONE 4 DELIVER...
- 11:27 AM Base Language Feature #1613: finish FILE-INFO system handle support
- Added proposed update with described changes (also contains FileChecker and filesys.c hopefully it will not collide w...
- 11:03 AM Base Language Feature #1613: finish FILE-INFO system handle support
- Finished the update, however modification to search(String[] paths, boolean caseSens, String filename) from FileSy...
- 09:38 AM Database Feature #1654: add conversion and runtime support for dynamic buffer creation and cleanup
- After cleanup of source I observed that the code is much simple that I first implemented.
I choose to create a sep... - 09:29 AM Database Feature #1953 (Review): add conversion support for CREATE BUFFER statement
- 06:49 AM Base Language Feature #1920: implement persistent procedures
- Some other notes related to functions/procedures which have buffer parameters. For these cases, the actual parameter ...
- 06:39 AM Base Language Feature #1920: implement persistent procedures
- This update adds:
- a first phase of SEARCH-TARGET mode for super calls
- support for parameter mode validation for... - 04:48 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The update pack includes a sample testcase with an expected output sample (as obtained from windev01). It contains th...
01/16/2013
- 06:08 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- You can't open a pipe like a regular file. It is a very special fake filename that is implemented by code in the kern...
- 12:42 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Finished the logic for unix/windows adding another bitfield to the result that will point if unix or windows logic wi...
- 07:03 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- OK, I will apply the update to staging so we can retest. If it passes we will check it in, even though there are dev...
- 05:37 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Tested the behavior for UNIX 4GL and noticed notable differences than the Windows 4GL:
- The current dir "." is no... - 03:19 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Added proposed update which changes in: StreamWrapper.assign(Stream s) on how the inOk and outOk are assigned to avoi...
- 06:04 PM Base Language Feature #1920: implement persistent procedures
- I think the issue is caused by this code:...
- 10:37 AM Base Language Feature #1920: implement persistent procedures
- Constantin Asofiei wrote:
> The parameter mode for function calls (DYNAMIC-FUNCTION or simple function call) is remo... - 10:23 AM Base Language Feature #1920: implement persistent procedures
- The parameter mode for function calls (DYNAMIC-FUNCTION or simple function call) is removed by some code I guess in p...
- 09:35 AM Base Language Feature #1920: implement persistent procedures
- I like it.
- 09:32 AM Base Language Feature #1920: implement persistent procedures
- Ok, I think I understand now. What you are suggesting is to condense the parameter modes into a string and emit it as...
- 09:13 AM Base Language Feature #1920: implement persistent procedures
- ...
- 08:47 AM Base Language Feature #1920: implement persistent procedures
- Yes, you understood correctly, we need the parameter modes set to the RUN or function call statement.
> I prefer to ... - 08:24 AM Base Language Feature #1920: implement persistent procedures
- If I understand properly, the problem is that the calling side does not supply the missing signature information (ess...
- 04:20 AM Base Language Feature #1920: implement persistent procedures
- Another issues which we need to decide if we support it or not is the attribute's mode set when the function/procedur...
- 09:24 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Updated archive uploaded.
- 09:05 AM Base Language Feature #1634: implement full native library (.so or DLL) support
- OK, so the only remaining questions:
1. What do we do with the PROCEDURE EXTERNAL calls for their purpose of *regi... - 04:25 AM Base Language Feature #1634: implement full native library (.so or DLL) support
- All native procedure calls convert the same way as internal (or external) procedures. The fact that the target is a n...
- 07:22 AM Base Language Feature #1613: finish FILE-INFO system handle support
- ...
- 05:21 AM Base Language Feature #1613: finish FILE-INFO system handle support
- Tested on Unix 4GL:
It seems that FILE-INFO:FILE-CREATE-* doesn't actually return any value on Unix.
File types for... - 03:22 AM Base Language Feature #1613: finish FILE-INFO system handle support
- 2. The problem with searchPath is that it only returns the value, if the target is a file, otherwise it returns null,...
- 06:56 AM Database Feature #1949: add conversion support for database triggers
- In regard to the TRIGGER PROCEDURE conversion, it seems like the external procedure can be converted to something wit...
- 09:21 PM Database Feature #1949: add conversion support for database triggers
- We need to convert the session triggers (like your ON example above), but we also need support for schema triggers (i...
- 06:46 AM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- ...
- 08:34 PM Database Feature #1947: add conversion support for database methods
- Vadim Nebogatov wrote:
> Please check if I am on the correct way.
>
> I have started implementation for BUFFER-...
01/15/2013
- 06:32 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Looks like we now already have properly conversion for DOS statement. The following line
dos dir /w > dir.log.
conv... - 02:50 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Option 2 is certainly how we want to do it. Yes, it is up to the application to only try to run child processes that ...
- 02:32 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- At this time I have not found any other statements except DOS to add the conversion support. As far as I understood t...
- 10:56 AM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Please provide a summary of your findings so far.
I know that the DOS statement needs conversion support. I would... - 04:53 PM Database Feature #1949 (WIP): add conversion support for database triggers
- Eric, am I correct that I only need to cover session triggers, i.e....
- 04:28 PM Base Language Feature #1649: implement Windows environment/registry access
- For now, we need to add conversion support (for all features mentioned above) and the minimum runtime stubs to make t...
- 04:26 PM Base Language Feature #1961: implement runtime backing for Windows environment/registry access
- This task is only for tracking time. Do NOT put any history entries here. Put all history entries in the parent task...
- 04:26 PM Base Language Feature #1961 (Closed): implement runtime backing for Windows environment/registry access
- 04:25 PM Base Language Feature #1960: conversion support for Windows environment/registry access
- This task is just for tracking spent time. Do NOT put any history entries here. Put all history into the parent tas...
- 04:24 PM Base Language Feature #1960 (Closed): conversion support for Windows environment/registry access
- 02:43 PM Base Language Feature #1613: finish FILE-INFO system handle support
- Feedback:
1. The build.xml and makefile are not changed in your update. Remove them unless you have real changes.... - 12:43 PM Base Language Feature #1613: finish FILE-INFO system handle support
- Added proposed update , will test on Unix 4GL for matching behavior.
- 12:19 PM Base Language Feature #1613: finish FILE-INFO system handle support
- Yes, do build the changes on top of the files from #1626 as this is in test and should pass soon. We can always make...
- 12:11 PM Base Language Feature #1613: finish FILE-INFO system handle support
- On Unix the only date the system keeps regarding files is the last access date which is probably what Progress on Uni...
- 01:28 PM Base Language Feature #1607: implement full named events support
- Yes. As THIS-PROCEDURE needs to return the external procedure handle to which the current statement belongs, I've imp...
- 12:51 PM Base Language Feature #1607: implement full named events support
- The ProcedureManager will have enough information to know the immediate caller (in the converted code) and associate ...
- 12:41 PM Base Language Feature #1607: implement full named events support
- I don't see any valid reason to emit an explicit ProcedureManager.thisProcedure() call in these cases. The runtime sh...
- 12:02 PM Base Language Feature #1607: implement full named events support
- The 4GL documentation suggests that the following are implicit uses of THIS-PROCEDURE:
PUBLISH without a FROM clau... - 11:58 AM Base Language Feature #1607: implement full named events support
- Named events also support the PUBLISHED-EVENTS attribute, which the documentation suggests is a string created at com...
- 12:44 PM Database Feature #1953 (WIP): add conversion support for CREATE BUFFER statement
- 07:48 PM Database Feature #1953: add conversion support for CREATE BUFFER statement
- This issue is meant to track conversion support only; runtime implementation should be deferred as much as possible,...
- 07:45 PM Database Feature #1953 (Closed): add conversion support for CREATE BUFFER statement
- 12:02 PM Base Language Feature #1920: implement persistent procedures
- Summary for more tested issues:
* merged files with latest bzr versions
* proper error messages for read-only assig... - 08:17 AM Base Language Feature #1920: implement persistent procedures
- Yes, your approach makes perfect sense. The 4GL "feature" is absurd.
- 07:11 AM Base Language Feature #1920: implement persistent procedures
- In 4GL, code with read-only attributes on the right-side of an expression gets compiled, as in:...
- 10:07 AM Base Language Feature #1958: implement the runtime support for sockets
- This task is only meant to capture time spent on the runtime portion of the parent task. Do NOT put any history entr...
- 10:03 AM Base Language Feature #1958 (Closed): implement the runtime support for sockets
- 10:06 AM Base Language Feature #1959: implement JNI runtime support for native libraries
- This task is only meant to capture time spent on the conversion portion of task #1634. Do NOT put any history entrie...
- 10:06 AM Base Language Feature #1959 (Closed): implement JNI runtime support for native libraries
- 10:01 AM Base Language Feature #1957: develop a set of testcases that utilize all features of the 4GL socket and server ...
- This task is only meant to capture time spent on the testcase creation portion of task #1639. Do NOT put any history...
- 09:59 AM Base Language Feature #1957 (Closed): develop a set of testcases that utilize all features of the 4GL socket an...
- 09:58 AM Base Language Feature #1956: implement conversion support for sockets
- This task is only meant to capture time spent on the conversion portion of task #1639. Do NOT put any history entrie...
- 09:54 AM Base Language Feature #1956 (Closed): implement conversion support for sockets
- 09:51 AM Base Language Feature #1639: implement socket support
- Other 4GL socket features:
CREATE SERVER-SOCKET statement
DELETE OBJECT for socket handles and for server socket ... - 07:52 PM Database Feature #1955: add conversion support for CREATE-TEMP-TABLE statement
- This issue is meant to track conversion support only; runtime implementation should be deferred as much as possible,...
- 07:52 PM Database Feature #1955 (Closed): add conversion support for CREATE-TEMP-TABLE statement
- 07:50 PM Database Feature #1954: add conversion support for CREATE QUERY statement
- This issue is meant to track conversion support only; runtime implementation should be deferred as much as possible,...
- 07:50 PM Database Feature #1954 (Closed): add conversion support for CREATE QUERY statement
01/14/2013
- 06:36 PM Base Language Feature #1624: add support for PUT CONTROL
- This is already supported. Someone should generate some representative testcases and prove that there are no issues,...
- 06:30 PM Base Language Feature #1630: implement support for UNBUFFERED in I/O statements
- Conversion is already supported. But the runtime probably needs changes to support this option. Testcases will have...
- 06:16 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Changed sources are attached just for backup
- 04:47 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- I have attached tests passed for mandatory and not mandatory fields and their combinations
- 05:40 PM Base Language Feature #1634: implement full native library (.so or DLL) support
- The following need to be supported:
PROCEDURE procname EXTERNAL "dllname":
DEFINE <type> PARAMETER ...
END PR... - 05:21 PM Base Language Feature #1950: conversion support for native library (.so or .DLL) access
- This task is for tracking purposes, but all discussions should take place in the parent task #1634. The runtime chang...
- 05:20 PM Base Language Feature #1950 (Closed): conversion support for native library (.so or .DLL) access
- 05:10 PM Database Feature #1949: add conversion support for database triggers
- We need to support conversion of trigger procedures and ON statements for the following database triggers:
* DELET... - 04:45 PM Database Feature #1949 (Closed): add conversion support for database triggers
- 04:29 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Status update: My recent update completely passed the harness cycle with the last testing in separate directory.
- 03:44 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- I just finished rebuilding with all updates applied. Eric will be handling the reconversion in 20 minutes. He has t...
- 03:41 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Greg,
Please start the P2J rebuild and reconversion now. After this is finished I'll start the DB restore and new ... - 03:24 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > I can apply your change and rebuild if it is ready.
I have applied my update.
...
-rw-r--r-- 1 evl gc 113230 ... - 03:16 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Yes, we will wait 30 minutes for your previous harness results. Let me know. I can apply your change and rebuild if...
- 03:07 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Another question. What about customer_libs subdirectory? Do we need to clean it up before testing?
- 03:02 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > Are you sure you want to test this separate from other changes? If it has already passed testing, then it should be...
- 02:51 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Are you sure you want to test this separate from other changes? If it has already passed testing, then it should be ...
- 02:38 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The uploaded file contains the merge with the current p2j bzr status.
- 01:17 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > What is the status of your update? Did it pass harness testing?
The CTRL-C tests have been passed. The main part... - 01:10 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- What is the status of your update? Did it pass harness testing?
You will need to merge it with the latest level o... - 04:06 PM Database Feature #1910 (Closed): add schema conversion support for sequences
- 11:56 AM Database Feature #1910: add schema conversion support for sequences
- I just updated a fresh copy from bzr repository and checked all modified files. There are no conflicts.
I am going ... - 11:36 AM Database Feature #1910: add schema conversion support for sequences
- No code review comments. We put this update through regression testing and it has passed. Please re-confirm these c...
- 01:17 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- I have applied this to staging but it is NOT yet rebuilt. Later today, some other changes will be applied, the code ...
- 11:46 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Conversion test passed.
- 10:20 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Added the proposed update , testcases passed - modified and commited to bzr the testcase for seek position since it c...
- 09:06 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- I should also note that using multiple chained .append() method calls is more efficient than using the + string conca...
- 08:47 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- You are right. I must have been comparing the wrong StreamWrapper file....
- 08:35 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Found a bug when using relative paths, the path name implemented by File.getAbsolutePath() does not have the same beh...
- 12:44 PM Base Language Feature #1613: finish FILE-INFO system handle support
- At this point, I don't think it is a good idea to rely on something only in Java 7. Our current production customer ...
- 12:39 PM Base Language Feature #1613: finish FILE-INFO system handle support
- Finished and tested the FILE-INFO:FILE-TYPE logic wit OS-DIR code reuse.
For FILE-INFO:FILE-CREATE-* there might be... - 11:28 AM Base Language Feature #1613: finish FILE-INFO system handle support
- OK, great! Put the update together ASAP and upload it.
- 10:44 AM Base Language Feature #1613: finish FILE-INFO system handle support
- > I am OK with reusing the native method, so long as the result is 100% compatible. Does the FILE-TYPE attribute actu...
- 10:18 AM Base Language Feature #1613: finish FILE-INFO system handle support
- I am OK with reusing the native method, so long as the result is 100% compatible. Does the FILE-TYPE attribute actua...
- 12:30 PM Feature #1472 (Closed): expand the Developer Guide section on "Guidelines for Writing Conversion ...
- 12:28 PM Feature #1578 (Closed): add a readme.html to the chemtutor project
- 11:02 AM Base Language Feature #1920: implement persistent procedures
- Summary for more tested issues:
* fixed the DYNAMIC-FUNCTION's error messages
* testing of RUN SUPER and SUPER cal... - 09:03 AM Base Language Feature #1920: implement persistent procedures
- Good work! I'm really excited to see this come together....
- 10:52 AM Database Feature #1926: create an en_GB@p2j_basic locale definition
- The customer has confirmed that they normally use 8859-1 for the database but 8859-15 for the 4GL environment (code e...
- 09:56 AM Database Feature #1580: upgrade Hibernate to latest level
- About "Session factory scoping warning": now the XmlDocuments produced by ORMHandler are stored and re-used for datab...
- 03:56 AM Database Feature #1947: add conversion support for database methods
- The following are database, handle-based methods that we need to support (in priority order):
* BUFFER-FIELD (KW_BUF... - 03:42 AM Database Feature #1947 (Closed): add conversion support for database methods
01/12/2013
- 12:37 PM Base Language Feature #1920: implement persistent procedures
- Summary for more tested issues:
* handle equality tests
* persistent procedure chains (SESSION handle's first-proce... - 09:09 AM Base Language Feature #1613: finish FILE-INFO system handle support
- For FILE-INFO:FILE-TYPE we can reuse the native code for OS-DIR as main type and just keep the read/write type logic ...
- 06:38 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- The results of the tests are ok, ran the conversion tests and there weren't any differences.
- 04:45 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- 1. I checked the StreamWrapper from proposed update against bzr and the changes are on method assignStream(Stream s)
...
01/11/2013
- 05:55 PM Base Language Feature #1613 (WIP): finish FILE-INFO system handle support
- Assuming new JNI methods are needed, they can be placed into filesys.c.
The conversion support is in rules/convert... - 05:52 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- I have 2 questions:
1. Where is the StreamWrapper change? The one that is included in the update is identical wit... - 01:23 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Added the proposed update.
- 12:48 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- ...
- 12:22 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- > 6. In FileChecker.getFileType(), there needs to be code to handle the -1 (error case). I stubbed it out in my examp...
- 05:52 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- Additional requirements:
* define a DATETIME variable
* define a DATETIME field in a temp-table
* assign a DATET... - 05:11 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The highest priorities for the DATETIME implementation:
NOW
MTIME
ADD-INTERVAL
DATETIME
SESSION:TIME-SOURCE ... - 01:23 PM Base Language Feature #1920: implement persistent procedures
- Summary for what is tested and known to be working:
* FILE-INFO, SESSION, ERROR-STATUS, LAST-KEY, CURRENT-WINDOW hand... - 09:55 AM Base Language Feature #1920: implement persistent procedures
- ErrorManager.isError() is what should be used from converted application code, to access ERROR-STATUS:ERROR. If I re...
- 09:50 AM Base Language Feature #1920: implement persistent procedures
- Which ErrorManager API maps the ERROR-STATUS:ERROR flag ? isError or isErrorFlag ?
01/10/2013
- 06:08 PM Database Bug #18: issues with ne/equal and true/false conversion in WHERE clauses
- Created sync testing environments for using persistent tables with mandatory/not-mandatory fields on 4GL and P2J: cre...
- 05:59 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Feedback:
1. In input_output.rules, this change seems wrong:... - 12:10 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Added proposed update, hope I didn't miss anything.
- 03:44 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- This plan sounds good.
My only feedback is that it is probably best to encode the time value as a number of mill... - 12:30 PM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- As @date@ / @datetime@ and @datetime-tz@ all represent some kind of timestamp the following question raise:
Isn't i... - 12:23 PM Base Language Feature #1920: implement persistent procedures
- All of your decisions are good ones. I agree with the deferral of the old API name mapping.
- 10:58 AM Base Language Feature #1920: implement persistent procedures
- About the invalid API calls (when the invoked API is not valid for the current referent). 4GL shows these kind of mes...
- 09:26 AM Database Feature #1583: add conversion and runtime support for the INSERT language statement
- Replacement of INSERT by CREATE+UPDATE moved to new ruleset file. The intermediary files generated differ just by pee...
- 08:06 AM Database Feature #1910: add schema conversion support for sequences
- Apparently I omitted to put @com.goldencode.p2j.persist.pl.Operators.java@ file on the update package.
I also re-rev... - 01:28 AM Database Feature #1910: add schema conversion support for sequences
- Code review 20130109a:
Good work overall! However, I did have one serious problem; see below.
I made some minor ch...
01/09/2013
- 03:10 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > You only need to compare the src/aero/timco/majic directories.
The directories are identical. The next step I'm ... - 01:59 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- We will handle that in a different task. We will likely use platform specific files with functions that are called f...
- 01:32 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Finished and tested the filesys.c version that handles all the logic inside the c code using bitfield approach for st...
- 09:30 AM Base Language Feature #1611 (Closed): implement QUOTER utility
- 08:40 AM Base Language Feature #1611: implement QUOTER utility
- Costin: please check in the code to bzr and distribute the update to the team.
I won't be promoting this version o... - 01:34 AM Base Language Feature #1611: implement QUOTER utility
- The testing results have been uploaded into shared GCD drive: 20130107_*.zip 20130108_*.zip(4 files). The all tests c...
- 09:05 AM Database Feature #1910 (Review): add schema conversion support for sequences
- The sequences are now imported directly into psql using generated ddl from conversion step and initialized at the imp...
01/08/2013
- 04:38 PM Base Language Feature #1611: implement QUOTER utility
- I have started another harness cycle about a hour ago. We will know today if this issue be repeated.
- 04:24 PM Base Language Feature #1611: implement QUOTER utility
- Strange. Can you reproduce the problem manually?
- 03:57 PM Base Language Feature #1611: implement QUOTER utility
- The current report(The failing line is second in the figures below):...
- 03:24 PM Base Language Feature #1611: implement QUOTER utility
- It is unlikely, but yes, it is possible. Please show the lines of output in the report that are different.
- 02:51 PM Base Language Feature #1611: implement QUOTER utility
- Is there inside the update some code that can affect data sorting algirythm inside report generated? I have one issue...
- 04:18 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- You only need to compare the src/aero/timco/majic directories.
- 04:01 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Is it enough to compare just src/aero/timco/majic to make sure the generated java code is identical? Or we need to co...
- 03:21 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Yes, good plan. Make sure to compare the converted output from staging with the output from your copied build. It s...
- 02:47 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > Let me know if there are any questions.
The plan is:
After current staging passes the regression testing I will... - 12:23 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- It looks good. Please go ahead with testing. It needs both conversion AND runtime testing. The conversion testing ...
- 12:18 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- OK. The update has been uploaded.
- 11:49 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Feedback on the PlatformHelper:
1. Remove the JPRM column from the header. Since there are no JPRM numbers and JPR... - 10:51 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The new update to review. The method isUnderWindowsFamily() has been move to the separate class com.goldencode.util.P...
- 10:17 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Yes, that makes sense.
- 10:13 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- > Please create a new class com.goldencode.util.PlatformHelper. Put the static method isWindowsFamily() in there. Cal...
- 09:23 AM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Everything looks good except for 1 thing.
We don't want com.goldencode.util to depend upon com.goldencode.p2j.util... - 01:29 PM Database Feature #1580: upgrade Hibernate to latest level
- About "Error closing Hibernate session": session factory is closed in the context which holds the last session connec...
- 01:26 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- > 1. I don't like that you have made the status codes mutually exclusive..
> 2. I don't see how you can ever get the... - 12:04 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- This is a step in the right direction, but it is incomplete or wrong in some ways.
1. I don't like that you have m... - 11:17 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- The C implementation "filesys.c" according to Progress documentation...
- 03:12 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- > ... they mean that the L, H and P attributes are always IN ADDITION TO the main attribute F, D, S or X
Yes those at... - 12:19 PM Database Feature #1933: add conversion support for certain metadata constructs
- This task is just about converting these constructs and stubbing out any new runtime methods needed, so that the conv...
- 12:15 PM Database Feature #1933 (Closed): add conversion support for certain metadata constructs
- 08:43 AM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- The latest document update uploaded. With small synytax fix and new line behavior description adding.
01/07/2013
- 05:22 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The Windows detection code has been moved to separate statis method of the EnvironmentOps class.
Also I made one s... - 04:33 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Yes, please make a new method for isUnderWindowsFamily() and use that everywhere necessary. Then upload the latest c...
- 03:47 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The new archive has been uploaded here for you to review.
The question: In getLegacyCaseSensitive() I have used "i... - 02:54 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Feedback:
1. In ExpressionConversionWorker, instead of this:... - 01:51 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- The cumulative fix has been uploaded here.
- 01:26 PM Base Language Feature #1648: review all filesystem support (runtime) on Windows and fix/resolve any issues
- Please upload the complete update zip into this task so that I can do a final code review.
- 02:32 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- To be clear, I think that when Progress says "You might also get one or more of the following characters:" they mean ...
- 02:29 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Implement option 2 (create the Linux implementation even though we cannot test the 4GL on Linux today). Please note ...
- 01:50 PM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- The pipes case may be a problem to detect, since files and FIFO pipes are both marked with "F" only nonFIFO pipes w...
- 02:04 PM Base Language Feature #1650: process launching support for Windows (JNI library changes and any associated modi...
- Please implement full process launching support for Windows. This means that src/native/process.c will need modifica...
- 11:07 AM Base Language Feature #1920: implement persistent procedures
- Yes, you've got the idea.
I think your implementation approach (e.g. CommonProcedure) makes sense.
One note: us... - 08:14 AM Base Language Feature #1920: implement persistent procedures
- Ok, now I undestand what you mean: when the resource is of a known type (widget, persistent procedure,etc), unwrap wi...
- 10:15 AM Base Language Feature #1611: implement QUOTER utility
- The latest update for this tast is cs_upd20121219a.zip the cs_upd20121231a? is for the other quoter (built-in) #1591....
- 10:09 AM Base Language Feature #1611: implement QUOTER utility
- > Did you get a chance to work on it?
Costin,
Have you updates ready to test in lightning? Is it only cs_upd20... - 03:02 AM Base Language Feature #1591: implement QUOTER built-in function
- I've applied the update to staging and P2J is rebuilt.
01/04/2013
- 02:07 PM Database Feature #1910: add schema conversion support for sequences
- Ovidiu Maxiniuc wrote:
> Does-it make sense to create another file or should I just extend the @dmo-index@'s dtd @sc... - 12:26 PM Database Feature #1910: add schema conversion support for sequences
- > OK, I understand that there is some configuration that needs to be migrated, when the backing database does not sup...
- 10:40 AM Database Feature #1910: add schema conversion support for sequences
- OK, I understand that there is some configuration that needs to be migrated, when the backing database does not suppo...
- 10:15 AM Database Feature #1910: add schema conversion support for sequences
- When doing the (one-time) import there is no special care for sequences, they are imported with the actual value. How...
- 09:36 AM Database Feature #1910: add schema conversion support for sequences
- I thought that the "directory-backed crossed-the-sequence-boundary flag" approach was only needed to remember the fac...
- 01:44 PM Database Feature #1651: add support for dynamic database features
- We need to determine whether dynamic database features are scope-agnostic in terms of resolving database references; ...
- 11:31 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- For Windows stat() seems to do the job, but in Unix lstat() must be used or link will not be corectly detected.
2-> ... - 11:06 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- It is OK to be linux-specific right now. We will have separate tasks to port this to Windows.
Some initial feedba... - 10:32 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Actually , I realize this will have to be tested on a windows system since there might be problems with lstat().
- 10:21 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- The code for filesys.c...
- 09:52 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Good. Please post your prototype code for review. Just paste the code into your redmine issue update if it is small...
- 09:42 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- This also requires some changes to the ant task "native" ,
otherwise I made the changes and tested for symbolic lin... - 08:10 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Yes, this solution is OK. We already have a libp2j.so (which we will have to also port to Windows as p2j.dll). Righ...
01/03/2013
- 10:21 AM Base Language Feature #1626: implement OS-DIR support as an INPUT stream
- Java (at least until Java 7 NIO 2) doesn't seem to have a way of detecting symbolic links( the problem it's likely th...
- 07:23 PM Database Feature #1910: add schema conversion support for sequences
- Ovidiu Maxiniuc wrote:
> ...
> I have some issues / questions about all these modification:
> 1. I did not have ac...
01/02/2013
- 01:10 AM Database Feature #1910: add schema conversion support for sequences
- Sequence conversion and import for PostgreSQL seems to work well with some minor changes I've made. I need to merge ...
- 01:08 AM Database Feature #1926 (Hold): create an en_GB@p2j_basic locale definition
12/31/2012
- 11:34 AM Base Language Feature #1591: implement QUOTER built-in function
- OK, it looks good. These additions should not be able to cause any runtime regressions. So I am going to bypass reg...
- 06:41 AM Base Language Feature #1591: implement QUOTER built-in function
- Added proposed update
- 10:57 AM Base Language Feature #1920: implement persistent procedures
- ...
- 08:15 AM Database Feature #1580: upgrade Hibernate to latest level
- 1. About NPE in suggestNextVendorNumber: strange, but if we use a PreparedStatement which returns a ResultSet in do(R...
12/28/2012
- 11:58 AM Database Feature #1910: add schema conversion support for sequences
- This note is somewhere at the border between sequence conversion and runtime.
I tried to add the H2 database support... - 09:30 AM Database Feature #1580: upgrade Hibernate to latest level
- 1.
> Please be careful in making any changes to code which initializes collections; I originally tried to make the ...
12/27/2012
- 03:37 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- Small changes to Windows specific has been uploaded. The issues for conversion INPUT THROUGH, OUTPUT THROUGH and INPU...
12/26/2012
- 01:06 PM Database Feature #1580: upgrade Hibernate to latest level
- > What version of QaVendorUtils are you using? There is no ResultSet.close() call at line 269 in my version (004). ...
- 12:16 PM Database Feature #1580: upgrade Hibernate to latest level
- Stanislav Lomany wrote:
> 1. Reproduction: F - V - A
> ... - 12:07 PM Database Feature #1580: upgrade Hibernate to latest level
- Please be careful in making any changes to code which initializes collections; I originally tried to make the initia...
- 08:16 AM Database Feature #1580: upgrade Hibernate to latest level
- > OK, let's try it. Can you think of an easy (generic) way to determine when an entity has a collection, or do you p...
12/25/2012
- 05:08 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- The updated versions of the document have been uploaded here. Also the new document part describing the run-time setu...
12/22/2012
- 07:43 AM Base Language Feature #1920: implement persistent procedures
- If I understood right, then there will be "handle.unwrap<Resource>" APIs, like:
* handle.unwrapWidget for widget han...
12/21/2012
- 02:29 PM Base Language Support #1928: update documentation to explain how to convert, develop and run P2J on Windows
- I've uploaded two draft files here, one for conversion handbook, another for developer guide. Now I'm thinking and st...
- 01:26 PM Base Language Feature #1591: implement QUOTER built-in function
- Feedback:
1. Remove the builtin_functions.rules from your zip. There are no changes there.
2. The character.ja... - 01:09 PM Base Language Feature #1591: implement QUOTER built-in function
- Added proposed update with the String overloaded methods.
- 12:12 PM Base Language Feature #1591: implement QUOTER built-in function
- Yes.
- 12:09 PM Base Language Feature #1591: implement QUOTER built-in function
- A quoter version which supports String instead of BaseDataType should probably be added to be reused for places where...
- 05:39 AM Base Language Feature #1591: implement QUOTER built-in function
- Added the entry to expressions.odt
- 01:11 PM Base Language Feature #1920: implement persistent procedures
- In addition to the general messiness that comes from having a global or "umbrella" interface, there is another practi...
- 12:35 PM Base Language Feature #1920: implement persistent procedures
- The idea is, to be able to use handle.unwrap to access an attribute for any kind of handle (procedure handle, widget ...
- 12:09 PM Base Language Feature #1920: implement persistent procedures
- I thought we were going to use resource-specific interfaces instead of a global interface. I prefer it to be resourc...
- 09:32 AM Base Language Feature #1920: implement persistent procedures
- Greg,
When collecting all the handle-related APIs in a "global" interface, I found some differences between the retu... - 12:54 PM Database Feature #1660: add conversion and runtime support for OF keyword use in a CAN-FIND
- I still need to review customer reports to determine actual scenarios, but please start with some basic use cases.
- 12:35 PM Database Feature #1910: add schema conversion support for sequences
- I have merged the 1214a update with my local changes and tested a real-world database import with sequences. I found...
- 12:19 PM Database Feature #1663: test/debug case-sensitive field support
- This task is about defining temporary and permanent database tables with a mix of case-sensitive and case-insensitive...
- 11:33 AM Base Language Feature #1584: add conversion and runtime support for INT64 and DATETIME data types
- The attached file contains only implementation and test cases for int64.
The changes are both syntactic and semantic... - 09:40 AM Database Feature #1580: upgrade Hibernate to latest level
- OK, let's try it. Can you think of an easy (generic) way to determine when an entity has a collection, or do you pro...
- 04:41 AM Database Feature #1580: upgrade Hibernate to latest level
- Eric, the snippet represents the process of deletion and the following rollback of an entity in P2J (during rollback ...
Also available in: Atom