[Pharo-project] latest update #10129 breaks FileList2 (NonBooleanReceiver: proceed for truth).
After updating my test image and then attempting to open a file list browser I get a walkback This seems to be related to a change in FileList2>>initialize where showDirsInFileList _ false. was dropped by lr 10/29/2008 21:28 Unfortunately showDirsInFileList is not initialized anywhere else so the block then which uses the variable evaluates to nil... -- = = = ======================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com = = = ========================================================================
see http://code.google.com/p/pharo/issues/detail?id=313&colspec=ID%20Type%20Stat... On Thu, Nov 6, 2008 at 9:18 PM, John M McIntosh < johnmci@smalltalkconsulting.com> wrote:
After updating my test image and then attempting to open a file list browser I get a walkback This seems to be related to a change in FileList2>>initialize
where showDirsInFileList _ false. was dropped by lr 10/29/2008 21:28
Unfortunately showDirsInFileList is not initialized anywhere else so the block then which uses the variable evaluates to nil...
-- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
thanks john. Stef On Nov 6, 2008, at 9:18 PM, John M McIntosh wrote:
After updating my test image and then attempting to open a file list browser I get a walkback This seems to be related to a change in FileList2>>initialize
where showDirsInFileList _ false. was dropped by lr 10/29/2008 21:28
Unfortunately showDirsInFileList is not initialized anywhere else so the block then which uses the variable evaluates to nil...
-- = = = = = ====================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http:// www.smalltalkconsulting.com = = = = = ======================================================================
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi guys this is important when you open an issue to tell it in the mailing-list. I will harvest it now. Stef On Nov 6, 2008, at 9:26 PM, Pavel Krivanek wrote:
see http://code.google.com/p/pharo/issues/detail?id=313&colspec=ID%20Type%20Stat...
On Thu, Nov 6, 2008 at 9:18 PM, John M McIntosh <johnmci@smalltalkconsulting.com
wrote: After updating my test image and then attempting to open a file list browser I get a walkback This seems to be related to a change in FileList2>>initialize
where showDirsInFileList _ false. was dropped by lr 10/29/2008 21:28
Unfortunately showDirsInFileList is not initialized anywhere else so the block then which uses the variable evaluates to nil...
-- = = = = = ====================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Corporate Smalltalk Consulting Ltd. http:// www.smalltalkconsulting.com = = = = = ======================================================================
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
John M McIntosh -
Pavel Krivanek -
Stéphane Ducasse