Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2009-November/001769.html ...
commits@...
Nov 11, 2009 11:55 pm
143068
On Wed, Nov 11, 2009 at 3:14 PM, Russell N Hyer < ... nil is an object like any other, and Sets can contain arbitrary objects. An empty Set contains no...
Eliot Miranda
eliot.miranda@...
Nov 11, 2009 11:20 pm
143067
I still don't comprehend the purpose behind having more than one flavour of empty in regards to empty set based mathematics....
Russell N Hyer
hrothgar.ofstingan@...
Nov 11, 2009 11:14 pm
143066
Just want to add that enabling a set to contain nils already discussed before. http://n4.nabble.com/squeak-dev-Letting-Set-contain-nils-td69437.html#a69437 ......
Igor Stasenko
siguctua@...
Nov 11, 2009 10:03 pm
143065
... No no. This is cheating. Nobody is interested in the ways how object manages its internal state. The most interesting is how good its public interface. The...
Igor Stasenko
siguctua@...
Nov 11, 2009 9:56 pm
143064
Hi! ... Not exactly. Just because you see nils in the inspector it doesn't mean the set contains it. Try this: Set new add: 1; includes: nil. Nils in the...
Levente Uzonyi
leves@...
Nov 11, 2009 9:56 pm
143063
Sets already contain nil, ... badger := Set new. badger add: 1. badger inspect and you'll see there are already nils!...
Russell N Hyer
hrothgar.ofstingan@...
Nov 11, 2009 9:40 pm
143062
Hi, I uploaded a new version of MC which includes some speedup for MCFileRepositoryInspector which greatly affects the ui experience if you have more than a...
Levente Uzonyi
leves@...
Nov 11, 2009 8:41 pm
143061
Nicolas Cellier uploaded a new version of Tools to project The Trunk: http://source.squeak.org/trunk/Tools-nice.141.mcz ==================== Summary...
commits@...
Nov 11, 2009 6:27 pm
143060
Hi! ... No. I'm talking about letting a set contain nil. Try evaluating Set with: nil. and you will see what my problem is. ... nil is not a set. Set new gives...
Levente Uzonyi
leves@...
Nov 11, 2009 5:30 pm
143059
So you're really talking about having two types of null? nil being the set that contains nothing and nil & null being the set that contains nothing and an...
Russell N Hyer
hrothgar.ofstingan@...
Nov 11, 2009 4:38 pm
143058
... I think even with "(slightly)" your words are (slightly) too strong. ... too. It's just a Monticello informative "warning" Ross, indicating three extension...
Chris Muller
asqueaker@...
Nov 11, 2009 3:56 pm
143057
Hi, Here are some ideas that I would like to see in the trunk: - create a common superclass (HashedCollection) for Set and Dictionary - since #valuesDo: is the...
Levente Uzonyi
leves@...
Nov 11, 2009 12:10 pm
143056
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2009-November/001765.html ...
commits@...
Nov 10, 2009 11:55 pm
143055
... But nobody is forcing him to use Pharo, just that, as in other reply ... Package organization Quick pharo install: Installer ss project: 'Citezen';...
Miguel Enrique Cob...
miguel.coba@...
Nov 10, 2009 11:13 pm
143054
... Wrong. The more correct would be "use Pharo and get another, different problem at hand". And its nothing to do with fact that Pharo is better or worse than...
Igor Stasenko
siguctua@...
Nov 10, 2009 10:52 pm
143053
... WTF are you saying. I am not against Squeak but I also promote Pharo for my own personal views. But from that to bash squeak there is a big gap. Regarding...
Miguel Enrique Cob...
miguel.coba@...
Nov 10, 2009 10:29 pm
143052
... +1 i want to see a success for both Squeak and Pharo (!!SERIOUSLY!!). I don't see much barriers why they could not coexist peacefully and exchange the...
Igor Stasenko
siguctua@...
Nov 10, 2009 10:08 pm
143051
... I don't remember exactly but they included sound related ones like nebraska, tests, squeak map, sunit, a lot of morphic extras and complete categories that...
Miguel Enrique Cob...
miguel.coba@...
Nov 10, 2009 9:38 pm
143050
... In fairness, I should add I've had quite a few problems getting things working under squeak (again, in the archives). Quite a few of those only arise if...
Ross Boylan
ross@...
Nov 10, 2009 9:29 pm
143049
... I don't recall the details, though they are probably in the pharo and magma archives. ... While no one can predict the future, my opinion has some basis in...
Ross Boylan
ross@...
Nov 10, 2009 9:23 pm
143048
... I doubt it, I don't remember applying anything relevant at least (relying on my memory is problematic however). ... Yes, I'm hoping the itch will have...
Ken Causey
ken@...
Nov 10, 2009 9:22 pm
143047
Nicolas Cellier uploaded a new version of Kernel to project The Trunk: http://source.squeak.org/trunk/Kernel-nice.291.mcz ==================== Summary...
commits@...
Nov 10, 2009 8:57 pm
143046
... Out of curiosity, what have you been trimming in the past for your production deployments? ... I think it may be helpful to phrase your comments a bit more...
Andreas Raab
andreas.raab@...
Nov 10, 2009 8:23 pm
143045
... Umm, I haven't had any problem and I am using it daily on production. What problem do you have to got it work on Pharo? ... That is a subjective opinion....
Miguel Enrique Cob...
miguel.coba@...
Nov 10, 2009 8:12 pm
143044
... For the record, the problem is cleared up now. I assume the cause was the hang-up of squeaksource reported by Nicolas. I prefer to use squeak because...
Ross Boylan
ross@...
Nov 10, 2009 8:04 pm
143043
... This is a great text and very relevant to the discussion we should be having. Though the book came out in 2001, I imagine that these words were written...
Jecel Assumpcao Jr
jecel@...
Nov 10, 2009 5:33 pm
143042
... It was used in an experimental project that tried to isolate changes done in a project by un-applying them when you would enter another project....
Andreas Raab
andreas.raab@...
Nov 10, 2009 5:05 pm
143041
... Oh, good, that explains it. I was rather nervous about modifying a method when I did not even know what it was being used for. Dave...
David T. Lewis
lewis@...
Nov 10, 2009 3:52 pm
143040
Andreas Raab uploaded a new version of Morphic to project The Trunk: http://source.squeak.org/trunk/Morphic-ar.225.mcz ==================== Summary...