Activity
From 08/31/2014 to 09/29/2014
09/23/2014
- 09:02 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- In the redirected terminal output (see @RedirectedTerminal.sync()@), we are not supposed to generate output when:
...
09/22/2014
- 08:54 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- I've found problem in calculating border for frame.
Border is calculating correct, but message will appear on the "b...
09/19/2014
- 12:30 PM Bug #2338 (Closed): fix _MSG function
- 10:35 AM Bug #2338: fix _MSG function
- committed to revision 10614
- 09:47 AM Bug #2338: fix _MSG function
- Vadim Gindin wrote:
> The update vig_upd20140917a.zip has passed regression testing. Can I commit it?
Yes, go ahead... - 06:04 AM Bug #2338: fix _MSG function
- The update vig_upd20140917a.zip has passed regression testing. Can I commit it?
09/18/2014
- 12:49 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Evgeny Kiselev wrote:
> Constantin Asofiei wrote:
> > update 0917
> for TerminalStream class you've rollback next ... - 09:22 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Constantin Asofiei wrote:
> update 0917
for TerminalStream class you've rollback next lines:...
09/17/2014
- 10:45 AM Bug #2338: fix _MSG function
- Yes, I checked all tests. Here is the final update.
- 09:46 AM Bug #2338: fix _MSG function
- Vadim Gindin wrote:
> This is a final update. Can I run regression testing?
If your standalone tests all pass (incl... - 09:45 AM Bug #2338: fix _MSG function
- This is a final update. Can I run regression testing?
- 04:10 AM Bug #2338: fix _MSG function
- Vadim Gindin wrote:
> Added implementation for warnings to ErrorManager methods.
>
> Questions.
> 1. There are 2... - 08:54 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- > do you think that adding a row at the bottom of the frame (when output to stream) might be something specific to 4G...
- 08:17 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Evgeny, this version is merged with the latest P2J. What else needs to be done:
# test all PUT versions (PUT ... AT/... - 07:42 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Evgeny Kiselev wrote:
> > 3. The @RedirectedTerminal@ change seems dangerous and incorrect. @box[i]@ will only be t...
09/15/2014
- 05:57 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Constantin Asofiei wrote:
> Evgeny Kiselev wrote:
> > P2J output with my patch:
> If you are referring to 0910a.zi... - 04:12 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Evgeny Kiselev wrote:
> P2J output with my patch:
If you are referring to 0910a.zip, try to break it like this:
<p... - 01:06 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Constantin Asofiei wrote:
> # about MESSAGE (and maybe other statements, like DISPLAY) when output is not the termin... - 04:39 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Constantin Asofiei wrote:
> # about the box issue:
> - is this a regression from your update or a bug you found?
>... - 08:19 AM Bug #2338: fix _MSG function
- Added implementation for warnings to ErrorManager methods.
Questions.
1. There are 2 methods @ErrorManager.isSile...
09/12/2014
- 12:54 PM Feature #2385 (Closed): implement environment access on GUI interfaces.
- 10:54 AM Feature #2385: implement environment access on GUI interfaces.
- 0911c passed regression tests. Committed revision 10608.
09/11/2014
- 02:07 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Evgeny Kiselev wrote:
> testcases:
> uast/no_echo/put_unformatted_bug.p
> uast/no_echo/put_unformtted_bug1.p
# pl... - 12:16 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- committed testcases into testcases/uast/no_echo
revision 1199.
testcases:
uast/no_echo/put_unformatted_bug.p
ua... - 07:23 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Evgeny Kiselev wrote:
> > What standalone testcases have you run to confirm your changes are correct?
I think Greg... - 01:58 PM Feature #2385: implement environment access on GUI interfaces.
- Code Review 0911c
The changes look good. Please get these runtime regression tested. - 01:39 PM Feature #2385: implement environment access on GUI interfaces.
- OK. I understood thanks.
- 01:37 PM Feature #2385: implement environment access on GUI interfaces.
- In other words, when you call @DirectoryManager.getInstance()@ on the client, you will get a remote proxy to a server...
- 01:36 PM Feature #2385: implement environment access on GUI interfaces.
- The @DirectoryServer@ class (which backs the @DirectoryManager.getInstance()@ on the server side) uses @Utils.getDire...
- 01:34 PM Feature #2385: implement environment access on GUI interfaces.
- Marius Gligor wrote:
> Yes you are right it works in @/server/default/runtime/default/@
> But on note 12 you said:... - 01:33 PM Feature #2385: implement environment access on GUI interfaces.
- done.
- 01:30 PM Feature #2385: implement environment access on GUI interfaces.
- Yes you are right it works in @/server/default/runtime/default/@
But on note 12 you said: @The lookup should allow ... - 01:24 PM Feature #2385: implement environment access on GUI interfaces.
- I think you need to have it located in @/server/default/runtime/default/@ instead of @/server/default/@.
- 01:21 PM Feature #2385: implement environment access on GUI interfaces.
- It works only for DirScope.ACCOUNTS
- 01:17 PM Feature #2385: implement environment access on GUI interfaces.
- I tried to use @DirectoryManager.getInstance()@ but it doesn't work.
I'm using the following code:... - 12:41 PM Feature #2385: implement environment access on GUI interfaces.
- Code Review 0911b
Instead of adding a @ServerExports@ method to access the read-only flag, please use the @Directo... - 11:35 AM Feature #2385: implement environment access on GUI interfaces.
- Fixed 0911a code review. The read only flag is global and read from server node @readOnlyEnvironments@ which should h...
- 10:49 AM Feature #2385: implement environment access on GUI interfaces.
- Code Review 0911a
The changes are very good.
> a) The read only flag which change the loading rule from client ... - 09:51 AM Feature #2385 (Review): implement environment access on GUI interfaces.
- 09:26 AM Feature #2385: implement environment access on GUI interfaces.
- 1. I fixed code review issues from 0910a.
2. I integrated the changes from task #2366 related to override default ...
09/10/2014
- 07:08 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Greg Shah wrote:
> What is the status of your regression testing?
I've just started regression testing with latest ... - 07:04 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Greg Shah wrote:
> Code Review 0910a
>
> I am worried that your changes are just there to fix some very specific ... - 03:06 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- What is the status of your regression testing?
What standalone testcases have you run to confirm your changes are ... - 03:01 PM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- Code Review 0910a
I am worried that your changes are just there to fix some very specific behavior in a few testca... - 07:44 AM Feature #1628: fix any incompatibilities or missing features of NO-ECHO support
- I've added addition comments in code. There is next algorithm.
1) first output is @put unformatted@ (in my case this... - 05:20 PM Feature #2385: implement environment access on GUI interfaces.
- Code Review 0910a
1. Doesn't @StanzaIni@ always get used on the client side? If so, then the jar file reading is ... - 11:09 AM Feature #2385: implement environment access on GUI interfaces.
- Here are my changes that I did so far on this task. Please do a code review on these changes and let me know the resu...
09/09/2014
- 04:23 PM Bug #2338: fix _MSG function
- Vadim Gindin wrote:
> I ran your test and in both cases (with or without NO-ERROR) it behaved in the same way. _MSG(... - 04:07 PM Bug #2338: fix _MSG function
- I ran your test and in both cases (with or without NO-ERROR) it behaved in the same way. _MSG(1) = 74. The error bein...
- 01:21 PM Bug #2338: fix _MSG function
- > > 1. With NO-ERROR the error number wasn't recorded to _MSG array. That is little unexpected.
> Please correct me,... - 01:02 PM Bug #2338: fix _MSG function
- Vadim Gindin wrote:
> I'm not sure, that I understood correctly. I expected that 0 is the default value that exists ... - 12:49 PM Bug #2338: fix _MSG function
- Constantin Asofiei wrote:
> I think it shows that:
> # if a @NO-ERROR@ is added to @DELETE book@, then the ERROR-ST... - 06:57 AM Bug #2338: fix _MSG function
- Vadim Gindin wrote:
> 2a. format constraint 1-digit number.
> While trying to validate number 10 there are an er...
09/08/2014
- 02:09 PM Bug #2338: fix _MSG function
- > 1a. size(memptr) < size(file). For exapmle size(memptr) = 5 and size(file) = 23.
> Progress reads all file and dyn... - 02:07 PM Bug #2386: STRING(memptr_var) will render the contents of the memptr as a null terminated string
- See uast/memptr/memptr_to_string.p.
In the 4GL, the contents seem to be read from index 1 (1-based indexing) and i... - 02:03 PM Bug #2386 (New): STRING(memptr_var) will render the contents of the memptr as a null terminated s...
09/07/2014
- 02:50 PM Bug #2338: fix _MSG function
- I forgot to add for the case №1 "Stream", that STRING(memptr) in Progress successfully outputs string representation ...
- 02:45 PM Bug #2338: fix _MSG function
- I tried to test these mysterious cases. It is not easy. Here are some findings.
1. @Stream.readBlock()@ method, th...
09/05/2014
- 02:06 PM Feature #27: implement a compatible ENCODE built-in function
- Here is the Progress 4GL compatible @ENCODE@ algorithm specification.
+Summary+
The function takes a source byt... - 11:05 AM Feature #2385: implement environment access on GUI interfaces.
- I agree with your thoughts. If this read-only approach is still going to take a significant amount of time/changes, ...
- 10:56 AM Feature #2385: implement environment access on GUI interfaces.
- Indeed the big problem with @INI@ files on @P2J@ is the deployment location. Reading or writing @INI@ files on server...
- 10:06 AM Feature #2385: implement environment access on GUI interfaces.
- Interesting findings.
> Since we are looking to use INI files in both Linux OS and Windows OS the name of the INI ... - 09:36 AM Feature #2385: implement environment access on GUI interfaces.
- I did some tests using @LOAD@ @USE@ and @UNLOAD@ statements to manage user environment on both @OE@ and @P2J@.
Curre...
09/04/2014
- 04:02 AM Feature #2385: implement environment access on GUI interfaces.
Ovidiu,
So far I did no changes on current implementation for Windows environment access.
I only added getLegac...- 03:05 AM Feature #2385 (WIP): implement environment access on GUI interfaces.
- Current implementation for @COLOR-TABLE@ and @FONT-TABLE@ statements load the default environment from server directo...
- 02:47 AM Feature #2385: implement environment access on GUI interfaces.
- GUI clients are using environment statements LOAD USE and UNLOAD to load colors, fonts and potentially other resource...
- 02:06 AM Feature #2385 (Closed): implement environment access on GUI interfaces.
09/03/2014
- 03:37 PM Bug #2367 (Closed): re-connecting an appserver agent after a hard client termination
- 06:47 AM Bug #2367: re-connecting an appserver agent after a hard client termination
- Greg Shah wrote:
> Code Review 0902a
>
> The changes look good.
Committed to rev 10604. - 01:14 PM Feature #27: implement a compatible ENCODE built-in function
- New/updated articles have been found:
http://programmers.stackexchange.com/questions/206645/how-can-i-reverse-engi... - 12:59 PM Feature #27: implement a compatible ENCODE built-in function
- The following link (see attached for the actual text file that is linked) is a really useful primer on the theory beh...
09/02/2014
- 10:19 AM Bug #2367: re-connecting an appserver agent after a hard client termination
- Code Review 0902a
The changes look good. - 09:59 AM Bug #2367: re-connecting an appserver agent after a hard client termination
- Constantin Asofiei wrote:
> Ovidiu, attached update should fix the remaining problem. The solution was to make the ... - 06:20 AM Bug #2367: re-connecting an appserver agent after a hard client termination
- Ovidiu, attached update should fix the remaining problem. The solution was to make the (queue state check, add sessi...
- 04:53 AM Bug #2367: re-connecting an appserver agent after a hard client termination
- Ovidiu, you are correct, if the client is killed just before the session listener is registered, we still have proble...
09/01/2014
- 04:26 PM Bug #2367: re-connecting an appserver agent after a hard client termination
- Constantin,
I tested on Linux/PostgreSQL with bzr rev 10603 and your update 0806b, @initial_agents@, @min_agents@ a... - 10:40 AM Bug #2367: re-connecting an appserver agent after a hard client termination
- Constantin Asofiei wrote:
>
> Eric: as Ovidiu is away, please do a quick test on the server project, by killing th...
Also available in: Atom