Ok, the final-final image is now ready.
All-in-One also updated. Thanks for everyone's testing. Anything else we find can be applied to squeak42 repository and then merged into trunk. I see no way this would cause any continuity problems upgrading a 4.2 to a trunk. - Chris |
swapMouseButtons is still enabled and therefore cmd-click does not bring up halos as it should for Mac.
Ken At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote: >Ok, the final-final image is now ready. > >All-in-One also updated. > >Thanks for everyone's testing. Anything else we find can be applied >to squeak42 repository and then merged into trunk. I see no way this >would cause any continuity problems upgrading a 4.2 to a trunk. > > - Chris |
In reply to this post by Chris Muller-3
On Fri, 4 Feb 2011, Chris Muller wrote:
> Ok, the final-final image is now ready. > > All-in-One also updated. > > Thanks for everyone's testing. Anything else we find can be applied > to squeak42 repository and then merged into trunk. I see no way this > would cause any continuity problems upgrading a 4.2 to a trunk. Great, thanks! Levente > > - Chris > > |
In reply to this post by Ken G. Brown
On Fri, 4 Feb 2011, Ken G. Brown wrote:
> swapMouseButtons is still enabled and therefore cmd-click does not bring up halos as it should for Mac. This is intentional. When the new VMs will be ready, (some of) their configuration will also be changed, so the new image with the new VMs will be just like the older images with older VMs. The benefit from this change is that new images will behave the same way on all platforms. With the older images and VMs the image behaves differently on unix, mac and windows VMs. Levente > > Ken > > At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote: >> Ok, the final-final image is now ready. >> >> All-in-One also updated. >> >> Thanks for everyone's testing. Anything else we find can be applied >> to squeak42 repository and then merged into trunk. I see no way this >> would cause any continuity problems upgrading a 4.2 to a trunk. >> >> - Chris > > > |
Ok then.
How will we know which are the 'new' vm's? Esteban's latest 5.7.4 still works the old way. Thx, Ken At 11:14 PM +0100 2/4/11, Levente Uzonyi apparently wrote: >On Fri, 4 Feb 2011, Ken G. Brown wrote: > >>swapMouseButtons is still enabled and therefore cmd-click does not bring up halos as it should for Mac. > >This is intentional. When the new VMs will be ready, (some of) their configuration will also be changed, so the new image with the new VMs will be just like the older images with older VMs. >The benefit from this change is that new images will behave the same way on all platforms. With the older images and VMs the image behaves differently on unix, mac and windows VMs. > > >Levente > >> >>Ken >> >>At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote: >>>Ok, the final-final image is now ready. >>> >>>All-in-One also updated. >>> >>>Thanks for everyone's testing. Anything else we find can be applied >>>to squeak42 repository and then merged into trunk. I see no way this >>>would cause any continuity problems upgrading a 4.2 to a trunk. >>> >>>- Chris |
On Fri, 4 Feb 2011, Ken G. Brown wrote:
> Ok then. > How will we know which are the 'new' vm's? Esteban's latest 5.7.4 still works the old way. I guess the new VMs will be announced, but they are not ready yet. See here http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-February/157263.html .. Levente > > Thx, > Ken > > At 11:14 PM +0100 2/4/11, Levente Uzonyi apparently wrote: >> On Fri, 4 Feb 2011, Ken G. Brown wrote: >> >>> swapMouseButtons is still enabled and therefore cmd-click does not bring up halos as it should for Mac. >> >> This is intentional. When the new VMs will be ready, (some of) their configuration will also be changed, so the new image with the new VMs will be just like the older images with older VMs. >> The benefit from this change is that new images will behave the same way on all platforms. With the older images and VMs the image behaves differently on unix, mac and windows VMs. >> >> >> Levente >> >>> >>> Ken >>> >>> At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote: >>>> Ok, the final-final image is now ready. >>>> >>>> All-in-One also updated. >>>> >>>> Thanks for everyone's testing. Anything else we find can be applied >>>> to squeak42 repository and then merged into trunk. I see no way this >>>> would cause any continuity problems upgrading a 4.2 to a trunk. >>>> >>>> - Chris > > > |
In reply to this post by Chris Muller-3
Hi Chris!
I got this from a different machine: Image ----- /Users/laza/Desktop/Squeak 4.2 All-in-One.app/Contents/Resources/Squeak4.2-10966.image Squeak4.2 latest update: #10966 Current Change Set: Unnamed1 Virtual Machine --------------- /Users/laza/Desktop/Squeak 4.2 All-in-One.app/Contents/MacOS/Squeak VM Opt Squeak3.8.1 of '28 Aug 2006' [latest update: #6747] 4.2 Mac Carbon 4.2.4b1 28-Mar-10 >45CAAEAC-5A1E-4327-9702-7973E3473FDE< SUnit Results ------------- 2843 run, 2829 passes, 7 expected failures, 5 failures, 0 errors, 2 unexpected passes Failed Tests ------------ CompilerExceptionsTest>>#testUnusedVariable Fails because compiling 'griffle ^[ | goo | ]' does not raise an UnusedVariable exception ExceptionTests>>#testHandlerFromAction This returns 'inner' and fails [ [ [self error: 'trigger error'] on: ZeroDivide do: [ :ex | 'inner' ] ] on: Error do: [ :ex | 3 / 0 ] ] on: ZeroDivide do: [ :ex | 'outer' ]. MirrorPrimitiveTests>>#testMirrorAt MirrorPrimitiveTests>>#testMirrorInstVarAt ProcessTest>>#testAtomicSuspend I guess there is no support for this in the VM for the mac that's currently in the all-in-one package SocketTest>>#testLocalAddress SocketTest>>#testRemoteAddress They fail because of #[0 0 0 0] is not #[127 0 0 1] 2011/2/4 Chris Muller <[hidden email]> Ok, the final-final image is now ready. |
And this is on the windows machine:
Image ----- C:\Users\laza\Desktop\Squeak 4.2 All-in-One.app\Contents\Resources\Squeak4.2-10966.image Squeak4.2 latest update: #10966 Current Change Set: Unnamed1 Virtual Machine --------------- C:\Users\laza\Desktop\Squeak 4.2 All-in-One.app\Squeak.exe Squeak3.10.2 of 11 February 2010 [latest update: #9314] Win32 built on Jul 27 2010 20:35:19 Compiler: 2.95.2 19991024 (release) SUnit Results ------------- 2843 run, 2830 passes, 7 expected failures, 4 failures, 0 errors, 2 unexpected passes Failed Tests ------------ CompilerExceptionsTest>>#testUnusedVariable ExceptionTests>>#testHandlerFromAction MirrorPrimitiveTests>>#testMirrorAt MirrorPrimitiveTests>>#testMirrorInstVarAt ProcessTest>>#testAtomicSuspend Win32VMTest>>#testWinVM3ButtonMousePreference |
Thanks for testing. These are the same tests that have been failing
for some time. My guess on the Socket test is that possibly Socket class>>#initialize didn't get run? 10966 is planned to be the official first release of 4.2. We know we have some bugs, and we always will, but we also know 4.2 is better than 4.1 and good enough to run production applications on. 4.2 now has its own source repository (actually, "project") to which we can commit fixes. It's possible we will have a 4.2 maintenance release later, but unless we find a major problem, probably we will just forge ahead with trunk. - Chris On Sat, Feb 5, 2011 at 2:21 AM, Alexander Lazarević <[hidden email]> wrote: > And this is on the windows machine: > > Image > ----- > C:\Users\laza\Desktop\Squeak 4.2 > All-in-One.app\Contents\Resources\Squeak4.2-10966.image > Squeak4.2 > latest update: #10966 > Current Change Set: Unnamed1 > > Virtual Machine > --------------- > C:\Users\laza\Desktop\Squeak 4.2 All-in-One.app\Squeak.exe > Squeak3.10.2 of 11 February 2010 [latest update: #9314] > Win32 built on Jul 27 2010 20:35:19 Compiler: 2.95.2 19991024 (release) > > SUnit Results > ------------- > 2843 run, 2830 passes, 7 expected failures, 4 failures, 0 errors, 2 > unexpected passes > > Failed Tests > ------------ > CompilerExceptionsTest>>#testUnusedVariable > ExceptionTests>>#testHandlerFromAction > MirrorPrimitiveTests>>#testMirrorAt > MirrorPrimitiveTests>>#testMirrorInstVarAt > ProcessTest>>#testAtomicSuspend > Win32VMTest>>#testWinVM3ButtonMousePreference > > |
In reply to this post by Chris Muller-3
At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote:
>Ok, the final-final image is now ready. > >All-in-One also updated. > >Thanks for everyone's testing. Anything else we find can be applied >to squeak42 repository and then merged into trunk. I see no way this >would cause any continuity problems upgrading a 4.2 to a trunk. > > - Chris There used to be a feature where when you typed a double quote, it would give you two and then what you typed next would go in between the two double quotes. Also if you selected some text, then typed a double quote, two double quotes would surround the selected text thereby commenting out the selected text. I found this feature very handy once I got used to it. This no longer seems to work and I cannot find a Preference for the feature. Does anyone know how to turn this back on? Also, IMHO the dark grey background in the shipping image could be made much, much more inviting. Thx Ken |
On Sat, Feb 05, 2011 at 01:01:13PM -0700, Ken G. Brown wrote:
> > Also, IMHO the dark grey background in the shipping image could be made much, much more inviting. The background looks nice to me. It's one of the things I like about this release. Dave |
In reply to this post by Ken G. Brown
The Workspace window does not honor its window color preference.
Ken |
In reply to this post by David T. Lewis
At 3:12 PM -0500 2/5/11, David T. Lewis apparently wrote:
>On Sat, Feb 05, 2011 at 01:01:13PM -0700, Ken G. Brown wrote: >> >> Also, IMHO the dark grey background in the shipping image could be made much, much more inviting. > >The background looks nice to me. It's one of the things I like about >this release. > >Dave Hmmm...wonder if it is different when you view it? It looks overly dark and foreboding to me. I do like it better than the previous brushed aluminum look tho, and I like the gradient. Oh well, that's the good thing about preferences, I'll just change it. Ken |
In reply to this post by Chris Muller-4
On 2/5/11 10:09 AM, Chris Muller wrote:
> Thanks for testing. These are the same tests that have been failing > for some time. My guess on the Socket test is that possibly Socket > class>>#initialize didn't get run? > > 10966 is planned to be the official first release of 4.2. We know we > have some bugs, and we always will, but we also know 4.2 is better > than 4.1 and good enough to run production applications on. > > 4.2 now has its own source repository (actually, "project") to which > we can commit fixes. It's possible we will have a 4.2 maintenance > release later, but unless we find a major problem, probably we will > just forge ahead with trunk. > Did you see my message about pier not loading...? Lawson |
On Sat, 5 Feb 2011, Lawson English wrote:
> On 2/5/11 10:09 AM, Chris Muller wrote: >> Thanks for testing. These are the same tests that have been failing >> for some time. My guess on the Socket test is that possibly Socket >> class>>#initialize didn't get run? >> >> 10966 is planned to be the official first release of 4.2. We know we >> have some bugs, and we always will, but we also know 4.2 is better >> than 4.1 and good enough to run production applications on. >> >> 4.2 now has its own source repository (actually, "project") to which >> we can commit fixes. It's possible we will have a 4.2 maintenance >> release later, but unless we find a major problem, probably we will >> just forge ahead with trunk. >> > > Did you see my message about pier not loading...? ConfigurationOfPier has some issues with Squeak. Someone has to fix it, but that doesn't imply there's a problem with Squeak itself. A way to find the cause of the problem is to find the last version of the configuration that works and see what changed between that and the latest version. Levente > > > Lawson > > > |
In reply to this post by Ken G. Brown
At 1:01 PM -0700 2/5/11, Ken G. Brown apparently wrote:
>At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote: >>Ok, the final-final image is now ready. >> >>All-in-One also updated. >> >>Thanks for everyone's testing. Anything else we find can be applied >>to squeak42 repository and then merged into trunk. I see no way this >>would cause any continuity problems upgrading a 4.2 to a trunk. >> >> - Chris > >There used to be a feature where when you typed a double quote, it would give you two and then what you typed next would go in between the two double quotes. >Also if you selected some text, then typed a double quote, two double quotes would surround the selected text thereby commenting out the selected text. >I found this feature very handy once I got used to it. > >This no longer seems to work and I cannot find a Preference for the feature. >Does anyone know how to turn this back on? > ><snip> >Thx >Ken Answering my own question in case it is helpful to someone else. The feature apparently comes from OCompletion which can be loaded from the 'Extending the System' Workspace. Ken |
In reply to this post by Chris Muller-3
On Mon, Feb 7, 2011 at 4:03 PM, Ken G. Brown <[hidden email]> wrote:
Thanks! I tried to find the same feature yesterday with no success. I just forgot it came with OCompletion! :)
|
At 4:08 PM -0300 2/7/11, Ricardo Moran apparently wrote:
>On Mon, Feb 7, 2011 at 4:03 PM, Ken G. Brown <<mailto:[hidden email]>[hidden email]> wrote: > >At 1:01 PM -0700 2/5/11, Ken G. Brown apparently wrote: >>At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote: >>>Ok, the final-final image is now ready. >>> >>>All-in-One also updated. >>> >>>Thanks for everyone's testing. Anything else we find can be applied >>>to squeak42 repository and then merged into trunk. I see no way this >>>would cause any continuity problems upgrading a 4.2 to a trunk. >>> >>> - Chris >> >>There used to be a feature where when you typed a double quote, it would give you two and then what you typed next would go in between the two double quotes. >>Also if you selected some text, then typed a double quote, two double quotes would surround the selected text thereby commenting out the selected text. >>I found this feature very handy once I got used to it. >> >>This no longer seems to work and I cannot find a Preference for the feature. >>Does anyone know how to turn this back on? >> > > ><snip> >>Thx >>Ken > >Answering my own question in case it is helpful to someone else. > >The feature apparently comes from OCompletion which can be loaded from the 'Extending the System' Workspace. > > >Thanks! I tried to find the same feature yesterday with no success. I just forgot it came with OCompletion! :) > Yeah, ditto here! Once I understood the way it worked and got used to it, I found it really handy and missed it when it wasn't there. Ken > > >Ken |
In reply to this post by Ricardo Moran
Hi,
how did you get the contextual menu on, by example, a Test class to run it from the class browser? Yes, it sound a stupid question but I was working on Pharo and the rigth bottom get the contextual menu and not the halos.
Thanks, FV
On Mon, Feb 7, 2011 at 4:40 PM, Ken G. Brown <[hidden email]> wrote: At 4:08 PM -0300 2/7/11, Ricardo Moran apparently wrote: |
Not sure if this is exactly what you mean, but in Squeak 4.2 10966 on Mac,
I disabled swapMouseButtons preference to get cmd-click to work for bringing up halos, I disabled scrolBarsWithoutMenuButton to get the little menu button above the scrollBars in the Browser pane. I also have menuButtonInToolPane preference enabled. Not sure of the interaction of these two preferences. Then I loaded OCompletion from Help/Extending the system Workspace. Then I loaded OCForOB-rr.2.mcz from SqueakSource from <http://www.squeaksource.com/OCompletion> otherwise the OmniBrowser load from the Help/Extending the system Workspace fails because it cannot find OCForOB-rr.2.mcz. Then I loaded OmniBrowser as per the Help/Extending the system Workspace Then I open a new browser, now called System Browser, select a Tests class category, and I see the run tests in the menu from the menu button just above the top class category scrollBar arrow, or alternately by option-clicking in the class category pane. Seems to also show from the class pane when a test class is selected there. Ken At 4:51 PM -0300 2/7/11, Facundo Vozzi apparently wrote: >Hi, >how did you get the contextual menu on, by example, a Test class to run it from the class browser? Yes, it sound a stupid question but I was working on Pharo and the rigth bottom get the contextual menu and not the halos. > >Thanks, >FV > >On Mon, Feb 7, 2011 at 4:40 PM, Ken G. Brown <<mailto:[hidden email]>[hidden email]> wrote: > >At 4:08 PM -0300 2/7/11, Ricardo Moran apparently wrote: > > >On Mon, Feb 7, 2011 at 4:03 PM, Ken G. Brown <<mailto:<mailto:[hidden email]>[hidden email]><mailto:[hidden email]>[hidden email]> wrote: >> >>At 1:01 PM -0700 2/5/11, Ken G. Brown apparently wrote: >>>At 2:39 PM -0600 2/4/11, Chris Muller apparently wrote: >>>>Ok, the final-final image is now ready. >>>> >>>>All-in-One also updated. >>>> >>>>Thanks for everyone's testing. Anything else we find can be applied >>>>to squeak42 repository and then merged into trunk. I see no way this >>>>would cause any continuity problems upgrading a 4.2 to a trunk. >>>> >>>> - Chris >>> >>>There used to be a feature where when you typed a double quote, it would give you two and then what you typed next would go in between the two double quotes. >>>Also if you selected some text, then typed a double quote, two double quotes would surround the selected text thereby commenting out the selected text. >>>I found this feature very handy once I got used to it. >>> >>>This no longer seems to work and I cannot find a Preference for the feature. >>>Does anyone know how to turn this back on? >>> >> >> ><snip> >>>Thx >>>Ken >> >>Answering my own question in case it is helpful to someone else. >> >>The feature apparently comes from OCompletion which can be loaded from the 'Extending the System' Workspace. >> >> >>Thanks! I tried to find the same feature yesterday with no success. I just forgot it came with OCompletion! :) >> > >Yeah, ditto here! >Once I understood the way it worked and got used to it, I found it really handy and missed it when it wasn't there. > >Ken > >> >> >>Ken |
Free forum by Nabble | Edit this page |