Not sure why this version should be needed (it's in both ancestries so
if anything it should be skipped), but try copying the version from http://source.squeakfoundation.org/Balloon into the 3.9a repository. Cheers, - Andreas stéphane ducasse wrote: > Hi andreas > > I prepared all the scripts for the integration and when I run it (you > can do an update from the latest image) > MC does not find Balloon-bf.3.mcz (an ancestor of Balloon-ar.11). Could > you have a look? > May be I could load without merging (but I do not know the complete > implication). > > Stef > >> The latest version of the packages are here: >> http://source.squeakfoundation.org/Balloon/Ballon-ar.13.mcz >> http://source.squeakfoundation.org/Balloon/Flash-ar.5.mcz >> http://source.squeakfoundation.org/Balloon/TrueType-ar.4.mcz >> http://source.squeakfoundation.org/Compression/Compression-ar.8.mcz >> http://source.squeakfoundation.org/FFI/FFI-ar.11.mcz >> http://source.squeakfoundation.org/Graphics/Graphics-ar.38.mcz >> http://source.squeakfoundation.org/Graphics/GraphicsTest-ar.9.mcz >> They mostly include the various bug fixes and merges of changes that >> were already in the image (if SqF would have the log-button I'd >> include the change logs... ;-) >> >> For this round of changes there is an odd inconsistency here which I >> realize but it was only in the process of looking at proposed changes >> that I came to realize that in an "orderly" process I would have >> rejected some of those changes outright. So, in this round there are >> still various changes included that went outside the regular >> processes, in the future I will not longer accept those. I have >> started to reject some changes though (those that triggered the whole >> process, like the one making Color depend on >> NaturalLanguageTranslator), so you will want to make sure that the >> following bugs are properly dealt with: >> >> http://bugs.impara.de/view.php?id=4166 >> http://bugs.impara.de/view.php?id=4168 >> http://bugs.impara.de/view.php?id=4169 >> http://bugs.impara.de/view.php?id=4170 >> >> With these four bugs fixed the packages should be nicely in sync. >> >> Cheers, >> - Andreas >> > > > |
In reply to this post by stéphane ducasse-2
2006/7/9, stéphane ducasse <[hidden email]>:
> Hi andreas > > I prepared all the scripts for the integration and when I run it (you > can do an update from the latest image) > MC does not find Balloon-bf.3.mcz (an ancestor of Balloon-ar.11). > Could you have a look? > May be I could load without merging (but I do not know the complete > implication). If there'd be an implication (you loose changes in your working copy) you'd get a debugger and only if you hit proceed you'd loose them. So I don't see why you merge in the process of building a release image. The package maintainers should have done the merging and you just load the right version. Plus merging is slower than loading. Philippe |
In reply to this post by stéphane ducasse-2
Hi Stef -
Some more updated packages: http://squeaksource.com/ToolBuilder/ToolBuilder-Kernel-ar.16.mcz http://squeaksource.com/ToolBuilder/ToolBuilder-Morphic-ar.19.mcz http://squeaksource.com/ToolBuilder/ToolBuilder-SUnit-ar.11.mcz http://squeaksource.com/ToolBuilder/ToolBuilder-MVC-dtl.12.mcz The main change is that some support for menus has been added. Cheers, - Andreas stéphane ducasse wrote: > Hi all > > next week we will gather at my place and work on 3.9 final. > We would ****really**** appreciate that the other package maintainers > mention the new versions of packages for 3.9. > > This is the third time I asked and so far I got nearly no feedback except > from the network and morphic packages maintainer. May be we should fork > for the other packages. > > If you have important bugs fixes that you want to see harvested please > reply to this email > and put link to the mantis entry. > > Stef > > > |
In reply to this post by stéphane ducasse-2
On Thu, Jul 06, 2006 at 09:44:49AM +0200, st?phane ducasse wrote:
> > If you have important bugs fixes that you want to see harvested > please reply to this email > and put link to the mantis entry. Mantis #3993 is a bug that was caused by me in 6482NumberReadFromFixes-2-dtl. The bug breaks number parsing from file streams. Apparently this does not happen very often, but it's sort of fundamental so I would feel a lot better about it if a fix could be included in 3.9. My proposed fix is attached to #3993 as NumberReadFromFixes-3-dtl.1.cs.gz. If someone could please review and approve this I'd appreciate it. Thanks, Dave p.s. SqNumberParser by Nicolas Cellier is a better overall solution, and I think that it should replace the current number parsing. But since 3.9 is ready to go, I'd like to see my bug fix included so there will not be a horrible bug in 3.9 with my initials on it. |
In reply to this post by Andreas.Raab
Cool! tomorrow we include them.
Stef On 13 juil. 06, at 02:25, Andreas Raab wrote: > Hi Stef - > > Some more updated packages: > > http://squeaksource.com/ToolBuilder/ToolBuilder-Kernel-ar.16.mcz > http://squeaksource.com/ToolBuilder/ToolBuilder-Morphic-ar.19.mcz > http://squeaksource.com/ToolBuilder/ToolBuilder-SUnit-ar.11.mcz > http://squeaksource.com/ToolBuilder/ToolBuilder-MVC-dtl.12.mcz > > The main change is that some support for menus has been added. > > Cheers, > - Andreas > > stéphane ducasse wrote: >> Hi all >> next week we will gather at my place and work on 3.9 final. >> We would ****really**** appreciate that the other package maintainers >> mention the new versions of packages for 3.9. >> This is the third time I asked and so far I got nearly no feedback >> except >> from the network and morphic packages maintainer. May be we should >> fork for the other packages. >> If you have important bugs fixes that you want to see harvested >> please reply to this email >> and put link to the mantis entry. >> Stef > > |
In reply to this post by David T. Lewis
Tx we will look at that!
Stef On 13 juil. 06, at 05:14, David T. Lewis wrote: > On Thu, Jul 06, 2006 at 09:44:49AM +0200, st?phane ducasse wrote: >> >> If you have important bugs fixes that you want to see harvested >> please reply to this email >> and put link to the mantis entry. > > Mantis #3993 is a bug that was caused by me in > 6482NumberReadFromFixes-2-dtl. > The bug breaks number parsing from file streams. Apparently this does > not happen very often, but it's sort of fundamental so I would feel a > lot better about it if a fix could be included in 3.9. My proposed > fix is attached to #3993 as NumberReadFromFixes-3-dtl.1.cs.gz. If > someone could please review and approve this I'd appreciate it. > > Thanks, > Dave > > p.s. SqNumberParser by Nicolas Cellier is a better overall solution, > and I think that it should replace the current number parsing. But > since 3.9 is ready to go, I'd like to see my bug fix included so > there will not be a horrible bug in 3.9 with my initials on it. > > |
Free forum by Nabble | Edit this page |