http://seaside.gemtalksystems.com/jade/ contains a link to the Microsoft Windows IDE dated 18-Dec-13 with the following fixes:
* context menu (right-click) in method in System Browser has browse senders/implementers back (Marten); and * compile errors properly recognized in 2.3.x (Gerhard). Other items reported: * problems under Wine (noted, but might be a Dolphin issue); * #’compileMissingAccessingMethods’ on class side (should be easy to fix); * select a class, create a new category -> can't add a new method without deselect and select the category again (I’ll investigate); * removing a newly created category sometimes fails if you don't commit (I’ll investigate); * version history of methods (good idea); * use code editing from System Browser in Method List Browser (I’ve been meaning to do this!); and * code execution on the class side in the code browser (I’ll investigate). Thanks for the problem reports and suggestions. I appreciate the feedback. James _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Some notes on these issues:
On Dec 18, 2013, at 9:44 PM, James Foster <[hidden email]> wrote: > http://seaside.gemtalksystems.com/jade/ contains a link to the Microsoft Windows IDE dated 18-Dec-13 with the following fixes: > > * context menu (right-click) in method in System Browser has browse senders/implementers back Because of the way the compiler handles inner blocks this isn’t fully functioning yet. I’ll continue to investigate. > * #’compileMissingAccessingMethods’ on class side This turns out to be an issue in the kernel classes on the server. I’ve entered bug #43584 and plan to fix it in 3.2. > * select a class, create a new category -> can't add a new method without deselect and select the category again I’m unable to reproduce this problem. > * removing a newly created category sometimes fails if you don't commit Doesn’t immediately reproduce for me but it was reported as “sometimes fails” so I’ll continue to watch it. ~ James _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Am 19.12.2013 15:58, schrieb James Foster:
> >> * removing a newly created category sometimes fails if you don't commit > > Doesn’t immediately reproduce for me but it was reported as “sometimes fails” so I’ll continue to watch it. I've a variation of it: When I create a category, add a method and try to remove that category again (without removing the method) I get an error: a LookupError occurred (error 2035), reason:classErrMethCatNotFound, In searching the class GessWebCatiRestCall the category name ' test2' was not found. AbstractException >> _signalWith: (envId 0) @5 line 25 AbstractException >> signal (envId 0) @2 line 47 Object >> _error:args: (envId 0) @15 line 11 Behavior >> _categoryNotFound: (envId 0) @2 line 2 Behavior >> removeCategory:environmentId: (envId 0) @7 line 11 Behavior >> removeCategory: (envId 0) @2 line 2 [] in JadeServer >> sbRemoveMethodCategories: (envId 0) @2 line 5 Collection >> do: (envId 0) @5 line 10 JadeServer >> sbRemoveMethodCategories: (envId 0) @4 line 5 JadeServer >> systemBrowserCommand (envId 0) @33 line 12 [] in JadeServer >> systemBrowser: (envId 0) @13 line 10 Time class >> secondsElapsedTime: (envId 0) @5 line 11 Time class >> millisecondsElapsedTime: (envId 0) @2 line 6 JadeServer >> millisecondsElapsedTime: (envId 0) @2 line 3 JadeServer >> systemBrowser: (envId 0) @2 line 4 [] in JadeServer64bit >> systemBrowser: (envId 0) @2 line 4 ExecBlock >> on:do: (envId 0) @3 line 42 JadeServer64bit >> systemBrowser: (envId 0) @2 line 5 GsNMethod class >> _gsReturnToC (envId 0) @1 line 1 Marten -- Marten Feldtmann _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by James Foster-9
Hi James, After loading GLASS, Seaside 3.1, and Zinc into a clean GS 3.1.0.5 i can't login/work anymore with Jade. On Thu, Dec 19, 2013 at 6:44 AM, James Foster <[hidden email]> wrote: http://seaside.gemtalksystems.com/jade/ contains a link to the Microsoft Windows IDE dated 18-Dec-13 with the following fixes: _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |