[BUG] Integer hex is missing in 7006? ([closed] see Mantis ID #987) I could see and follow , also try the Boris proposed fix and do not work for me on 7032. I beg repost earlier method what works ( I do in my own image without any problem) _________________________________________________________ Horóscopos, Salud y belleza, Chistes, Consejos de amor: el contenido más divertido para tu celular está en Yahoo! Móvil. Obtenelo en http://movil.yahoo.com.ar |
Sorry edgar
I do not understand your point. Can you resay it? Was the BUG fixed? Stef On 11 mai 06, at 16:20, Lic. Edgar J. De Cleene wrote: > > > [BUG] Integer hex is missing in 7006? ([closed] see Mantis ID #987) > > I could see and follow , also try the Boris proposed fix and do not > work for > me on 7032. > > I beg repost earlier method what works ( I do in my own image > without any > problem) > > > > > _________________________________________________________ > Horóscopos, Salud y belleza, Chistes, Consejos de amor: > el contenido más divertido para tu celular está en Yahoo! Móvil. > Obtenelo en http://movil.yahoo.com.ar > |
stéphane ducasse puso en su mail :
> Sorry edgar > > I do not understand your point. Can you resay it? > Was the BUG fixed? > > Stef No. That is why I send again the news. In the momment was a mini thread about this, and I believed what was choosed repost old method. Today I join again to mainstream and at my surprise found this unfixed. Worst, exist a Boris Gaertner fix what don't fix this (maybe fix others things related). And the bug is labelled Closed (what is not the case as bug still exist) So, until all packaged go to 3.9 7032 level, IMHO the minor trouble was repost old method. I do in my own image and works. Edgar ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar |
"Lic. Edgar J. De Cleene" <[hidden email]> wrote:
>stéphane ducasse puso en su mail : >> Sorry edgar >> >> I do not understand your point. Can you resay it? >> Was the BUG fixed? >> >> Stef >No. >That is why I send again the news. >In the momment was a mini thread about this, and I believed > what was choosed repost old method. I wondered for some time what went wrong here, but now I think i got it. I assume that you loaded some packages into a 7032 image, right? These packages seemingly require the method Integer > hex. It would be interesting to know what packages you loaded and what methods fail. >Today I join again to mainstream and at my surprise found this unfixed. >Worst, exist a Boris Gaertner fix what don't fix this (maybe fix others >things related). When it was proposed to remove Integer>>hex in facour of two other methods (printStringHex and printStringRadix:) I tried to fix all occurrences of hex in the basic image. The various packages remained of course unchanged. If I remember correctly, there as also some discussion about wether or not the replacement for hex should answer a string with the radix prefix 16r. It is quite possible that we still have problematic replacements. >And the bug is labelled Closed (what is not the case as bug still exist) >So, until all packaged go to 3.9 7032 level, IMHO the minor trouble was >repost old method. >I do in my own image and works. I think to load packages that require the hex method in Integer, you will have to add this method definition: hex ^self printStringRadix: 16 The experience of all this is - in my opinion - that method deprecation makes a lot of older packages unusable. Was that kept in mind when we began to deprecate various methods? Greetings, Boris |
Boris Gaertner puso en su mail :
> "Lic. Edgar J. De Cleene" <[hidden email]> wrote: > > >> stéphane ducasse puso en su mail : > >>> Sorry edgar >>> >>> I do not understand your point. Can you resay it? >>> Was the BUG fixed? >>> >>> Stef >> No. > >> That is why I send again the news. >> In the momment was a mini thread about this, and I believed >> what was choosed repost old method. > I wondered for some time what went wrong here, but now I think > i got it. I assume that you loaded some packages into a 7032 > image, right? These packages seemingly require the method > Integer > hex. > > It would be interesting to know what packages you loaded and > what methods fail. > >> Today I join again to mainstream and at my surprise found this unfixed. >> Worst, exist a Boris Gaertner fix what don't fix this (maybe fix others >> things related). > When it was proposed to remove Integer>>hex in facour of > two other methods (printStringHex and printStringRadix:) I tried to > fix all occurrences of hex in the basic image. The various packages > remained of course unchanged. > > If I remember correctly, there as also some discussion about > wether or not the replacement for hex should answer a string > with the radix prefix 16r. It is quite possible that we still have > problematic replacements. > >> And the bug is labelled Closed (what is not the case as bug still exist) >> So, until all packaged go to 3.9 7032 level, IMHO the minor trouble was >> repost old method. >> I do in my own image and works. > I think to load packages that require the hex method in Integer, > you will have to add this method definition: > > hex > ^self printStringRadix: 16 > > The experience of all this is - in my opinion - that > method deprecation makes a lot of older packages unusable. > Was that kept in mind when we began to deprecate various > methods? > > Greetings, Boris > > > > > > You are right in all. The old packages what fail was Comanche, and yes is Integer >> hex I test hex > ^self printStringRadix: 16 And send new mail. Very thanks Edgar ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar |
In reply to this post by Boris.Gaertner
Hi boris
Should I integrate these fixes? Were they integrate? Stef >>> Sorry edgar >>> >>> I do not understand your point. Can you resay it? >>> Was the BUG fixed? >>> >>> Stef >> No. > >> That is why I send again the news. >> In the momment was a mini thread about this, and I believed >> what was choosed repost old method. > I wondered for some time what went wrong here, but now I think > i got it. I assume that you loaded some packages into a 7032 > image, right? These packages seemingly require the method > Integer > hex. > > It would be interesting to know what packages you loaded and > what methods fail. > >> Today I join again to mainstream and at my surprise found this >> unfixed. >> Worst, exist a Boris Gaertner fix what don't fix this (maybe fix >> others >> things related). > When it was proposed to remove Integer>>hex in facour of > two other methods (printStringHex and printStringRadix:) I tried to > fix all occurrences of hex in the basic image. The various packages > remained of course unchanged. > > If I remember correctly, there as also some discussion about > wether or not the replacement for hex should answer a string > with the radix prefix 16r. It is quite possible that we still have > problematic replacements. > >> And the bug is labelled Closed (what is not the case as bug still >> exist) >> So, until all packaged go to 3.9 7032 level, IMHO the minor >> trouble was >> repost old method. >> I do in my own image and works. > I think to load packages that require the hex method in Integer, > you will have to add this method definition: > > hex > ^self printStringRadix: 16 > > The experience of all this is - in my opinion - that > method deprecation makes a lot of older packages unusable. > Was that kept in mind when we began to deprecate various > methods? > > Greetings, Boris > > > > > > |
"stéphane ducasse" <[hidden email]> wrote: Hi Stéphane, > Hi boris > > Should I integrate these fixes? > Were they integrate? The fixes that you find in mantis #987 were included into the 3.9 image by Marcus. For the use of old packages, the inclusion of the Integer>>hex would help for the moment, but I think the problem is that we will have to update our packages for newer version of Squeak. To do that, it would help to publish a table of deprecated methods on the Swiki. This evening I will try to do that. Till later, Boris > Stef > > > >>> Sorry edgar > >>> > >>> I do not understand your point. Can you resay it? > >>> Was the BUG fixed? > >>> > >>> Stef > >> No. > > > >> That is why I send again the news. > >> In the momment was a mini thread about this, and I believed > >> what was choosed repost old method. > > I wondered for some time what went wrong here, but now I think > > i got it. I assume that you loaded some packages into a 7032 > > image, right? These packages seemingly require the method > > Integer > hex. > > > > It would be interesting to know what packages you loaded and > > what methods fail. > > > >> Today I join again to mainstream and at my surprise found this > >> unfixed. > >> Worst, exist a Boris Gaertner fix what don't fix this (maybe fix > >> others > >> things related). > > When it was proposed to remove Integer>>hex in facour of > > two other methods (printStringHex and printStringRadix:) I tried to > > fix all occurrences of hex in the basic image. The various packages > > remained of course unchanged. > > > > If I remember correctly, there as also some discussion about > > wether or not the replacement for hex should answer a string > > with the radix prefix 16r. It is quite possible that we still have > > problematic replacements. > > > >> And the bug is labelled Closed (what is not the case as bug still > >> exist) > >> So, until all packaged go to 3.9 7032 level, IMHO the minor > >> trouble was > >> repost old method. > >> I do in my own image and works. > > I think to load packages that require the hex method in Integer, > > you will have to add this method definition: > > > > hex > > ^self printStringRadix: 16 > > > > The experience of all this is - in my opinion - that > > method deprecation makes a lot of older packages unusable. > > Was that kept in mind when we began to deprecate various > > methods? > > > > Greetings, Boris > > > > > > > > > > > > > > |
Free forum by Nabble | Edit this page |