Re: [Pharo-project] Issue with deprecated method in ByteString

2010-01-14 Thread Henrik Johansen
Then remember to handle invalid input gracefully too :) Cheers Den 14. jan. 2010 kl. 19.40 skrev John Toohey : :-) forgot an #asNumber in one of my forms. On Thu, Jan 14, 2010 at 13:35, Henrik Johansen > wrote: Don't divide a number by a ByteArray?;) Cheers, Henry Den 14. jan. 2010 kl. 19.2

Re: [Pharo-project] Issue with deprecated method in ByteString

2010-01-14 Thread John Toohey
:-) forgot an #asNumber in one of my forms. On Thu, Jan 14, 2010 at 13:35, Henrik Johansen wrote: > Don't divide a number by a ByteArray?;) > > Cheers, > Henry > > Den 14. jan. 2010 kl. 19.25 skrev John Toohey : > > > Hi, > > > > Running some tests of my own app, I just got a deprecated warning

Re: [Pharo-project] Issue with deprecated method in ByteString

2010-01-14 Thread Henrik Johansen
Don't divide a number by a ByteArray?;) Cheers, Henry Den 14. jan. 2010 kl. 19.25 skrev John Toohey : > Hi, > > Running some tests of my own app, I just got a deprecated warning > popup in the debugger. The method is #isZero in ByteString, and > isZero is called from SmallInteger #/. I'm usi

Re: [Pharo-project] Issue with deprecated method in ByteString

2010-01-14 Thread Nicolas Cellier
Never divide by a string 2010/1/14 John Toohey : > Hi, > Running some tests of my own app, I just got a deprecated warning popup in > the debugger. The method is #isZero in ByteString, and isZero is called from > SmallInteger #/. I'm using the 10506 Core image. What can I do to fix this? > > -- >

[Pharo-project] Issue with deprecated method in ByteString

2010-01-14 Thread John Toohey
Hi, Running some tests of my own app, I just got a deprecated warning popup in the debugger. The method is #isZero in ByteString, and isZero is called from SmallInteger #/. I'm using the 10506 Core image. What can I do to fix this? -- -JT ___ Pharo-pro