Comment #3 on issue 3087 by stephane.ducasse: optimize
hasBindingThatBeginsWith:
http://code.google.com/p/pharo/issues/detail?id=3087
tx!
TPureBehavior users do: [:e | Transcript show: e printString ;cr]
TraitBehavior
Behavior
in 1.1 and 1.2
so may be you should mentioned your configuration and also get an example that
we can run.
It would be more efficient to help you, isn't?
Stef
On Nov 12, 2010, at 2:07 AM,
There also appears to be
http://www.squeaksource.com/AdAstra
Mathematical Astronomy
Yes, the talks are being recorder, but no streamed. They will be uploaded to
the website after.
cheers
mariano
On Thu, Nov 11, 2010 at 11:46 AM, Sean P. DeNigris wrote:
>
> I got a reply from the contact email that there were no streaming plans,
> but
> contact them - the more interest, the mor
Hi Folks..
I have the following method
classesIncluded
| includes |
includes := OrderedCollection new.
TSSerosDB users do:[ :aClass | self processClass: aClass into: includes
].
^ includes.
TSSerosDB is a Trait..
Well when I run the process, I get a MNU.. reci
Comment #2 on issue 3226 by Benjamin.VanRyseghem.Pharo: New finder enh
http://code.google.com/p/pharo/issues/detail?id=3226
Steph : It's done, and commited on PharoTaskForces
gazzaguru2 : I do not know how to do that, but if you can explain it to me,
I will be glad :)
Perfect!
Doru
On 12 Nov 2010, at 00:13, Dale Henrichs wrote:
> Give it another try ... I've updated the ensureMetacello code (no version
> change)...
>
> Dale
>
> On 11/11/2010 02:33 PM, Tudor Girba wrote:
>> Indeed, I can confirm that the sortBy: problem is not fixed in version
>> 1.0-beta
Status: Fixed
Owner: Benjamin.VanRyseghem.Pharo
New issue 3249 by Benjamin.VanRyseghem.Pharo: SourceReference throw an
error when is answered
http://code.google.com/p/pharo/issues/detail?id=3249
Attached: the cs
Attachments:
SourceReferenceHistoricalFix.1.cs 1.4 KB
Comment #13 on issue 3216 by da...@teleport.com: [enh] Support for
Metacello in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
I tend to agree, but the MonticelloBrowser is a better place to hang
Metacello functionality than the code browser (considering that OB isn't
loa
Comment #1 on issue 3189 by guillermopolito: Changes not working since
update 12220
http://code.google.com/p/pharo/issues/detail?id=3189
With the last version of PharoCore 1.2 (12233) I did
ScriptLoader new cleanUpForRelease
the I created a new class and it got logged in the change sorter..
Give it another try ... I've updated the ensureMetacello code (no
version change)...
Dale
On 11/11/2010 02:33 PM, Tudor Girba wrote:
Indeed, I can confirm that the sortBy: problem is not fixed in version
1.0-beta.27.5 :(.
Cheers,
Doru
On 11 Nov 2010, at 23:27, Torsten Bergmann wrote:
I st
Comment #12 on issue 3216 by alexandre.bergel: [enh] Support for Metacello
in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
I agree with you Stef. But I am looking for an easy way to use Metacello
Updates:
Status: Fixed
Comment #2 on issue 3087 by marianopeck: optimize hasBindingThatBeginsWith:
http://code.google.com/p/pharo/issues/detail?id=3087
Ok, together with Nicolas Passerini we analyzed the code. Seems to be ok
for our point of view. Commited in
Name:
SLICE-Issue-3087
Comment #4 on issue 3248 by npasserini: Bad error message for non existing
changes file.
http://code.google.com/p/pharo/issues/detail?id=3248
Sorry, we mean the ".changes" file.
When you open an image, if the corresponding changes file cannot be found,
it produces an error message. The for
Comment #1 on issue 3187 by guillermopolito: Undeclared in
SmartRefStream>>#nextPut:
http://code.google.com/p/pharo/issues/detail?id=3187
There's a line that's using that instance variable, but it was removed.
Does it have something to do with the Uniclasses removal?
There are no tests for
Updates:
Status: Closed
Comment #11 on issue 3216 by stephane.ducasse: [enh] Support for Metacello
in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
in fact I'm not sure that the metacello creation should be driven by the
monticello browser
but I will integrate it
Updates:
Cc: alexandre.bergel
Comment #2 on issue 3185 by guillermopolito: BitmapStreamTests have errors
http://code.google.com/p/pharo/issues/detail?id=3185
As we noticed, here are two problems:
1) SmartStreamRef>>nextPut: has already an instance variable that (as we
supose) was remov
Welllit will be awhile because I'm going to have to download and
update a PharoCore image to test ... sorry about that...
Dale
On 11/11/2010 02:48 PM, Dale Henrichs wrote:
Okay, I got rid of all of the senders of sortBy:, but I didn't update
the ensureMetacello code ... at least that's my
Okay, I got rid of all of the senders of sortBy:, but I didn't update
the ensureMetacello code ... at least that's my guess ... I'll check it
out now ...
Dale
On 11/11/2010 02:27 PM, Torsten Bergmann wrote:
I still have the problem when I use the
Pharo 1.2 image (see the issue for my steps)
Updates:
Status: Fixed
Comment #2 on issue 3182 by marianopeck: UndoManagerTest>>#testGrouping
failing
http://code.google.com/p/pharo/issues/detail?id=3182
(No comment was entered for this change.)
On Thu, 11 Nov 2010, Stefan Marr wrote:
Hi Levente:
On 11 Nov 2010, at 00:34, Levente Uzonyi wrote:
I doubt any plugin changes the performance of #tinyBenchmarks. But the
following plugins make a huge difference in other benchmarks and GUI
performance:
- MiscPrimitivePlugin
- LargeIntegers
Updates:
Status: Fixed
Comment #10 on issue 3216 by stephane.ducasse: [enh] Support for Metacello
in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
ok
Updates:
Labels: Type-Squeak
Comment #3 on issue 3240 by stephane.ducasse: be more explicit about
attribute changes to gain another 5-10x speedup
http://code.google.com/p/pharo/issues/detail?id=3240
(No comment was entered for this change.)
Comment #1 on issue 3243 by stephane.ducasse: enhanced AttributedTextStream
so it can be used as a TextStream in some cases.
http://code.google.com/p/pharo/issues/detail?id=3243
Apparently this fixes is based on the introduction of AttributedTextStream
which is used by TextDiffBuilder
It se
Indeed, I can confirm that the sortBy: problem is not fixed in version
1.0-beta.27.5 :(.
Cheers,
Doru
On 11 Nov 2010, at 23:27, Torsten Bergmann wrote:
> I still have the problem when I use the
> Pharo 1.2 image (see the issue for my steps)
>
> What has to be done that the fixed beta27.5 is u
No problem Dale. We go incrementally.
Cheers,
Alexandre
Le 11/11/2010, "ph...@googlecode.com" a écrit:
>
>Comment #9 on issue 3216 by da...@teleport.com: [enh] Support for Metacello
>in Monticello
>http://code.google.com/p/pharo/issues/detail?id=3216
>
>Just a note that I expect to update the
Comment #9 on issue 3216 by da...@teleport.com: [enh] Support for Metacello
in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
Just a note that I expect to update the MonticelloBrowser support for
Metacello with the introduction of symbolVersions ... I plan to create a
Met
I still have the problem when I use the
Pharo 1.2 image (see the issue for my steps)
What has to be done that the fixed beta27.5 is used?
I always thought the newest Metacello is loaded
automatically if one bootstraps Metacello via
a config...
I also get it when I run the following in PharoCor
Comment #2 on issue 3240 by stephane.ducasse: be more explicit about
attribute changes to gain another 5-10x speedup
http://code.google.com/p/pharo/issues/detail?id=3240
ie 3243
Updates:
Status: FixedWaitingToBePharoed
Comment #1 on issue 3240 by stephane.ducasse: be more explicit about
attribute changes to gain another 5-10x speedup
http://code.google.com/p/pharo/issues/detail?id=3240
This fix depends on the addition to AttributedTextStream.
Comment #3 on issue 3248 by stephane.ducasse: Bad error message for non
existing changes file.
http://code.google.com/p/pharo/issues/detail?id=3248
which file?
12235
-
- Issue 3088: MNU Text>>withBlanksTrimmed. Thanks Guillermo Polito.
- Issue 3216: [enh] Support for Metacello in Monticello. Thanks Dale and
Alexandre.
Updates:
Status: Closed
Comment #5 on issue 3088 by stephane.ducasse: MNU Text>>withBlanksTrimmed
http://code.google.com/p/pharo/issues/detail?id=3088
in 12235
Updates:
Status: Closed
Comment #3 on issue 3244 by stephane.ducasse: Correct the confusion
radiansToDegrees/degreesToRadians
http://code.google.com/p/pharo/issues/detail?id=3244
(No comment was entered for this change.)
Updates:
Status: Fixed
Comment #2 on issue 3248 by npasserini: Bad error message for non existing
changes file.
http://code.google.com/p/pharo/issues/detail?id=3248
Fixed it is in pharo-inbox.
I didn't see the issue, however, I did fix the deprecated sortBy:, as
the problem was reported earlier this week on the Metacello mailing list ...
Dale
On 11/11/2010 01:58 PM, Torsten Bergmann wrote:
Hi Dale,
but ... did you see
http://code.google.com/p/metacello/issues/detail?id=102
which op
Updates:
Status: Closed
Comment #2 on issue 3221 by stephane.ducasse: New Class queries for
variables (class and pool)
http://code.google.com/p/pharo/issues/detail?id=3221
in 12234
For Magma 1.2 I will try to make a Squeak-compatibility /
Pharo-compatibility packages that will allow clean loading into both.
On Thu, Nov 11, 2010 at 2:52 PM, Giuseppe Luigi Punzi
wrote:
> Now installed cleanly.
>
> Thanks a lot.
>
> El mié, 10-11-2010 a las 10:20 -0600, Miguel Cobá escribió:
>
Hi Dale,
but ... did you see
http://code.google.com/p/metacello/issues/detail?id=102
which opened today?
Bye
T.
--
GRATIS! Movie-FLAT mit über 300 Videos.
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome
Updates:
Status: Accepted
Labels: Milestone-1.2
Comment #1 on issue 3248 by marianopeck: Bad error message for non existing
changes file.
http://code.google.com/p/pharo/issues/detail?id=3248
(No comment was entered for this change.)
Status: New
Owner:
New issue 3248 by npasserini: Bad error message for non existing changes
file.
http://code.google.com/p/pharo/issues/detail?id=3248
Pharo image: Pharo-core
Pharo core version: 12220
Steps to reproduce:
1. Rename or remove changes file
2. Open image
3. The popup will s
Yuppee! Thanks a lot.
Doru
On 11 Nov 2010, at 22:42, stephane ducasse wrote:
> tx
>
> On Nov 11, 2010, at 10:39 PM, Dale Henrichs wrote:
>
>> With 1.0-beta.27.5, you should no longer get deprecated warnings when used
>> in Pharo1.2 ... well at least as of yesterday afternoon's release of 1.2
Hi Levente:
On 11 Nov 2010, at 00:34, Levente Uzonyi wrote:
> I doubt any plugin changes the performance of #tinyBenchmarks. But the
> following plugins make a huge difference in other benchmarks and GUI
> performance:
> - MiscPrimitivePlugin
> - LargeIntegers
> - FloatMathPlugin
> - FloatArray
Updates:
Status: Closed
Comment #2 on issue 3229 by stephane.ducasse: More robust
MCFileRepositoryInspector
http://code.google.com/p/pharo/issues/detail?id=3229
(No comment was entered for this change.)
12234
-
- Issue 3244: Correct the confusion radiansToDegrees/degreesToRadians. Thanks
Nicolas Cellier
- Issue 3239: CUIS added MessageTally default size tweaks
- Issue 3229: More robust MCFileRepositoryInspector. Thanks Levente.
- Issue 3221: New Class queries for variables (class and
Comment #1 on issue 3229 by stephane.ducasse: More robust
MCFileRepositoryInspector
http://code.google.com/p/pharo/issues/detail?id=3229
in 12234
Updates:
Status: FixedWaitingToBePharoed
Comment #2 on issue 3235 by stephane.ducasse: better bag sum
http://code.google.com/p/pharo/issues/detail?id=3235
This is strange in pharo there is no sum in Bag just in Collection
Collection>>sum
"This is implemented using a variant of t
With 1.0-beta.27.5, you should no longer get deprecated warnings when
used in Pharo1.2 ... well at least as of yesterday afternoon's release
of 1.2:)
Dale
Updates:
Status: Closed
Comment #1 on issue 3239 by stephane.ducasse: CUIS added MessageTally
default size tweaks
http://code.google.com/p/pharo/issues/detail?id=3239
in 12234
Updates:
Status: closed
Comment #2 on issue 3244 by stephane.ducasse: Correct the confusion
radiansToDegrees/degreesToRadians
http://code.google.com/p/pharo/issues/detail?id=3244
in 12234
Comment #2 on issue 3227 by stephane.ducasse: Remove all MethodFinder
http://code.google.com/p/pharo/issues/detail?id=3227
Thanks for the look
After we should clean the MethodFinder code but this is another story.
Updates:
Status: Fixed
Comment #1 on issue 3247 by Benjamin.VanRyseghem: Remodel Text Constants
http://code.google.com/p/pharo/issues/detail?id=3247
(No comment was entered for this change.)
Status: New
Owner:
New issue 3247 by Benjamin.VanRyseghem.Pharo: Remodel Text Constants
http://code.google.com/p/pharo/issues/detail?id=3247
Gofer new
squeaksource: 'PharoTaskForces';
package: 'KillTextConstants';
load.
KillTextConstants new script.
It remodel TextConstants
I am online, sorry to answer late...
I was coding with Guillermo
Alexandre
Le 11/11/2010, "Stéphane Ducasse" a écrit:
>I suggest to go to the irc
>and talk now.
>
>
>> Here are some rules. Feel free to complete them:
>>
>> 1 - Download the image 12220 Core image from
>> https://gforge.inria.f
Updates:
Cc: alexandre.bergel
Comment #1 on issue 3227 by guillermopolito: Remove all MethodFinder
http://code.google.com/p/pharo/issues/detail?id=3227
Finder, as provided by ben, uses the class MethodFinder to retrieve methods
searched with a pattern (e.g. 4 . 3 . 7 => +)
However, th
Comment #8 on issue 3216 by stephane.ducasse: [enh] Support for Metacello
in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
Ok I will have a look now
I don't think that works. All ports except http (80) and https (443)
are blocked here.
Lukas
On 11 November 2010 17:47, Stéphane Ducasse wrote:
> I suggest to go to the irc
> and talk now.
>
>
>> Here are some rules. Feel free to complete them:
>>
>> 1 - Download the image 12220 Core image from
Now installed cleanly.
Thanks a lot.
El mié, 10-11-2010 a las 10:20 -0600, Miguel Cobá escribió:
> El mié, 10-11-2010 a las 17:00 +0100, Giuseppe Luigi Punzi escribió:
> > Hi all,
> >
> > I get a warning about dependencies of Flaptab installing Magma with:
> >
> > Gofer new
> >
> > squeaksourc
Hi,
I get that warning too and I'm using it without problem.
Facu
On Wed, Nov 10, 2010 at 1:00 PM, Giuseppe Luigi Punzi <
glpu...@lordzealon.com> wrote:
> Hi all,
>
> I get a warning about dependencies of Flaptab installing Magma with:
>
> Gofer new
>
> squeaksource: 'MetacelloRepository';
>
>
Comment #2 on issue 3181 by stephane.ducasse:
PharoCorePackageDependenciesTests failure and error
http://code.google.com/p/pharo/issues/detail?id=3181
Tx!
I suggest to go to the irc
and talk now.
> Here are some rules. Feel free to complete them:
>
> 1 - Download the image 12220 Core image from
> https://gforge.inria.fr/frs/download.php/27719/PharoCore-1.2-12220.zip
>
> 2 - Go to
> http://code.google.com/p/pharo/issues/list
> http://code.google.c
Status: Accepted
Owner: estebanlm
New issue 3246 by estebanlm: Duplicated code on SUnit
http://code.google.com/p/pharo/issues/detail?id=3246
Pharo image: core
Pharo core version: 1.2
SUnit class TestCase and trait TAssertable have duplicated code, and also
TAssertable is not used anywhere. It
Updates:
Status: Fixed
Comment #1 on issue 3180 by estebanlm: Failing Tests SUnit
http://code.google.com/p/pharo/issues/detail?id=3180
fixed on SUnit-EstebanLorenzano.40118
Comment #1 on issue 2928 by luc.fabresse: Trying to change the category of
traits method -> DNU
http://code.google.com/p/pharo/issues/detail?id=2928
I tried to move a method from one protocol to another and it works
perfectly.
But I tried to add a new protocol on a trait and it produces a
Status: Accepted
Owner: guillermopolito
CC: alexandre.bergel
New issue 3245 by guillermopolito: Cannot browse implementors
http://code.google.com/p/pharo/issues/detail?id=3245
Pharo image:Core
Pharo core version:1.2
Virtual machine used: Cog
Steps to reproduce:
1. type testExtMethodModifed
2.
Comment #1 on issue 3182 by akellens: UndoManagerTest>>#testGrouping failing
http://code.google.com/p/pharo/issues/detail?id=3182
UndoManagerTest>>testGrouping failed because no UndoRecords were added to
the group.
Proposed fix: System-Undo-AndyKellens.3
El jue, 11-11-2010 a las 20:34 +0100, Giuseppe Luigi Punzi escribió:
> Hi Miguel,
>
> Gofer new
> squeaksource: 'UniverseForPharo11';
> package: 'ConfigurationOfMagma';
> load.
>
> Doesn't Works.
> Error: Could not access http://www.squeaksource.com/UniverseForPharo12
>
> Cheer
Comment #7 on issue 1325 by alexandre.bergel: Removing all traits from a
class fails
http://code.google.com/p/pharo/issues/detail?id=1325
I am not sure what we should do? Is it worth having this issue open still ?
Updates:
Status: Fixed
Comment #4 on issue 3088 by guillermopolito: MNU Text>>withBlanksTrimmed
http://code.google.com/p/pharo/issues/detail?id=3088
Done
Name: SLICE-Issue-3088-MNU-TextwithBlanksTrimmed-GuillermoPolito.1
Author: GuillermoPolito
Time: 11 November 2010, 5:09:29 pm
UUID: 6
Comment #3 on issue 3088 by guillermopolito: MNU Text>>withBlanksTrimmed
http://code.google.com/p/pharo/issues/detail?id=3088
Ok, ProtocolBrowser were creating a MethodReferences with (a Text with a
Text) instead of (a Text with a String), which caused a DNU
Comment #7 on issue 3216 by alexandre.bergel: [enh] Support for Metacello
in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
MonticelloGUI-AlexandreBergel.80 is now in PharoTaskForces.
Sorry for missing up with the version
Comment #1 on issue 3181 by akellens: PharoCorePackageDependenciesTests
failure and error
http://code.google.com/p/pharo/issues/detail?id=3181
Some changes in the package structure had an impact on the dependencies.
The dependencies have been updated to reflect these changes.
Fix proposed
On Thu, Nov 11, 2010 at 4:26 PM, wrote:
> Here are some rules. Feel free to complete them:
>
> 1 - Download the image 12220 Core image from
> https://gforge.inria.fr/frs/download.php/27719/PharoCore-1.2-12220.zip
>
it would be nice to do a System Update tooit would be easier for
integrators.
Comment #6 on issue 3216 by alexandre.bergel: [enh] Support for Metacello
in Monticello
http://code.google.com/p/pharo/issues/detail?id=3216
We simply did not work on the latest version. I am updating...
Hi Miguel,
Gofer new
squeaksource: 'UniverseForPharo11';
package: 'ConfigurationOfMagma';
load.
Doesn't Works.
Error: Could not access http://www.squeaksource.com/UniverseForPharo12
Cheers.
--
--
Giuseppe Luigi
http://www.lordzealon.com
Updates:
Status: Started
Comment #2 on issue 3088 by guillermopolito: MNU Text>>withBlanksTrimmed
http://code.google.com/p/pharo/issues/detail?id=3088
(No comment was entered for this change.)
Here are some rules. Feel free to complete them:
1 - Download the image 12220 Core image from
https://gforge.inria.fr/frs/download.php/27719/PharoCore-1.2-12220.zip
2 - Go to
http://code.google.com/p/pharo/issues/list
http://code.google.com/p/pharo/issues/list?can=2&q=milestone=1.2&sort=milest
Comment #1 on issue 3231 by gazzaguru2: Semaphore changes
http://code.google.com/p/pharo/issues/detail?id=3231
We can check perhaps (on old Squeak 3.9) with our rather process/semaphore
intensive exchange software...
Updates:
Status: Fixed
Comment #1 on issue 3235 by stephane.ducasse: better bag sum
http://code.google.com/p/pharo/issues/detail?id=3235
(No comment was entered for this change.)
Comment #1 on issue 3244 by stephane.ducasse: Correct the confusion
radiansToDegrees/degreesToRadians
http://code.google.com/p/pharo/issues/detail?id=3244
Nicolas Cellier uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-nice.167.mcz
=
Status: Fixed
Owner: stephane.ducasse
Labels: Milestone-1.2 Type-Squeak
New issue 3244 by stephane.ducasse: Correct the confusion
radiansToDegrees/degreesToRadians
http://code.google.com/p/pharo/issues/detail?id=3244
I integrated the first enh so we should fix it with this change now.
Nicol
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3243 by stephane.ducasse: enhanced AttributedTextStream so it can
be used as a TextStream in some cases.
http://code.google.com/p/pharo/issues/detail?id=3243
Levente Uzonyi uploaded a new version of Collecti
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3242 by stephane.ducasse: BDFFontReader fixes
http://code.google.com/p/pharo/issues/detail?id=3242
We should pay attention because some parts are different in pharo but the
rest looks trivial.
Levente Uzony
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3241 by stephane.ducasse: Eliot's stdio changes
http://code.google.com/p/pharo/issues/detail?id=3241
Levente Uzonyi uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-ul.
Status: Fixed
Owner: stephane.ducasse
Labels: Milestone-1.2 Difficulty-Easy
New issue 3240 by stephane.ducasse: be more explicit about attribute
changes to gain another 5-10x speedup
http://code.google.com/p/pharo/issues/detail?id=3240
Levente Uzonyi uploaded a new version of System to projec
On 11/11/2010 06:44 AM, Janko Mivšek wrote:
> Hi guys,
>
> What is rationale that
>
> (Array with: Set new with: Set new ) asSet
>
> returns only one set instead of two (as VW returns)? Those two new sets
> are not identical, therefore asSet should return them both?
They're not identical,
Status: Fixed
Owner: stephane.ducasse
Labels: Milestone-1.2 Type-Squeak Difficulty-Easy
New issue 3239 by stephane.ducasse: CUIS added MessageTally default size
tweaks
http://code.google.com/p/pharo/issues/detail?id=3239
Item was changed:
- Method: MessageTally class>>defaultMaxClassName
Status: Accepted
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3238 by stephane.ducasse: Use Class instead of TextDiffBuilder in
changelist
http://code.google.com/p/pharo/issues/detail?id=3238
Should check how to invoke this method
- use ClassDiffBuilder for diffing class definition
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3237 by stephane.ducasse: If MessageTally is not in memory
http://code.google.com/p/pharo/issues/detail?id=3237
we have to compare because the implementation in pharo is different.
in pharo we do
Smalltalk gl
Updates:
Status: FixedWaitingToBePharoed
Comment #1 on issue 3236 by stephane.ducasse: Cuis DateAndTime Enhancement
http://code.google.com/p/pharo/issues/detail?id=3236
Levente Uzonyi uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ul.513.mcz
Status: Accepted
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3236 by stephane.ducasse: Cuis DateAndTime Enhancement
http://code.google.com/p/pharo/issues/detail?id=3236
Levente Uzonyi uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ul.512.mc
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak Difficulty-Easy
New issue 3235 by stephane.ducasse: better bag sum
http://code.google.com/p/pharo/issues/detail?id=3235
- reimplemented Bag >> #sum to fix http://bugs.squeak.org/view.php?id=6560
=== Diff aga
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3234 by stephane.ducasse: fold: reduce: Merge
http://code.google.com/p/pharo/issues/detail?id=3234
I imagine that reduce: and fold: are not the same in pharo so we should pay
attention.
Name: Collections-u
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3233 by stephane.ducasse: Tests for WeakSet
http://code.google.com/p/pharo/issues/detail?id=3233
Levente Uzonyi uploaded a new version of CollectionsTests to project The
Trunk:
http://source.squeak.org/trunk
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3232 by stephane.ducasse: SharedQueue code simplication
http://code.google.com/p/pharo/issues/detail?id=3232
We should really review carefully this changes
A new version of Collections was added to project Th
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
CC: siguctua
Labels: Type-Squeak
New issue 3231 by stephane.ducasse: Semaphore changes
http://code.google.com/p/pharo/issues/detail?id=3231
Needs a really careful review
A new version of Kernel was added to project The Inbox:
http://s
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3230 by stephane.ducasse: Fixes for Latin1Environment from EToys
http://code.google.com/p/pharo/issues/detail?id=3230
***Need to be really verified if this applies to pharo***
Name: Multilingual-sn.131
Author
Status: Fixed
Owner: stephane.ducasse
Labels: Milestone-1.2 Difficulty-Easy Type-Squeak
New issue 3229 by stephane.ducasse: More robust MCFileRepositoryInspector
http://code.google.com/p/pharo/issues/detail?id=3229
Name: Monticello-ul.408
Author: ul
Time: 8 November 2010, 3:18:30.762 am
UUID: e0
Status: FixedWaitingToBePharoed
Owner: stephane.ducasse
Labels: Type-Squeak
New issue 3228 by stephane.ducasse: fixed font rendering to support
translucent colors
http://code.google.com/p/pharo/issues/detail?id=3228
To be verified
Name: Graphics-mt.152
Author: mt
Time: 10 November 2010, 4:14
After a little research...
Great! The last time I used Smalltalk there were no packages. What a useful
concept class extensions are.
Is the best way to see a package's extensions to just browse the package (i.e.
Ctrl-P in the packages pane of the browser)?
TF
On Nov 11, 2010, at 8:56, Stéphan
1 - 100 of 138 matches
Mail list logo