Activity
From 07/27/2012 to 08/25/2012
08/22/2012
- 07:00 AM Bug #1461: selection list initialization error
- The problem was about SelectionListBody c'tor which was called upon SelectionList creation. ChuiWidgetFactory takes C...
08/16/2012
- 11:54 AM Bug #1450: comment conversion fail
- You were right. After re-reading your post and analyzing the issue I was able to fix the issue without using a loopin...
08/14/2012
- 12:01 PM Bug #1443: output and input-output parameters with functions
- Here is the implementation. I could not fully replace the @isTopLevel@ with the new function, as @toplvl@ scope was u...
08/13/2012
08/01/2012
- 03:48 AM Bug #1462 (Review): hidden persistence error on server startup
- During server startup, DirtyTempTableHelper.getIndexes will hide any persistence errors, as the terminal is not confi...
- 03:48 AM Bug #1462 (Closed): hidden persistence error on server startup
07/31/2012
- 03:12 PM Bug #1455: P2J server virtual session deadlock
- The staging has passed regression testing (both standard and CTRL-C sets).
- 11:58 AM Bug #1461: selection list initialization error
- At this point SELECTION-LIST does not work at all. It fails to initialize. Affects MAJIC. Example of stacktrace:
C... - 11:57 AM Bug #1461 (Closed): selection list initialization error
07/30/2012
- 10:23 AM Bug #1455 (Test): P2J server virtual session deadlock
- I approve the latest proposed code changes. Please apply the changes to lightning staging and run regression testing...
- 08:13 AM Bug #1455: P2J server virtual session deadlock
- OK, I understand about the inability to synchronize that method. Please place comments there describing the problem....
- 06:15 AM Bug #1455: P2J server virtual session deadlock
- For #2 - we can't make the method synchronized, for the same reason why SecurityManager.endContext can't sync on the ...
07/27/2012
- 11:48 AM Bug #1455: P2J server virtual session deadlock
- 1. Please update the SecurityManager.endContext() code with an explanation of the deadlock (including your example) w...
- 11:28 AM Bug #1455: P2J server virtual session deadlock
- Greg, good notes.
> Question: the simpler approach seems to be synchronizing on the SecurityContext instance itsel... - 10:33 AM Bug #1455 (WIP): P2J server virtual session deadlock
- I have 1 question and 1 concern:
Question: the simpler approach seems to be synchronizing on the SecurityContext i... - 08:37 AM Bug #1455 (Review): P2J server virtual session deadlock
- 08:33 AM Bug #1455: P2J server virtual session deadlock
- The following files in com.goldencode.p2j.security have been changed for this issue:
# SecurityManager.endContext ... - 11:00 AM Bug #1450: comment conversion fail
- I believe my described solution takes this issue into account. The parmCounter would never be incremented for commen...
- 10:27 AM Bug #1450: comment conversion fail
- That was my first approach to fix this bug. However, I discovered that (see note 16) the code can have mode than one ...
- 10:58 AM Bug #1443: output and input-output parameters with functions
- Good. You have found the root cause.
The first solution will not work in all cases. The reason the stack managem... - 10:01 AM Bug #1443: output and input-output parameters with functions
- There is a small problem there. The ast looks something like:...
Also available in: Atom