[Newbies] Monticello - Non Boolean error

Sayth Renshaw flebber.crue at gmail.com
Mon Oct 11 21:16:13 UTC 2010


I was trying to load soup image using monticello browser. However I
receive an error when pressing open to load "soup"

It is a non boolean error. Not sure how that relates to what I am
doing. I used two sets of info when trying to load soup.

Registration 1
MCHttpRepository
   location: 'http://www.squeaksource.com/Soup'
   user: ''
   password: ''

Registration 2
MCHttpRepository
   location: 'http://www.squeaksource.com/Soup'
   user: 'squeak'
   password: 'squeak'

Here is a screenshot

[IMG]
http://i988.photobucket.com/albums/af10/Sayth_Renshaw/SoupSqueak.png[/IMG]

It must relate to this

mustBeBooleanIn: context
       "context is the where the non-boolean error occurred. Rewind context
to before jump then raise error."

       | proceedValue |
       context skipBackBeforeJump.
       proceedValue := NonBooleanReceiver new
               object: self;
               signal: 'proceed for truth.'.
       ^ proceedValue ~~ false
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20101012/64476646/attachment.htm


More information about the Beginners mailing list