... You find it clunky because you can't just call the primitive, you have to do a manual lookup to find the appropriate CompiledMethod first? Fair enough. I...
166735
Chris Cunningham
cunningham.cb@...
May 23, 2012 10:43 pm
... When you need the configuration file to load specific versions of packages, I would assume we'd want to keep those versions. Also, are you considering...
166736
commits@...
May 23, 2012 11:41 pm
A new version of EToys was added to project The Inbox: http://source.squeak.org/inbox/EToys-cmm.88.mcz ==================== Summary ==================== Name:...
166737
Igor Stasenko
siguctua@...
May 23, 2012 11:54 pm
... Sorry, but why you need a lookup? Do i miss something? I didn't checked your implementation. For instance, Pharo no longer uses shortcut for #class...
166738
commits@...
May 23, 2012 11:58 pm
A new version of Morphic was added to project The Inbox: http://source.squeak.org/inbox/Morphic-cmm.619.mcz ==================== Summary ==================== ...
166739
Igor Stasenko
siguctua@...
May 24, 2012 12:13 am
ok, i checked your implementation and now i see where you doing lookup receiver: anObject perform: aSelector arguments: anArray ... cm := self...
166740
Colin Putney
colin@...
May 24, 2012 12:35 am
... [snip] ... Sure, that would be cleaner and a bit faster. I'll make that change, thanks. I don't think it'll please Eliot though - we still have to get the ...
166741
Igor Stasenko
siguctua@...
May 24, 2012 1:13 am
... i like the concept. it is quite elegant, to my look: - things like GetFixedSlotMethod & others is actually a VM contracts which language side must know...
166742
Chris Muller
asqueaker@...
May 24, 2012 2:15 am
... Yes, I am familiar with the entire MC model. ... We have ~75 packages in the trunk. Minimum 10 versions per isn't too much to expect the system to handle,...
166743
commits@...
May 24, 2012 2:51 am
Chris Muller uploaded a new version of Tools to project The Trunk: http://source.squeak.org/trunk/Tools-cmm.408.mcz ==================== Summary...
166744
Dan Corneanu
cdan@...
May 24, 2012 5:59 am
... Ok, this is the smalltalk code, but don't I need some native code for this to work? Dan....
166745
Andreas Raab
andreas.raab@...
May 24, 2012 8:23 am
... Okay, then don't use those prims. Simply rename primitiveInstVarAt to primitiveMirrorInstVarAt, export the latter by name, and use the named version in...
166746
Casey Ransberger
casey.obrien.r@...
May 24, 2012 9:10 am
Hello all you wonderful people: bad news. I may lose Internet access for a time, soon. I hoped that I'd be able to fill this role for longer than I have, but...
166747
commits@...
May 24, 2012 11:55 pm
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2012-May/005347.html Name:...
166748
Bert Freudenberg
bert@...
May 25, 2012 11:14 am
... Under which circumstances did you have to load a package version from trunk that's more than a year old? Honest question. ... The normal update process...
166749
Bert Freudenberg
bert@...
May 25, 2012 11:21 am
... Good question, and a potential obstacle. I think the simplest solution would be to not move the update configs over. Instead, rewrite them on the server to...
166750
Levente Uzonyi
leves@...
May 25, 2012 12:53 pm
... I think the best solution to the problem would be to add a new "view" (a pseudo project/repository) to the SqueakSource server, which would show only a...
166751
Craig Latta
craig@...
May 25, 2012 2:24 pm
Hi Casey-- Yup, I'll do it. Thanks for doing it! -C -- Craig Latta www.netjam.org/resume +31 6 2757 7177 + 1 415 287 3547 (no SMS)...
166752
Chris Muller
asqueaker@...
May 25, 2012 7:36 pm
Ohhh, that sounds good! Because it actually _solves_ the problem rather than just kicking the can down the road. We could _retain_ a consistent speed rather...
166753
Bert Freudenberg
bert@...
May 25, 2012 8:09 pm
... That would be one simple way of how the image could let the server know it needs a full or partial file list, yes. Perhaps "/trunk?recent" would work even...
166754
Chris Muller
asqueaker@...
May 25, 2012 8:18 pm
I cannot seem to delete a version in SqueakSource3. The menu option is there, I press "Yes" to confirm but it's still there.....
166755
Andreas Raab
andreas.raab@...
May 25, 2012 8:18 pm
Sorry for butting in (I haven't been following the discussion closely) but if the issue is too many versions for an efficient listing, has someone considered...
166756
Dale Henrichs
dhenrich@...
May 25, 2012 8:32 pm
Sounds like a bug ... if you could report a bug[1] with a couple of more details (project/package) we'll take a look. Thanks, Dale [1]...
166757
Chris Muller
asqueaker@...
May 25, 2012 9:12 pm
I've been using a Squeak-based backup program every night for the last 5 years. It's called Banyan and has just been updated to version 1.2. 1.2 is updated to...
166758
Germán Arduino
garduino@...
May 26, 2012 3:21 am
Thanks!!! I'm also using it for my backups and it works very well!! Cheers. ... -- Enviado desde mi dispositivo móvil ...
166759
Chris Muller
ma.chris.m@...
May 26, 2012 4:44 pm
I noticed today that the version I deleted was gone, so maybe it was only a "refresh" issue -- not sure. I submitted the bug report anyway. Thanks for SS3!...
166760
Dale Henrichs
dhenrich@...
May 26, 2012 5:18 pm
Yeah, I think there a couple of refresh-related issues that we need to address ... appreciate your patience. Dale...
166761
commits@...
May 26, 2012 5:37 pm
Nicolas Cellier uploaded a new version of KernelTests to project The Trunk: http://source.squeak.org/trunk/KernelTests-nice.223.mcz ====================...
166762
Germán Arduino
garduino@...
May 26, 2012 9:56 pm
he, a little question / comment, exist some "ConfigurationOf*" to load the appropriate prereq ? Or some instructions?...
166763
commits@...
May 26, 2012 11:55 pm
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours: http://lists.squeakfoundation.org/pipermail/packages/2012-May/005348.html Name:...