Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
August 2013
- 83 participants
- 827 messages
Re: [Pharo-dev] I would prefer to see the diff from Smalltalkhub than Git commits
by Camillo Bruni
I just care for a solution that works now, in the present and needs no interaction, no hypothetical thingy.
In any case, I redirected the messages to my account.
If anybody is interested let me know...
On 2013-08-18, at 11:33, Stephan Eggermont <stephan(a)stack.nl> wrote:
> Camillo wrote:
>> - they are auto generate, no manual intervention needed to send them
>
> So they should go to the issue tracker list
>
>> - the github repository is the place where you go to find changes, it's simply impossible to figure out when
>> something broke on smalltalkhub since you cannot compare multiple packages over multiple times
>
> Sounds like it's time to migrate Torch.
Aug. 18, 2013
Re: [Pharo-dev] Updating the Pharo Contributors listing
by Sven Van Caekenberghe
Hi Jannik,
On 16 Aug 2013, at 21:23, jannik.laval <jannik.laval(a)gmail.com> wrote:
> PharoContributor new
> name: 'Jannik Laval';
> id: 'jannik.laval';
> email: 'jannik.laval(a)gmail.com';
> website: 'http://www.jannik-laval.eu';
> description: 'Software Researcher at Mines Douai';
> image: 'http://www.jannik-laval.eu/assets/images/DSC02023%20-%20Version%202.jpg';
> yourself
Updated:
http://contributors.pharo.org#janniklaval
Thanks.
Sven
> On Aug 12, 2013, at 5:12 PM, Sven Van Caekenberghe <sven(a)stfx.eu> wrote:
>
>> Dear Fellow Pharoers,
>>
>> As some of you may know, we have a page listing Pharo Contributors
>>
>> http://www.pharo-project.org/community/contributors
>>
>> This page was manually constructed and urgently needs an update.
>> Based on the code behind the Pharo Consultants page
>>
>> http://consultants.pharo.org
>>
>> we want a similar data driven, statically generated page for Pharo Contributors
>>
>> http://contributors.pharo.org
>>
>> the new page is based on some of the old data, but needs updating. Many people are missing as well. So please, please, edit the template and send me your new or up to date information.
>>
>> PharoContributor new
>> name: 'Stéphane Ducasse';
>> id: 'stephaneducasse';
>> email: 'stephane.ducasse(a)inria.fr';
>> website: 'http://stephane.ducasse.free.fr/';
>> description: 'Research director at INRIA Lille leading the RMoD Team. Pharo board member and president of ESUG.';
>> image: 'http://stephane.ducasse.free.fr/StefFingerOnNose128.jpg';
>> yourself
>>
>> PharoContributor new
>> name: 'Camillo Bruni';
>> email: 'camillobruni(a)gmail.com';
>> description: 'Cosmopolitan Swiss Hacker, currently at INRIA';
>> yourself
>>
>> Some notes:
>>
>> - id is only needed when your name contains non-ascii characters
>> - email will default to pharo-dev(a)lists.pharo.org if missing
>> - website will default to a Google search for your name if a URL is missing
>> - image can be omitted if you have a Gravatar, else it becomes a smiley
>> - images will be rescaled to fit in 128x128, the URL needs to remain accessible
>> - description is a pure text String, no markup is allowed
>> - the description does not have to be too formal
>> - the page is statically generated, only then do changes take effect
>>
>> Regards,
>>
>> Sven, on behalf of the Pharo Board.
>>
>> PS: If you are curious, the code for generating this page can be found at
>>
>> http://www.smalltalkhub.com/#!/~Pharo/PharoPeople
>>
>>
>
Aug. 18, 2013
Re: [Pharo-dev] I would prefer to see the diff from Smalltalkhub than Git commits
by Stephan Eggermont
Camillo wrote:
>- they are auto generate, no manual intervention needed to send them
So they should go to the issue tracker list
>- the github repository is the place where you go to find changes, it's simply impossible to figure out when
> something broke on smalltalkhub since you cannot compare multiple packages over multiple times
Sounds like it's time to migrate Torch.
Stephan
Aug. 18, 2013
Re: [Pharo-dev] PharoSound load error in Pharo 2.0
by jannik.laval
On Aug 18, 2013, at 10:18 AM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
> On Aug 18, 2013, at 8:42 AM, jannik.laval <jannik.laval(a)gmail.com> wrote:
>
>> Hum, I do not understand.
>> When I load it with your script it works (it loads the version 75 of Sound).
>> Now, with Phratch it tries to load the version 76 of Sound.
>>
>> Here is my configuration:
>>
>> ===
>> baseline10: spec
>> <version:'1.0-baseline'>
>> spec for: #common do: [
>> spec blessing: #baseline.
>> spec repository: 'http://smalltalkhub.com/mc/JLaval/Phratch/main'.
>> spec project: 'Sound' with: [
>> spec
>> repository: 'http://smalltalkhub.com/mc/PharoExtras/Sound/main';
>> versionString: #stable;
>> className: 'ConfigurationOfPharoSound'].
>> spec package: 'Phratch' with: [
>> spec requires: 'Sound'.
>> ].
>> ].
>> ===
>>
>
> did you try with '5.3'? to see
Yes, I tried and I have the same behavior.
There is something I do not understand, and the chapter about Metacello does not help me :(
Jannik
>
>> And I load it with :
>> (ConfigurationOfPhratch project latestVersion: #baseline) load.
>>
>> So, why does it not take the stable version of PharoSound ?
>
>
> I do not know. we should ask dale.
>
>>
>> Thanks for the help.
>> Jannik
>>
>>
>>
>> On Aug 17, 2013, at 7:03 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>>
>>> jannik
>>>
>>>
>>> (ConfigurationOfPharoSound project version: '5.3') load
>>>
>>> loads perfectly in 2.0
>>>
>>>
>>> stable: spec
>>> <symbolicVersion: #stable>
>>>
>>> spec for: #'pharo1.0.x' version: '1.0'.
>>> spec for: #'pharo1.1.x' version: '3.0'.
>>> spec for: #'pharo1.2.x' version: '3.0'.
>>> spec for: #'pharo1.4.x' version: '5.0'.
>>> spec for: #'pharo2.0.x' version: '5.3'.
>>> spec for: #'pharo3.0.x' version: '5.4'.
>>>
>>> (ConfigurationOfPharoSound project version: '5.3') load
>>> loads perfectly on a freshly downloaded 2.0 image
>>>
>>> So tell me more.
>>>
>>> Stef
>>>
>>>
>>
>>
>
>
Aug. 18, 2013
Re: [Pharo-dev] PharoSound load error in Pharo 2.0
by Stéphane Ducasse
On Aug 18, 2013, at 8:42 AM, jannik.laval <jannik.laval(a)gmail.com> wrote:
> Hum, I do not understand.
> When I load it with your script it works (it loads the version 75 of Sound).
> Now, with Phratch it tries to load the version 76 of Sound.
>
> Here is my configuration:
>
> ===
> baseline10: spec
> <version:'1.0-baseline'>
> spec for: #common do: [
> spec blessing: #baseline.
> spec repository: 'http://smalltalkhub.com/mc/JLaval/Phratch/main'.
> spec project: 'Sound' with: [
> spec
> repository: 'http://smalltalkhub.com/mc/PharoExtras/Sound/main';
> versionString: #stable;
> className: 'ConfigurationOfPharoSound'].
> spec package: 'Phratch' with: [
> spec requires: 'Sound'.
> ].
> ].
> ===
>
did you try with '5.3'? to see
> And I load it with :
> (ConfigurationOfPhratch project latestVersion: #baseline) load.
>
> So, why does it not take the stable version of PharoSound ?
I do not know. we should ask dale.
>
> Thanks for the help.
> Jannik
>
>
>
> On Aug 17, 2013, at 7:03 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
>> jannik
>>
>>
>> (ConfigurationOfPharoSound project version: '5.3') load
>>
>> loads perfectly in 2.0
>>
>>
>> stable: spec
>> <symbolicVersion: #stable>
>>
>> spec for: #'pharo1.0.x' version: '1.0'.
>> spec for: #'pharo1.1.x' version: '3.0'.
>> spec for: #'pharo1.2.x' version: '3.0'.
>> spec for: #'pharo1.4.x' version: '5.0'.
>> spec for: #'pharo2.0.x' version: '5.3'.
>> spec for: #'pharo3.0.x' version: '5.4'.
>>
>> (ConfigurationOfPharoSound project version: '5.3') load
>> loads perfectly on a freshly downloaded 2.0 image
>>
>> So tell me more.
>>
>> Stef
>>
>>
>
>
Aug. 18, 2013
Re: [Pharo-dev] I would prefer to see the diff from Smalltalkhub than Git commits
by Stéphane Ducasse
On Aug 17, 2013, at 9:54 PM, Camillo Bruni <camillobruni(a)gmail.com> wrote:
> On 2013-08-17, at 21:26, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>>> nope, the smalltalk hub diffs are clearly minor
>>>
>>> - they are auto generate, no manual intervention needed to send them
>>> - they are only sent if the build succeeds
>>> - they include valuable information
>> like what?
>
> I see exactly which classes and methods were touched with little effort.
I do not see the point to get a list of selectors.
> Which saves me clicks on each package and then browsing through the diff on smalltalkhub.
This is ok now I do not think that we should continue to send these mails to the list because there are not diff
but list of selectors so they have much lower added values.
I would be curious to know how many people systematically click on one link to see a change.
This is why I would like to avoid to force people to put filter on their mailing-list.
>>> - the github repository is the place where you go to find changes, it's simply impossible to figure out when something broke on smalltalkhub since you cannot compare multiple packages over multiple times
>>
>> I do not to go to github to see the diff because I will not do it and I want to see the code modified.
>
> because?
Because this is what I want. I want to see the changes right in the mails in front of my nose.
It works well in Squeak so I do not see why it would not work for Pharo.
>
>> It worked really well in the squeak mailing-list we did not do it because squeaksource was on its knees.
>> Nicolas will fix SmalltalkHub diff and I will see how the script loader can send the diffs
>
>
> I guess it's a matter of taste. I know that I need the git sources to properly find bugs that were introduced by some faulty version.
> And usually I control each changes made to classes I maintain, which is very easy to do for me when looking at the changes mail sent from github since I see the touched methods on classes.
> A full diff, like what is done for VM-maker, is a bit too much for me, especially when it comes in pure text form (compared to for instance what I see on github?)
Probably true but this is another scenario. The scenario I want to see exercised is: more people look directly in the actual changes.
Stef
Aug. 18, 2013
Re: [Pharo-dev] PharoSound load error in Pharo 2.0
by jannik.laval
Hum, I do not understand.
When I load it with your script it works (it loads the version 75 of Sound).
Now, with Phratch it tries to load the version 76 of Sound.
Here is my configuration:
===
baseline10: spec
<version:'1.0-baseline'>
spec for: #common do: [
spec blessing: #baseline.
spec repository: 'http://smalltalkhub.com/mc/JLaval/Phratch/main'.
spec project: 'Sound' with: [
spec
repository: 'http://smalltalkhub.com/mc/PharoExtras/Sound/main';
versionString: #stable;
className: 'ConfigurationOfPharoSound'].
spec package: 'Phratch' with: [
spec requires: 'Sound'.
].
].
===
And I load it with :
(ConfigurationOfPhratch project latestVersion: #baseline) load.
So, why does it not take the stable version of PharoSound ?
Thanks for the help.
Jannik
On Aug 17, 2013, at 7:03 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
> jannik
>
>
> (ConfigurationOfPharoSound project version: '5.3') load
>
> loads perfectly in 2.0
>
>
> stable: spec
> <symbolicVersion: #stable>
>
> spec for: #'pharo1.0.x' version: '1.0'.
> spec for: #'pharo1.1.x' version: '3.0'.
> spec for: #'pharo1.2.x' version: '3.0'.
> spec for: #'pharo1.4.x' version: '5.0'.
> spec for: #'pharo2.0.x' version: '5.3'.
> spec for: #'pharo3.0.x' version: '5.4'.
>
> (ConfigurationOfPharoSound project version: '5.3') load
> loads perfectly on a freshly downloaded 2.0 image
>
> So tell me more.
>
> Stef
>
>
Aug. 18, 2013
Re: [Pharo-dev] I would prefer to see the diff from Smalltalkhub than Git commits
by Camillo Bruni
On 2013-08-17, at 21:26, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>> nope, the smalltalk hub diffs are clearly minor
>>
>> - they are auto generate, no manual intervention needed to send them
>> - they are only sent if the build succeeds
>> - they include valuable information
> like what?
I see exactly which classes and methods were touched with little effort.
Which saves me clicks on each package and then browsing through the diff on smalltalkhub.
>> - the github repository is the place where you go to find changes, it's simply impossible to figure out when something broke on smalltalkhub since you cannot compare multiple packages over multiple times
>
> I do not to go to github to see the diff because I will not do it and I want to see the code modified.
because?
> It worked really well in the squeak mailing-list we did not do it because squeaksource was on its knees.
> Nicolas will fix SmalltalkHub diff and I will see how the script loader can send the diffs
I guess it's a matter of taste. I know that I need the git sources to properly find bugs that were introduced by some faulty version.
And usually I control each changes made to classes I maintain, which is very easy to do for me when looking at the changes mail sent from github since I see the touched methods on classes.
A full diff, like what is done for VM-maker, is a bit too much for me, especially when it comes in pure text form (compared to for instance what I see on github?)
Aug. 17, 2013
Re: [Pharo-dev] I would prefer to see the diff from Smalltalkhub than Git commits
by Stéphane Ducasse
> nope, the smalltalk hub diffs are clearly minor
>
> - they are auto generate, no manual intervention needed to send them
> - they are only sent if the build succeeds
> - they include valuable information
like what?
> - the github repository is the place where you go to find changes, it's simply impossible to figure out when something broke on smalltalkhub since you cannot compare multiple packages over multiple times
I do not to go to github to see the diff because I will not do it and I want to see the code modified. It worked really well in the squeak mailing-list
we did not do it because squeaksource was on its knees.
Nicolas will fix SmalltalkHub diff and I will see how the script loader can send the diffs
> and... I thought we agree that I send the diff from github.
I do not remember probably but now I do not see added value.
> Usually the diff gets send along with the update, but since there was a strange update that didn't change any code, the export script failed, so I catch up with the export.
Aug. 17, 2013
Re: [Pharo-dev] I would prefer to see the diff from Smalltalkhub than Git commits
by Camillo Bruni
I will disable it until I caught up with the current builds.
On 2013-08-17, at 15:27, Camillo Bruni <camillobruni(a)gmail.com> wrote:
> nope, the smalltalk hub diffs are clearly minor
>
> - they are auto generate, no manual intervention needed to send them
> - they are only sent if the build succeeds
> - they include valuable information
> - the github repository is the place where you go to find changes, it's simply impossible to figure out when something broke on smalltalkhub since you cannot compare multiple packages over multiple times
>
> and... I thought we agree that I send the diff from github.
> Usually the diff gets send along with the update, but since there was a strange update that didn't change any code, the export script failed, so I catch up with the export.
>
>
> On 2013-08-16, at 17:02, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
>> Hi
>>
>> could we avoid to get the github commits. I would prefer to get diff from Smalltalkhub.
>>
>> Stef
>
Aug. 17, 2013
Re: [Pharo-dev] I would prefer to see the diff from Smalltalkhub than Git commits
by Camillo Bruni
nope, the smalltalk hub diffs are clearly minor
- they are auto generate, no manual intervention needed to send them
- they are only sent if the build succeeds
- they include valuable information
- the github repository is the place where you go to find changes, it's simply impossible to figure out when something broke on smalltalkhub since you cannot compare multiple packages over multiple times
and... I thought we agree that I send the diff from github.
Usually the diff gets send along with the update, but since there was a strange update that didn't change any code, the export script failed, so I catch up with the export.
On 2013-08-16, at 17:02, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
> Hi
>
> could we avoid to get the github commits. I would prefer to get diff from Smalltalkhub.
>
> Stef
Aug. 17, 2013
Re: [Pharo-dev] PharoSound load error in Pharo 2.0
by Stéphane Ducasse
jannik
(ConfigurationOfPharoSound project version: '5.3') load
loads perfectly in 2.0
stable: spec
<symbolicVersion: #stable>
spec for: #'pharo1.0.x' version: '1.0'.
spec for: #'pharo1.1.x' version: '3.0'.
spec for: #'pharo1.2.x' version: '3.0'.
spec for: #'pharo1.4.x' version: '5.0'.
spec for: #'pharo2.0.x' version: '5.3'.
spec for: #'pharo3.0.x' version: '5.4'.
(ConfigurationOfPharoSound project version: '5.3') load
loads perfectly on a freshly downloaded 2.0 image
So tell me more.
Stef
Aug. 17, 2013
Re: [Pharo-dev] PharoSound load error in Pharo 2.0
by Stéphane Ducasse
I will check.
Did you check which version is marked as stable for 2.0
> Hi,
>
> When loading stable version of pharo sound in Pharo 2.0 there is a missing class: SoundSystem
>
> ===
> This package depends on the following classes:
> SoundSystem
> You must resolve these dependencies before you will be able to load these definitions:
> BaseSoundSystem
> ===
>
> Jannik
Aug. 17, 2013
Re: [Pharo-dev] pharo.changes write failed
by jannik.laval
Now, without changing anything it work on my computer.
But does not work on jenkinsâ¦
It seems to break when writing files.
Probably, the issue with space as Stef propose ?
How can I avoid that ?
Jannik
On Aug 17, 2013, at 8:36 AM, Esteban Lorenzano <estebanlm(a)gmail.com> wrote:
> then is maybe a phratch project problem?
> because I do not have that issue.
>
> On Aug 17, 2013, at 8:32 AM, "jannik.laval" <jannik.laval(a)gmail.com> wrote:
>
>>
>> On Aug 17, 2013, at 8:28 AM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>>
>>>
>>> On Aug 17, 2013, at 8:18 AM, jannik.laval <jannik.laval(a)gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> This night, the jenkins job of Phratch failed because of an error to write the .changes file.
>>>> Trying manually gives the same.
>>>
>>> may be there is not enough space on the server.
>>> We got from time to time issues with the slave
>>
>> On my mac, I have the same behaviorâ¦
>>
>> Jannik
>>
>>>>
>>>> For information, I do not change anything in the Phratch code source.
>>>>
>>>>
>>>> ====
>>>> Image
>>>> -----
>>>> /Users/janniklaval/Desktop/phratchDev/phratch.image
>>>> Pharo2.0
>>>> Latest update: #20619
>>>> Unnamed
>>>>
>>>> Virtual Machine
>>>> ---------------
>>>> /Users/janniklaval/Desktop/phratchDev/pharo-vm/Pharo.app/Contents/MacOS/Pharo
>>>> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>>> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>>> git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
>>>>
>>>> Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
>>>> VMMaker versionString git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
>>>> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>>> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>>> ====
>>>
>>>
>>
>>
>
>
Aug. 17, 2013
Requested origin error on win8 ?
by Erwan Douaille
Hi
a creenshot of what happened when i opened latest 3.0 image with cogVM on
win 8.
Is it a known issue ?[image: Images intégrées 1]
Thanks :)
--
Best regards,
Douaille Erwan <douaille.erwan(a)gmail.com>
Aug. 17, 2013
Re: [Pharo-dev] Uniformizing Pharo
by Camille Teruel
On 16 août 2013, at 21:57, Stéphane Ducasse wrote:
>
> On Aug 16, 2013, at 3:59 PM, Camille Teruel <camille.teruel(a)gmail.com> wrote:
>
>> Also, to prevent explosion of the number of protocol names in the image, we could agree on some naming convention.
>>
>> For example, there are protocols ending with -ing and others ending with -ion: which form one should prefer?
>> ex: conversion vs converting, composing vs composition.
>
> Yes this is the idea so let us define them.
> Here is what I have
So from your list, it seems that the convention is to use the -ing forms and to use spaces to separate words.
Personally I prefer protocol names to be nouns instead of present participle: conversion, deletion, addition, comparison...
But it's just a matter of taste and I understand it would involves too much changes.
So do we stick to -ing everywhere?
If we do, you have exceptions in your list: 'instance creation', 'initialization' and 'value' instead of 'instantiating', 'initializing' and 'evaluating' (or something equivalent).
Also does it worth having both 'visiting' and 'visitor accepting' since it's the same concern and accept* and visit* methods are in different classes?
Do you really want to have remove* methods in adding protocol?
What is this one: (MethodCategorizationRule whenSelectorMatches: 'setting' categorizeIn: #'settings') ?
Because setting has no implementors.
>
> Stef
>
>
> ^OrderedCollection new
> add: MethodCategorizationRule forAccessors;
>
> "initialize"
> add: (MethodCategorizationRule whenSelectorMatches: 'initialize*' categorizeIn: #initialization);
> add: (MethodCategorizationRule whenSelectorMatches: 'init*' categorizeIn: #initialization);
> add: (MethodCategorizationRule whenSelectorMatches: 'default*' categorizeIn: #defaults);
>
> add: (MethodCategorizationRule whenSelectorMatches: 'as*' categorizeIn: #converting);
> add: (MethodCategorizationRule whenSelectorMatches: 'hash' categorizeIn: #comparing);
> "order is important"
>
> "testing"
> add: (MethodCategorizationRule whenSelectorMatches: 'is*' categorizeIn: #testing);
> add: (MethodCategorizationRule whenSelectorMatches: 'has*' categorizeIn: #testing);
>
> add: (MethodCategorizationRule whenSelectorMatches: '=' categorizeIn: #comparing);
>
>
> add: (MethodCategorizationRule whenSelectorMatches: 'new' categorizeIn: #'instance creation');
> add: (MethodCategorizationRule whenSelectorMatches: 'setting' categorizeIn: #'settings');
>
> add: (MethodCategorizationRule whenSelectorMatches: 'printOn:' categorizeIn: #printing);
> add: (MethodCategorizationRule whenSelectorMatches: 'storeOn:' categorizeIn: #printing);
>
> add: (MethodCategorizationRule whenSelectorMatches: '*copy*' categorizeIn: #copying);
>
> add: (MethodCategorizationRule whenSelectorMatches: 'draw*' categorizeIn: #drawing);
> add: (MethodCategorizationRule whenSelectorMatches: 'bench*' categorizeIn: #benchmarking);
> add: (MethodCategorizationRule whenSelectorMatches: 'signal*' categorizeIn: #signalling);
> add: (MethodCategorizationRule whenSelectorMatches: 'add*' categorizeIn: #adding);
> add: (MethodCategorizationRule whenSelectorMatches: 'remove*' categorizeIn: #adding);
>
> add: (MethodCategorizationRule whenSelectorMatches: 'open*' categorizeIn: #opening);
> add: (MethodCategorizationRule whenSelectorMatches: 'update*' categorizeIn: #updating);
> add: (MethodCategorizationRule whenSelectorMatches: 'change*' categorizeIn: #updating);
>
> add: (MethodCategorizationRule whenSelectorMatches: 'accept*' categorizeIn: #'visitor accepting');
> add: (MethodCategorizationRule whenSelectorMatches: 'visit*' categorizeIn: #visiting);
>
> add: (MethodCategorizationRule whenSelectorMatches: 'menu*' categorizeIn: #menus);
>
> add: (MethodCategorizationRule whenSelectorMatches: 'value' categorizeIn: #value);
>
> "test cases"
> add: (MethodCategorizationRule
> whenSelectorMatches: 'test*'
> andClassInheritsFrom: TestCase
> categorizeIn: #tests);
>
> add: (MethodCategorizationRule
> whenSelectorMatches: 'setUp'
> andClassInheritsFrom: TestCase
> categorizeIn: #'setup');
> add: (MethodCategorizationRule
> whenSelectorMatches: 'tearDown'
> andClassInheritsFrom: TestCase
> categorizeIn: #'setup');
>
> "baselines, versions..."
> add: (MethodCategorizationRule
> whenSelectorMatches: 'version*'
> andClassMatches: 'ConfigurationOf*'
> categorizeIn: #'versions');
> add: (MethodCategorizationRule
> whenSelectorMatches: 'baseline*'
> andClassMatches: 'ConfigurationOf*'
> categorizeIn: #'baselines');
> add: (MethodCategorizationRule
> whenSelectorMatches: 'development*'
> andClassMatches: 'ConfigurationOf*'
> categorizeIn: #'symbolic');
> add: (MethodCategorizationRule
> whenSelectorMatches: 'stable*'
> andClassMatches: 'ConfigurationOf*'
> categorizeIn: #'symbolic');
>
>
>
> add: MethodCategorizationRule usingMostUsedCategoryInSuperClasses;
> add: MethodCategorizationRule usingMostUsedCategoryInImage;
> yourself
Aug. 17, 2013
Re: [Pharo-dev] pharo.changes write failed
by Esteban Lorenzano
then is maybe a phratch project problem?
because I do not have that issue.
On Aug 17, 2013, at 8:32 AM, "jannik.laval" <jannik.laval(a)gmail.com> wrote:
>
> On Aug 17, 2013, at 8:28 AM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
>>
>> On Aug 17, 2013, at 8:18 AM, jannik.laval <jannik.laval(a)gmail.com> wrote:
>>
>>> Hi,
>>>
>>> This night, the jenkins job of Phratch failed because of an error to write the .changes file.
>>> Trying manually gives the same.
>>
>> may be there is not enough space on the server.
>> We got from time to time issues with the slave
>
> On my mac, I have the same behaviorâ¦
>
> Jannik
>
>>>
>>> For information, I do not change anything in the Phratch code source.
>>>
>>>
>>> ====
>>> Image
>>> -----
>>> /Users/janniklaval/Desktop/phratchDev/phratch.image
>>> Pharo2.0
>>> Latest update: #20619
>>> Unnamed
>>>
>>> Virtual Machine
>>> ---------------
>>> /Users/janniklaval/Desktop/phratchDev/pharo-vm/Pharo.app/Contents/MacOS/Pharo
>>> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>> git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
>>>
>>> Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
>>> VMMaker versionString git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
>>> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>>> ====
>>
>>
>
>
Aug. 17, 2013
Re: [Pharo-dev] pharo.changes write failed
by jannik.laval
On Aug 17, 2013, at 8:28 AM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
> On Aug 17, 2013, at 8:18 AM, jannik.laval <jannik.laval(a)gmail.com> wrote:
>
>> Hi,
>>
>> This night, the jenkins job of Phratch failed because of an error to write the .changes file.
>> Trying manually gives the same.
>
> may be there is not enough space on the server.
> We got from time to time issues with the slave
On my mac, I have the same behaviorâ¦
Jannik
>>
>> For information, I do not change anything in the Phratch code source.
>>
>>
>> ====
>> Image
>> -----
>> /Users/janniklaval/Desktop/phratchDev/phratch.image
>> Pharo2.0
>> Latest update: #20619
>> Unnamed
>>
>> Virtual Machine
>> ---------------
>> /Users/janniklaval/Desktop/phratchDev/pharo-vm/Pharo.app/Contents/MacOS/Pharo
>> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>> git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
>>
>> Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
>> VMMaker versionString git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
>> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
>> ====
>
>
Aug. 17, 2013
PharoSound load error in Pharo 2.0
by jannik.laval
Hi,
When loading stable version of pharo sound in Pharo 2.0 there is a missing class: SoundSystem
===
This package depends on the following classes:
SoundSystem
You must resolve these dependencies before you will be able to load these definitions:
BaseSoundSystem
===
Jannik
Aug. 17, 2013
Re: [Pharo-dev] pharo.changes write failed
by Stéphane Ducasse
On Aug 17, 2013, at 8:18 AM, jannik.laval <jannik.laval(a)gmail.com> wrote:
> Hi,
>
> This night, the jenkins job of Phratch failed because of an error to write the .changes file.
> Trying manually gives the same.
may be there is not enough space on the server.
We got from time to time issues with the slave
>
> For information, I do not change anything in the Phratch code source.
>
>
> ====
> Image
> -----
> /Users/janniklaval/Desktop/phratchDev/phratch.image
> Pharo2.0
> Latest update: #20619
> Unnamed
>
> Virtual Machine
> ---------------
> /Users/janniklaval/Desktop/phratchDev/pharo-vm/Pharo.app/Contents/MacOS/Pharo
> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
> git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
>
> Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
> VMMaker versionString git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
> NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
> NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
> ====
Aug. 17, 2013
pharo.changes write failed
by jannik.laval
Hi,
This night, the jenkins job of Phratch failed because of an error to write the .changes file.
Trying manually gives the same.
For information, I do not change anything in the Phratch code source.
====
Image
-----
/Users/janniklaval/Desktop/phratchDev/phratch.image
Pharo2.0
Latest update: #20619
Unnamed
Virtual Machine
---------------
/Users/janniklaval/Desktop/phratchDev/pharo-vm/Pharo.app/Contents/MacOS/Pharo
NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
Mac Cocoa Cog 5.8b12 21-Sep-10 >1B0534FA-246C-47C5-AB29-7A76C81CCDCB<
VMMaker versionString git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm(a)gmail.com> Jenkins build #14535
NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
====
Aug. 17, 2013
Re: [Pharo-dev] Uniformizing Pharo
by Stéphane Ducasse
On Aug 17, 2013, at 7:55 AM, "Torsten Bergmann" <astares(a)gmx.de> wrote:
> Instead of category 'setup' for #setUp and #tearDown
> I would like to see 'running' since this follows the original
> SUnit and tearDown has nothing to do with setting up the
> test case, more with cleaning up.
I do not like running. :) About the original SUnit it also got category uppercased :).
So we will have to find something else.
Now the categorizer can accept different rule table so you will be able to define the rules
you want for your code. We are talking here about the rules for code in the core of Pharo.
> What about binary messages like = for comparing?
It is there.
> I would also like to see one for methods matching example... to be in examples.
it was there and I readded it.
> Beside is... for 'testing' there could also be was...., it should take
> into account the next Character is Uppercase.
using regexp we should be able to be much more precise but let us start with simple working solution
> What about also taking pragmas into account? With that NB Api wrappers could
> be categorized into 'api' or 'primitive' (which is more general)
Yes this is a good idea.
Aug. 17, 2013
Uniformizing Pharo
by Torsten Bergmann
Instead of category 'setup' for #setUp and #tearDown
I would like to see 'running' since this follows the original
SUnit and tearDown has nothing to do with setting up the
test case, more with cleaning up.
What about binary messages like = for comparing?
I would also like to see one for methods matching example... to be in examples.
Beside is... for 'testing' there could also be was...., it should take
into account the next Character is Uppercase.
What about also taking pragmas into account? With that NB Api wrappers could
be categorized into 'api' or 'primitive' (which is more general)
Aug. 17, 2013
Re: [Pharo-dev] Why the github messages?
by Hernán Morales Durand
I don't like the spam either.
Hernán
El 16/08/2013 9:32, Stephan Eggermont escribió:
> Why is github writing messages to this list (instead of the issue tracker list)?
>
> Stephan
>
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30332
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 6c1085: 30332
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 6c10859bcad73cba655eeb8db8ae9b54b53f5403
https://github.com/pharo-project/pharo-core/commit/6c10859bcad73cba655eeb8d…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M KernelTests-Numbers/NumberParsingTest.cls/instance/tests - Float/testNumberReadOnlyDigit.st
M KernelTests-Numbers/SqNumberParserTest.cls/instance/tests - Float/testFloatReadError.st
M KernelTests-Numbers/SqNumberParserTest.cls/instance/tests - Integer/testIntegerReadFrom.st
R Nautilus/extension/TClass/instance/buildAnalyzeSubMenu_.st
A Nautilus/extension/TClassDescription/instance/buildAnalyzeSubMenu_.st
R Nautilus/extension/Trait/instance/buildAnalyzeSubMenu_.st
A Nautilus/extension/TraitDescription/instance/buildAnalyzeSubMenu_.st
R NautilusRefactoring/extension/Class/instance/instVarRefactoring_.st
R NautilusRefactoring/extension/Class/instance/methodRefactoring_.st
R NautilusRefactoring/extension/Class/instance/refactoringMenu_.st
R NautilusRefactoring/extension/Class/instance/refactoringSubmenu_.st
R NautilusRefactoring/extension/Class/instance/varRefactoringSubMenu_.st
A NautilusRefactoring/extension/ClassDescription/instance/instVarRefactoring_.st
A NautilusRefactoring/extension/ClassDescription/instance/methodRefactoring_.st
A NautilusRefactoring/extension/ClassDescription/instance/refactoringMenu_.st
A NautilusRefactoring/extension/ClassDescription/instance/refactoringSubmenu_.st
A NautilusRefactoring/extension/ClassDescription/instance/varRefactoringSubMenu_.st
R NautilusRefactoring/extension/TClass/instance/codeRewritingClass_.st
R NautilusRefactoring/extension/TClass/instance/groupRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/instVarRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/methodRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/packageRefactoringMenu_.st
R NautilusRefactoring/extension/TClass/instance/refactoringMenu_.st
R NautilusRefactoring/extension/TClass/instance/refactoringMethod_.st
R NautilusRefactoring/extension/TClass/instance/refactoringSubmenu_.st
R NautilusRefactoring/extension/TClass/instance/renameMethodAllItem_.st
R NautilusRefactoring/extension/TClass/instance/sourceCodeRefactoringMenu_.st
R NautilusRefactoring/extension/TClass/instance/sourceCodeRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/varRefactoringSubMenu_.st
A NautilusRefactoring/extension/TClassDescription/instance/codeRewritingClass_.st
A NautilusRefactoring/extension/TClassDescription/instance/groupRefactoring_.st
A NautilusRefactoring/extension/TClassDescription/instance/instVarRefactoring_.st
A NautilusRefactoring/extension/TClassDescription/instance/methodRefactoring_.st
A NautilusRefactoring/extension/TClassDescription/instance/packageRefactoringMenu_.st
A NautilusRefactoring/extension/TClassDescription/instance/refactoringMenu_.st
A NautilusRefactoring/extension/TClassDescription/instance/refactoringMethod_.st
A NautilusRefactoring/extension/TClassDescription/instance/refactoringSubmenu_.st
A NautilusRefactoring/extension/TClassDescription/instance/renameMethodAllItem_.st
A NautilusRefactoring/extension/TClassDescription/instance/sourceCodeRefactoringMenu_.st
A NautilusRefactoring/extension/TClassDescription/instance/sourceCodeRefactoring_.st
A NautilusRefactoring/extension/TClassDescription/instance/varRefactoringSubMenu_.st
R NautilusRefactoring/extension/Trait/instance/instVarRefactoring_.st
R NautilusRefactoring/extension/Trait/instance/methodRefactoring_.st
R NautilusRefactoring/extension/Trait/instance/refactoringMenu_.st
R NautilusRefactoring/extension/Trait/instance/refactoringSubmenu_.st
R NautilusRefactoring/extension/Trait/instance/varRefactoringSubMenu_.st
A NautilusRefactoring/extension/TraitDescription/instance/instVarRefactoring_.st
A NautilusRefactoring/extension/TraitDescription/instance/methodRefactoring_.st
A NautilusRefactoring/extension/TraitDescription/instance/refactoringMenu_.st
A NautilusRefactoring/extension/TraitDescription/instance/refactoringSubmenu_.st
A NautilusRefactoring/extension/TraitDescription/instance/varRefactoringSubMenu_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script124.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30332.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
A Spec-Inspector/InspectorWrapper.cls/instance/initialize/initialExtent.st
Log Message:
-----------
30332
- issue 11414 Fixing s1 change parsing
https://pharo.fogbugz.com/default.asp?11414
- issue 11409 EyeInspector class-side slot #useAutoRefresh is missing
https://pharo.fogbugz.com/default.asp?11409
- issue 11411 Cannot resize inspector window per inspector class
https://pharo.fogbugz.com/default.asp?11411
- 11410 failing test (Polymorphism between classes and traits)
https://pharo.fogbugz.com/default.asp?11410
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30331
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] a3d169: 30331
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: a3d169c8a6e6635660c6f0adc43476adaa029732
https://github.com/pharo-project/pharo-core/commit/a3d169c8a6e6635660c6f0ad…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
R Collections-Arithmetic/extension/ArrayTest/instance/testPremultiply.st
R Collections-Arithmetic/extension/FloatArrayTest/instance/testArithmeticCoercion.st
R Collections-Arithmetic/extension/MatrixTest/instance/testMultiply.st
A Collections-Unordered/Bag.cls/instance/enumerating/doWithOccurrences_.st
M Collections-Unordered/Bag.cls/instance/enumerating/do_.st
A Collections-Unordered/Bag.cls/instance/enumerating/keysAndValuesDo_.st
A CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - arithmetic/testPremultiply.st
A CollectionsTests-Arrayed/FloatArrayTest.cls/instance/tests - arithmetic/testArithmeticCoercion.st
A CollectionsTests-Strings/StringTest.cls/instance/tests - as class/testAsClass.st
A CollectionsTests-Strings/StringTest.cls/instance/tests - as class/testAsClassIfAbsent.st
A CollectionsTests-Strings/StringTest.cls/instance/tests - as class/testAsClassIfPresent.st
A CollectionsTests-Strings/SymbolTest.cls/instance/tests - as class/testAsClass.st
A CollectionsTests-Strings/SymbolTest.cls/instance/tests - as class/testAsClassIfAbsent.st
A CollectionsTests-Strings/SymbolTest.cls/instance/tests - as class/testAsClassIfPresent.st
A CollectionsTests-Unordered/MatrixTest.cls/instance/tests - arithmetic/testMultiply.st
R Files/extension/MIMEDocument/instance/saveToFile_.st
M Kernel-Numbers/SqNumberParser.cls/instance/parsing-private/readScale.st
M Keymapping-KeyCombinations/extension/KeyboardEvent/instance/modifiedCharacter.st
M Morphic-Base-Events/KeyboardEvent.cls/instance/printing/printKeyStringOn_.st
A Morphic-Base-Events/KeyboardEvent.cls/instance/testing/hasSpecialCTRLKeyValue.st
R Nautilus/extension/Class/instance/buildAnalyzeSubMenu_.st
A Nautilus/extension/ClassDescription/instance/buildAnalyzeSubMenu_.st
A Network-MIME/MIMEDocument.cls/instance/files/saveToFile_.st
A PackageInfo-Base/PackageInfo.cls/instance/Ring extensions/asRingDefinition.st
R Ring-Core-Containers/extension/PackageInfo/instance/asRingDefinition.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script123.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30331.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
A Spec-Inspector-Element/BagEyeElement.cls/README.md
A Spec-Inspector-Element/BagEyeElement.cls/definition.st
A Spec-Inspector-Element/BagEyeElement.cls/instance/accessing/accessorCode.st
A Spec-Inspector-Element/BagEyeElement.cls/instance/accessing/value.st
A Spec-Inspector-Element/BagEyeElement.cls/instance/actions/save_.st
A Spec-Inspector/EyeBagInspector.cls/README.md
A Spec-Inspector/EyeBagInspector.cls/definition.st
A Spec-Inspector/EyeBagInspector.cls/instance/list/addVariableFields_.st
A Spec-Inspector/EyeBagInspector.cls/instance/list/sortedKeys.st
M Spec-Inspector/EyeDictionaryInspector.cls/instance/accessing/sortedKeys.st
M Spec-Inspector/EyeInspector.cls/class/spec/inspectorSpec.st
M Spec-Inspector/EyeInspector.cls/definition.st
A Spec-Inspector/EyeInspector.cls/instance/accessing/toolbar.st
A Spec-Inspector/EyeInspector.cls/instance/accessing/toolbar_.st
M Spec-Inspector/EyeInspector.cls/instance/initialize-release/initializeWidgets.st
A Spec-Inspector/EyeInspectorToolBar.cls/README.md
A Spec-Inspector/EyeInspectorToolBar.cls/class/specs/defaultSpec.st
A Spec-Inspector/EyeInspectorToolBar.cls/definition.st
A Spec-Inspector/EyeInspectorToolBar.cls/instance/accessing/inspectorWrapper.st
A Spec-Inspector/EyeInspectorToolBar.cls/instance/accessing/nextButton.st
A Spec-Inspector/EyeInspectorToolBar.cls/instance/accessing/previousButton.st
A Spec-Inspector/EyeInspectorToolBar.cls/instance/initialization/initializeWidgets.st
A Spec-Inspector/extension/Bag/class/inspectorClass.st
M Spec-Widgets/ButtonModel.cls/instance/initialization/initialize.st
A System-Applications/AppRegistry.cls/class/ui/chooseAppWithUI.st
M System-Changes/ChangeSet.cls/class/services/newChangesFromStream_named_.st
M System-Changes/ChangeSet.cls/definition.st
M System-Sound/SoundSystem.cls/class/current /current_.st
R System-Support/extension/StringTest/instance/testAsClass.st
R System-Support/extension/StringTest/instance/testAsClassIfAbsent.st
R System-Support/extension/StringTest/instance/testAsClassIfPresent.st
R System-Support/extension/SymbolTest/instance/testAsClass.st
R System-Support/extension/SymbolTest/instance/testAsClassIfAbsent.st
R System-Support/extension/SymbolTest/instance/testAsClassIfPresent.st
A Tests-Release/ReleaseTest.cls/instance/testing/testKernelExtensions.st
R UIManager/extension/AppRegistry/class/chooseAppWithUI.st
Log Message:
-----------
30331
- issue 11312 Kernel packages are extending non-kernel packages
https://pharo.fogbugz.com/default.asp?11312
- issue 11182 Button should have default state to false
https://pharo.fogbugz.com/default.asp?11182
- issue 10016 Pharo and scaled decimals
https://pharo.fogbugz.com/default.asp?10016
- issue 10427 Shortcuts like Character end ctrl or Character home ctrl not work
https://pharo.fogbugz.com/default.asp?10427
- issue 11260 ChangeSet: class var PreviousSet is not needed
https://pharo.fogbugz.com/default.asp?11260
- issue 11404 Analyze menu does not work on class side
a part.
https://pharo.fogbugz.com/default.asp?11404
- issue 11401 Spec inspector bug with bags
https://pharo.fogbugz.com/default.asp?11401
- issue 11276 New inspector toolbar
https://pharo.fogbugz.com/default.asp?11276
- issue 11399 Better enumeration API for Bag
https://pharo.fogbugz.com/default.asp?11399
- issue 11402 SoundSystem bug
https://pharo.fogbugz.com/default.asp?11402
Aug. 16, 2013
I would prefer to see the diff from Smalltalkhub than Git commits
by Stéphane Ducasse
Hi
could we avoid to get the github commits. I would prefer to get diff from Smalltalkhub.
Stef
Aug. 16, 2013
Re: [Pharo-dev] about new class organization
by Stéphane Ducasse
On Aug 16, 2013, at 5:27 PM, Benjamin <benjamin.vanryseghem.pharo(a)gmail.com> wrote:
> We should have a look when I come back from holidays :)
yes let us do a pass together.
>
> I designed that almost one year ago, so do not expect my tiny brain to remember that :P
>
> Ben
>
> On Aug 10, 2013, at 10:03 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
>> Hi esteban/ben
>>
>> I'm trying to understand the new class organisation.
>> Now would it be possible to (beside the backward compatibility part) only use protocol instead of category?
>> Because this is quite confusing to have categories that manipulate Protocol objects.
>>
>> I would like to add some queries
>> hasProtocolFor: aSymbol
>>
>> And may be we should do a pass and add some comments to the methods because I could get what
>> some do but by putting a break point.
>>
>> For example,
>>
>> realCategories
>> ^ self protocolOrganizer protocolsNames
>>
>> So tell me what you think because may be I too tired now.
>>
>> Stef
>
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30330
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] de6c68: 30330
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: de6c68f6a8329a7566a1c5d523d0190094f0462c
https://github.com/pharo-project/pharo-core/commit/de6c68f6a8329a7566a1c5d5…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
A Balloon-Simulation/BalloonBezierSimulation.cls/instance/printing/printOn_.st
R Balloon-Simulation/BalloonBezierSimulation.cls/instance/private/printOn_.st
R Collections-Streams/NullStream.cls/instance/accessing/printOn_.st
A Collections-Streams/NullStream.cls/instance/printing/printOn_.st
R Files-Directories/FilePath.cls/instance/conversion/printOn_.st
A Files-Directories/FilePath.cls/instance/printing/printOn_.st
R Files-Kernel/StandardFileStream.cls/instance/access/printOn_.st
A Files-Kernel/StandardFileStream.cls/instance/printing/printOn_.st
R Graphics-Display Objects/Form.cls/instance/filein%2Fout/printOn_.st
A Graphics-Display Objects/Form.cls/instance/printing/printOn_.st
R Graphics-Fonts/FontSubstitutionDuringLoading.cls/instance/accessing/printOn_.st
A Graphics-Fonts/FontSubstitutionDuringLoading.cls/instance/printing/printOn_.st
R Graphics-Fonts/StrikeFont.cls/instance/file in%2Fout/printOn_.st
A Graphics-Fonts/StrikeFont.cls/instance/printing/printOn_.st
R Kernel-Chronology/Duration.cls/instance/operations/printOn_.st
A Kernel-Chronology/Duration.cls/instance/printing/printOn_.st
A Kernel-Chronology/Month.cls/instance/printing/printOn_.st
R Kernel-Chronology/Month.cls/instance/squeak protocol/printOn_.st
A Kernel-Chronology/Stopwatch.cls/instance/printing/printOn_.st
R Kernel-Chronology/Stopwatch.cls/instance/squeak protocol/printOn_.st
A Kernel-Chronology/TimeStamp.cls/instance/printing/printOn_.st
R Kernel-Chronology/TimeStamp.cls/instance/squeak protocol/printOn_.st
A Kernel-Chronology/TimeZone.cls/instance/printing/printOn_.st
R Kernel-Chronology/TimeZone.cls/instance/private/printOn_.st
A Kernel-Chronology/Week.cls/instance/printing/printOn_.st
R Kernel-Chronology/Week.cls/instance/squeak protocol/printOn_.st
M Kernel-Methods/BlockClosure.cls/README.md
M Kernel-Methods/ContextPart.cls/README.md
M Kernel-Methods/InstructionStream.cls/README.md
M Kernel-Methods/MethodContext.cls/README.md
R Kernel-Objects/Object.cls/instance/error handling/dpsTrace_.st
R Kernel-Objects/Object.cls/instance/error handling/dpsTrace_levels_.st
R Kernel-Objects/Object.cls/instance/error handling/dpsTrace_levels_withContext_.st
R Keymapping-Core/KMKeymap.cls/instance/accessing/printOn_.st
A Keymapping-Core/KMKeymap.cls/instance/printing/printOn_.st
M Keymapping-Core/extension/Morph/instance/allowsKeymapping.st
A Keymapping-Core/extension/Morph/instance/allowsKeymapping_.st
R Morphic-Base-Events/MouseWheelEvent.cls/instance/as yet unclassified/printOn_.st
A Morphic-Base-Events/MouseWheelEvent.cls/instance/printing/printOn_.st
R Morphic-Base-ProgressBar/MouseClickState.cls/instance/as yet unclassified/printOn_.st
A Morphic-Base-ProgressBar/MouseClickState.cls/instance/printing/printOn_.st
R Multilingual-TextConversion/CompoundTextConverterState.cls/instance/accessing/printOn_.st
A Multilingual-TextConversion/CompoundTextConverterState.cls/instance/printing/printOn_.st
R Network-Mail/MailMessage.cls/instance/printing%2Fformatting/printOn_.st
A Network-Mail/MailMessage.cls/instance/printing/printOn_.st
R OpalCompiler-Core-Semantics/OCAbstractVariable.cls/instance/accessing/printOn_.st
A OpalCompiler-Core-Semantics/OCAbstractVariable.cls/instance/printing/printOn_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script122.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30330.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
A SmartSuggestions-Suggestion/SugsSuggestion.cls/instance/printing/printOn_.st
R SmartSuggestions-Suggestion/SugsSuggestion.cls/instance/private/printOn_.st
R Spec-Bindings/BindingsHolder.cls/instance/as yet unclassified/printOn_.st
A Spec-Bindings/BindingsHolder.cls/instance/printing/printOn_.st
R System-Changes/ChangeSet.cls/instance/accessing/printOn_.st
A System-Changes/ChangeSet.cls/instance/printing/printOn_.st
R System-Localization/Locale.cls/instance/accessing/printOn_.st
A System-Localization/Locale.cls/instance/printing/printOn_.st
R Text-Core/TextFontChange.cls/instance/as yet unclassified/printOn_.st
A Text-Core/TextFontChange.cls/instance/printing/printOn_.st
R Text-Core/TextFontReference.cls/instance/comparing/printOn_.st
A Text-Core/TextFontReference.cls/instance/printing/printOn_.st
R Text-Core/TextStyle.cls/instance/accessing/printOn_.st
A Text-Core/TextStyle.cls/instance/printing/printOn_.st
A Tools-Profilers/QSystemTally.cls/instance/printing/printOn_.st
R Tools-Profilers/QSystemTally.cls/instance/report/printOn_.st
Log Message:
-----------
30330
- Issue 11223 Blockclosure has no comment
https://pharo.fogbugz.com/default.asp?11223
- Issue 11400 printOn: protocol inconsistencies
https://pharo.fogbugz.com/default.asp?11400
- 11398 remove dps* from Object
https://pharo.fogbugz.com/default.asp?11398
- 11314 allow one to disable keymappings for a single instance
https://pharo.fogbugz.com/default.asp?11314
Aug. 16, 2013
Re: [Pharo-dev] Uniformizing Pharo
by Stéphane Ducasse
On Aug 16, 2013, at 3:59 PM, Camille Teruel <camille.teruel(a)gmail.com> wrote:
> Also, to prevent explosion of the number of protocol names in the image, we could agree on some naming convention.
>
> For example, there are protocols ending with -ing and others ending with -ion: which form one should prefer?
> ex: conversion vs converting, composing vs composition.
Yes this is the idea so let us define them.
Here is what I have
Stef
^OrderedCollection new
add: MethodCategorizationRule forAccessors;
"initialize"
add: (MethodCategorizationRule whenSelectorMatches: 'initialize*' categorizeIn: #initialization);
add: (MethodCategorizationRule whenSelectorMatches: 'init*' categorizeIn: #initialization);
add: (MethodCategorizationRule whenSelectorMatches: 'default*' categorizeIn: #defaults);
add: (MethodCategorizationRule whenSelectorMatches: 'as*' categorizeIn: #converting);
add: (MethodCategorizationRule whenSelectorMatches: 'hash' categorizeIn: #comparing);
"order is important"
"testing"
add: (MethodCategorizationRule whenSelectorMatches: 'is*' categorizeIn: #testing);
add: (MethodCategorizationRule whenSelectorMatches: 'has*' categorizeIn: #testing);
add: (MethodCategorizationRule whenSelectorMatches: '=' categorizeIn: #comparing);
add: (MethodCategorizationRule whenSelectorMatches: 'new' categorizeIn: #'instance creation');
add: (MethodCategorizationRule whenSelectorMatches: 'setting' categorizeIn: #'settings');
add: (MethodCategorizationRule whenSelectorMatches: 'printOn:' categorizeIn: #printing);
add: (MethodCategorizationRule whenSelectorMatches: 'storeOn:' categorizeIn: #printing);
add: (MethodCategorizationRule whenSelectorMatches: '*copy*' categorizeIn: #copying);
add: (MethodCategorizationRule whenSelectorMatches: 'draw*' categorizeIn: #drawing);
add: (MethodCategorizationRule whenSelectorMatches: 'bench*' categorizeIn: #benchmarking);
add: (MethodCategorizationRule whenSelectorMatches: 'signal*' categorizeIn: #signalling);
add: (MethodCategorizationRule whenSelectorMatches: 'add*' categorizeIn: #adding);
add: (MethodCategorizationRule whenSelectorMatches: 'remove*' categorizeIn: #adding);
add: (MethodCategorizationRule whenSelectorMatches: 'open*' categorizeIn: #opening);
add: (MethodCategorizationRule whenSelectorMatches: 'update*' categorizeIn: #updating);
add: (MethodCategorizationRule whenSelectorMatches: 'change*' categorizeIn: #updating);
add: (MethodCategorizationRule whenSelectorMatches: 'accept*' categorizeIn: #'visitor accepting');
add: (MethodCategorizationRule whenSelectorMatches: 'visit*' categorizeIn: #visiting);
add: (MethodCategorizationRule whenSelectorMatches: 'menu*' categorizeIn: #menus);
add: (MethodCategorizationRule whenSelectorMatches: 'value' categorizeIn: #value);
"test cases"
add: (MethodCategorizationRule
whenSelectorMatches: 'test*'
andClassInheritsFrom: TestCase
categorizeIn: #tests);
add: (MethodCategorizationRule
whenSelectorMatches: 'setUp'
andClassInheritsFrom: TestCase
categorizeIn: #'setup');
add: (MethodCategorizationRule
whenSelectorMatches: 'tearDown'
andClassInheritsFrom: TestCase
categorizeIn: #'setup');
"baselines, versions..."
add: (MethodCategorizationRule
whenSelectorMatches: 'version*'
andClassMatches: 'ConfigurationOf*'
categorizeIn: #'versions');
add: (MethodCategorizationRule
whenSelectorMatches: 'baseline*'
andClassMatches: 'ConfigurationOf*'
categorizeIn: #'baselines');
add: (MethodCategorizationRule
whenSelectorMatches: 'development*'
andClassMatches: 'ConfigurationOf*'
categorizeIn: #'symbolic');
add: (MethodCategorizationRule
whenSelectorMatches: 'stable*'
andClassMatches: 'ConfigurationOf*'
categorizeIn: #'symbolic');
add: MethodCategorizationRule usingMostUsedCategoryInSuperClasses;
add: MethodCategorizationRule usingMostUsedCategoryInImage;
yourself
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30329
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 15a4af: 30329
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 15a4afaa471a2e3ebfaf907a05cdf8da41b4a0df
https://github.com/pharo-project/pharo-core/commit/15a4afaa471a2e3ebfaf907a…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
A ClassOrganizer-Core/AllProtocol.cls/README.md
A ClassOrganizer-Core/AllProtocol.cls/class/data/defaultName.st
A ClassOrganizer-Core/AllProtocol.cls/class/instance creation/protocolOrganizer_.st
A ClassOrganizer-Core/AllProtocol.cls/definition.st
A ClassOrganizer-Core/AllProtocol.cls/instance/accessing/methods.st
A ClassOrganizer-Core/AllProtocol.cls/instance/accessing/name.st
A ClassOrganizer-Core/AllProtocol.cls/instance/accessing/protocolOrganizer.st
A ClassOrganizer-Core/AllProtocol.cls/instance/accessing/protocolOrganizer_.st
A ClassOrganizer-Core/AllProtocol.cls/instance/testing/canBeRemoved.st
A ClassOrganizer-Core/AllProtocol.cls/instance/testing/isVirtualProtocol.st
A ClassOrganizer-Core/ClassOrganization.cls/README.md
A ClassOrganizer-Core/ClassOrganization.cls/class/import/importFrom_.st
A ClassOrganizer-Core/ClassOrganization.cls/class/instance creation/forClass_.st
A ClassOrganizer-Core/ClassOrganization.cls/definition.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/addCategory_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/categories.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/categoriesSorted.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/comment.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/commentStamp.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/commentStamp_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/comment_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/listAtCategoryNamed_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/organizedClass.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/realCategories.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/accessing/removeCategory_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/changeFromCategorySpecs_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/changeFromString_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/fileOutCommentOn_moveSource_toFile_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/internalChangeFromString_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/putCommentOnFile_numbered_moveSource_forClass_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/scanFrom_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/stringForFileOut.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/addCategory_before_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/allMethodSelectors.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/categoryOfElement_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/classComment.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/classComment_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/classComment_stamp_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/classify_under_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/classify_under_suppressIfDefault_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/commentRemoteStr.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/hasSubject.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/listAtCategoryNumber_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/removeElement_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/removeEmptyCategories.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/renameCategory_toBe_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/setSubject_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/sortCategories.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/backward compatibility/subject.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/importing/importFrom_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/initialization/initialize.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/initialization/initializeClass_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/notifications/notifyOfAddedCategory_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/notifications/notifyOfChangedCategoriesFrom_to_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/notifications/notifyOfChangedCategoryFrom_to_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/notifications/notifyOfChangedSelector_from_to_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/notifications/notifyOfChangedSelectorsOldDict_newDict_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/notifications/notifyOfRemovedCategory_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/private/protocolOrganizer.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/private/silentlyRenameCategory_toBe_.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/testing/hasComment.st
A ClassOrganizer-Core/ClassOrganization.cls/instance/testing/isEmptyCategoryNamed_.st
A ClassOrganizer-Core/Protocol.cls/README.md
A ClassOrganizer-Core/Protocol.cls/class/accessing/defaultName.st
A ClassOrganizer-Core/Protocol.cls/class/accessing/nullCategory.st
A ClassOrganizer-Core/Protocol.cls/class/accessing/unclassified.st
A ClassOrganizer-Core/Protocol.cls/class/as yet unclassified/ambiguous.st
A ClassOrganizer-Core/Protocol.cls/class/instance creation/empty.st
A ClassOrganizer-Core/Protocol.cls/class/instance creation/name_.st
A ClassOrganizer-Core/Protocol.cls/class/instance creation/name_methods_.st
A ClassOrganizer-Core/Protocol.cls/definition.st
A ClassOrganizer-Core/Protocol.cls/instance/accessing/addMethod_.st
A ClassOrganizer-Core/Protocol.cls/instance/accessing/methods.st
A ClassOrganizer-Core/Protocol.cls/instance/accessing/methods_.st
A ClassOrganizer-Core/Protocol.cls/instance/accessing/name.st
A ClassOrganizer-Core/Protocol.cls/instance/accessing/name_.st
A ClassOrganizer-Core/Protocol.cls/instance/accessing/removeMethod_.st
A ClassOrganizer-Core/Protocol.cls/instance/accessing/rename_.st
A ClassOrganizer-Core/Protocol.cls/instance/initialization/initialize.st
A ClassOrganizer-Core/Protocol.cls/instance/printing/printOn_.st
A ClassOrganizer-Core/Protocol.cls/instance/private/canBeRemoved.st
A ClassOrganizer-Core/Protocol.cls/instance/testing/includesSelector_.st
A ClassOrganizer-Core/Protocol.cls/instance/testing/isEmpty.st
A ClassOrganizer-Core/Protocol.cls/instance/testing/isVirtualProtocol.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/README.md
A ClassOrganizer-Core/ProtocolOrganizer.cls/class/import/fromSpec_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/class/import/importFrom_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/definition.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/accessing/allProtocol.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/accessing/allProtocolsNames.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/accessing/getProtocolNamed_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/accessing/protocolsNames.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/backward compatibility - file in%2Fout/stringForFileOut.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/backward compatibility/methodsInProtocolNamed_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/backward compatibility/protocols.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/importing/fromSpec_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/initialization/importFrom_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/initialization/initialize.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol - adding/addProtocolNamed_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol - adding/addProtocol_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol - adding/classify_inProtocolNamed_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol - removing/removeEmptyProtocols.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol - removing/removeProtocolNamed_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol - removing/removeProtocol_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/allMethods.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/allProtocols.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/classify_inProtocolNamed_suppressIfDefault_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/getProtocolNamed_ifNone_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/protocolsOfSelector_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/protocolsSorted.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/removeMethod_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/protocol/renameProtocol_into_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/testing/hasProtocolNamed_.st
A ClassOrganizer-Core/ProtocolOrganizer.cls/instance/testing/includesSelector_.st
A ClassOrganizer-Core/ProtocolRemovalException.cls/README.md
A ClassOrganizer-Core/ProtocolRemovalException.cls/definition.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/README.md
A ClassOrganizer-Tests/ClassOrganizationTest.cls/definition.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/accessing/organization.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/running/runCase.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/running/setUp.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/tests/testAddCategory.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/tests/testCategories.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/tests/testListAtCategoryNamed.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/tests/testRemoveCategory.st
A ClassOrganizer-Tests/ClassOrganizationTest.cls/instance/tests/testRemoveNonExistingProtocol.st
A Kernel-Classes/ClassBuilder.cls/instance/compact classes/becomeCompact_.st
A Kernel-Classes/ClassBuilder.cls/instance/compact classes/becomeCompact_simplyAt_.st
A Kernel-Classes/ClassBuilder.cls/instance/compact classes/becomeUncompact_.st
R NewClassOrganizer/AllProtocol.cls/README.md
R NewClassOrganizer/AllProtocol.cls/class/data/defaultName.st
R NewClassOrganizer/AllProtocol.cls/class/instance creation/protocolOrganizer_.st
R NewClassOrganizer/AllProtocol.cls/definition.st
R NewClassOrganizer/AllProtocol.cls/instance/accessing/methods.st
R NewClassOrganizer/AllProtocol.cls/instance/accessing/name.st
R NewClassOrganizer/AllProtocol.cls/instance/accessing/protocolOrganizer.st
R NewClassOrganizer/AllProtocol.cls/instance/accessing/protocolOrganizer_.st
R NewClassOrganizer/AllProtocol.cls/instance/testing/canBeRemoved.st
R NewClassOrganizer/AllProtocol.cls/instance/testing/isVirtualProtocol.st
R NewClassOrganizer/ClassOrganization.cls/README.md
R NewClassOrganizer/ClassOrganization.cls/class/import/importFrom_.st
R NewClassOrganizer/ClassOrganization.cls/class/instance creation/forClass_.st
R NewClassOrganizer/ClassOrganization.cls/definition.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/addCategory_.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/categories.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/categoriesSorted.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/comment.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/commentStamp.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/commentStamp_.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/comment_.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/listAtCategoryNamed_.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/organizedClass.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/realCategories.st
R NewClassOrganizer/ClassOrganization.cls/instance/accessing/removeCategory_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/changeFromCategorySpecs_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/changeFromString_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/fileOutCommentOn_moveSource_toFile_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/internalChangeFromString_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/putCommentOnFile_numbered_moveSource_forClass_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/scanFrom_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility - file in%2Fout/stringForFileOut.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/addCategory_before_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/allMethodSelectors.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/categoryOfElement_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/classComment.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/classComment_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/classComment_stamp_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/classify_under_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/classify_under_suppressIfDefault_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/commentRemoteStr.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/hasSubject.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/listAtCategoryNumber_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/removeElement_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/removeEmptyCategories.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/renameCategory_toBe_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/setSubject_.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/sortCategories.st
R NewClassOrganizer/ClassOrganization.cls/instance/backward compatibility/subject.st
R NewClassOrganizer/ClassOrganization.cls/instance/importing/importFrom_.st
R NewClassOrganizer/ClassOrganization.cls/instance/initialization/initialize.st
R NewClassOrganizer/ClassOrganization.cls/instance/initialization/initializeClass_.st
R NewClassOrganizer/ClassOrganization.cls/instance/notifications/notifyOfAddedCategory_.st
R NewClassOrganizer/ClassOrganization.cls/instance/notifications/notifyOfChangedCategoriesFrom_to_.st
R NewClassOrganizer/ClassOrganization.cls/instance/notifications/notifyOfChangedCategoryFrom_to_.st
R NewClassOrganizer/ClassOrganization.cls/instance/notifications/notifyOfChangedSelector_from_to_.st
R NewClassOrganizer/ClassOrganization.cls/instance/notifications/notifyOfChangedSelectorsOldDict_newDict_.st
R NewClassOrganizer/ClassOrganization.cls/instance/notifications/notifyOfRemovedCategory_.st
R NewClassOrganizer/ClassOrganization.cls/instance/private/protocolOrganizer.st
R NewClassOrganizer/ClassOrganization.cls/instance/private/silentlyRenameCategory_toBe_.st
R NewClassOrganizer/ClassOrganization.cls/instance/testing/hasComment.st
R NewClassOrganizer/ClassOrganization.cls/instance/testing/isEmptyCategoryNamed_.st
R NewClassOrganizer/ClassOrganizationTest.cls/README.md
R NewClassOrganizer/ClassOrganizationTest.cls/definition.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/accessing/organization.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/running/runCase.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/running/setUp.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/tests/testAddCategory.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/tests/testCategories.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/tests/testListAtCategoryNamed.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/tests/testRemoveCategory.st
R NewClassOrganizer/ClassOrganizationTest.cls/instance/tests/testRemoveNonExistingProtocol.st
R NewClassOrganizer/Protocol.cls/README.md
R NewClassOrganizer/Protocol.cls/class/accessing/defaultName.st
R NewClassOrganizer/Protocol.cls/class/accessing/nullCategory.st
R NewClassOrganizer/Protocol.cls/class/accessing/unclassified.st
R NewClassOrganizer/Protocol.cls/class/as yet unclassified/ambiguous.st
R NewClassOrganizer/Protocol.cls/class/instance creation/empty.st
R NewClassOrganizer/Protocol.cls/class/instance creation/name_.st
R NewClassOrganizer/Protocol.cls/class/instance creation/name_methods_.st
R NewClassOrganizer/Protocol.cls/definition.st
R NewClassOrganizer/Protocol.cls/instance/accessing/addMethod_.st
R NewClassOrganizer/Protocol.cls/instance/accessing/methods.st
R NewClassOrganizer/Protocol.cls/instance/accessing/methods_.st
R NewClassOrganizer/Protocol.cls/instance/accessing/name.st
R NewClassOrganizer/Protocol.cls/instance/accessing/name_.st
R NewClassOrganizer/Protocol.cls/instance/accessing/removeMethod_.st
R NewClassOrganizer/Protocol.cls/instance/accessing/rename_.st
R NewClassOrganizer/Protocol.cls/instance/initialization/initialize.st
R NewClassOrganizer/Protocol.cls/instance/printing/printOn_.st
R NewClassOrganizer/Protocol.cls/instance/private/canBeRemoved.st
R NewClassOrganizer/Protocol.cls/instance/testing/includesSelector_.st
R NewClassOrganizer/Protocol.cls/instance/testing/isEmpty.st
R NewClassOrganizer/Protocol.cls/instance/testing/isVirtualProtocol.st
R NewClassOrganizer/ProtocolOrganizer.cls/README.md
R NewClassOrganizer/ProtocolOrganizer.cls/class/import/fromSpec_.st
R NewClassOrganizer/ProtocolOrganizer.cls/class/import/importFrom_.st
R NewClassOrganizer/ProtocolOrganizer.cls/definition.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/accessing/allProtocol.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/accessing/allProtocolsNames.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/accessing/getProtocolNamed_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/accessing/protocolsNames.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/backward compatibility - file in%2Fout/stringForFileOut.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/backward compatibility/methodsInProtocolNamed_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/backward compatibility/protocols.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/importing/fromSpec_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/initialization/importFrom_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/initialization/initialize.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol - adding/addProtocolNamed_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol - adding/addProtocol_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol - adding/classify_inProtocolNamed_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol - removing/removeEmptyProtocols.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol - removing/removeProtocolNamed_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol - removing/removeProtocol_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/allMethods.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/allProtocols.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/classify_inProtocolNamed_suppressIfDefault_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/getProtocolNamed_ifNone_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/protocolsOfSelector_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/protocolsSorted.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/removeMethod_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/protocol/renameProtocol_into_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/testing/hasProtocolNamed_.st
R NewClassOrganizer/ProtocolOrganizer.cls/instance/testing/includesSelector_.st
R NewClassOrganizer/ProtocolRemovalException.cls/README.md
R NewClassOrganizer/ProtocolRemovalException.cls/definition.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script121.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30329.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
R Slot-ClassBuilder/ClassModification.cls/class/instance creation/modify_extend_withLayoutType_slots_traitComposition_.st
A Slot-ClassBuilder/ClassModification.cls/class/instance creation/modify_extend_withLayoutType_slots_traitComposition_compactClassIndex_.st
R Slot-ClassBuilder/ClassModification.cls/instance/accessing/layoutClass_slots_.st
A Slot-ClassBuilder/ClassModification.cls/instance/accessing/layoutClass_slots_compactClassIndex_.st
A Slot-ClassBuilder/SlotClassBuilder.cls/instance/accessing/copyClassSlotsFromExistingClass.st
M Slot-ClassBuilder/SlotClassBuilder.cls/instance/initialize-release/build.st
M Slot-Layout/AbstractLayout.cls/instance/accessing/host_.st
R Slot-Layout/LayoutWithSlots.cls/instance/forking/forkLayout_.st
M Slot-Layout/WordLayout.cls/class/instance creation/extending_scope_host_.st
A Slot-Transformation/OldClassBuilderAdapter.cls/instance/adapted api/becomeCompact_.st
A Slot-Transformation/OldClassBuilderAdapter.cls/instance/adapted api/becomeCompact_simplyAt_.st
A Slot-Transformation/OldClassBuilderAdapter.cls/instance/adapted api/becomeUncompact_.st
M Slot-Transformation/OldClassBuilderAdapter.cls/instance/adapted api/name_inEnvironment_subclassOf_type_instanceVariableNames_classVariableNames_poolDictionaries_category_.st
M Slot/extension/ClassDescription/instance/initializeLayout.st
A SlotTests/SlotAnnouncementsTest.cls/README.md
A SlotTests/SlotAnnouncementsTest.cls/definition.st
A SlotTests/SlotAnnouncementsTest.cls/instance/helpers/assertOnlyOneAnnouncementOf_within_.st
A SlotTests/SlotAnnouncementsTest.cls/instance/helpers/countAnnouncements_.st
A SlotTests/SlotAnnouncementsTest.cls/instance/helpers/saveAnnouncementOnce_.st
A SlotTests/SlotAnnouncementsTest.cls/instance/helpers/saveAnnouncement_.st
A SlotTests/SlotAnnouncementsTest.cls/instance/running/setUp.st
A SlotTests/SlotAnnouncementsTest.cls/instance/tests/testClassAddedAnnounced.st
A SlotTests/SlotAnnouncementsTest.cls/instance/tests/testClassAddedAnnouncedOnlyOnce.st
A SlotTests/SlotAnnouncementsTest.cls/instance/tests/testClassFormatChangedAnnounced.st
A SlotTests/SlotAnnouncementsTest.cls/instance/tests/testClassModifiedAnnounced.st
A SlotTests/SlotAnnouncementsTest.cls/instance/tests/testClassModifiedAnnouncedOnlyOnce.st
A SlotTests/SlotAnnouncementsTest.cls/instance/tests/testClassRecategorizedAnnounced.st
A SlotTests/SlotBasicTest.cls/README.md
A SlotTests/SlotBasicTest.cls/definition.st
A SlotTests/SlotBasicTest.cls/instance/tests-basic/testBasicClassBuilding.st
A SlotTests/SlotBasicTest.cls/instance/tests-basic/testNewCompiledMethodClass.st
A SlotTests/SlotBasicTest.cls/instance/tests-basic/testNewPointerClass.st
A SlotTests/SlotBasicTest.cls/instance/tests-basic/testNewPointerClassWithSlots.st
A SlotTests/SlotBasicTest.cls/instance/tests-basic/testNewVariableByteClass.st
A SlotTests/SlotBasicTest.cls/instance/tests-basic/testNewVariableWordClass.st
A SlotTests/SlotBasicTest.cls/instance/tests-basic/testNewWeakClass.st
A SlotTests/SlotBasicTest.cls/instance/tests-class slots/testAddClassSlotAndMigrate.st
A SlotTests/SlotBasicTest.cls/instance/tests-class slots/testRemoveClassSlotAndMigrate.st
A SlotTests/SlotBasicTest.cls/instance/tests-class slots/testSwitchClassSlotAndMigrate.st
A SlotTests/SlotBasicTest.cls/instance/tests-class slots/testWithClassSlots.st
A SlotTests/SlotBasicTest.cls/instance/tests-class slots/testWithoutClassSlots.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared pools/testAddSharedPool.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared pools/testRemoveSharedPool.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared pools/testWithSharedPool.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared pools/testWithoutSharedPools.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared variables/testAddSharedVariable.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared variables/testRemoveSharedVariable.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared variables/testWithSharedVariable.st
A SlotTests/SlotBasicTest.cls/instance/tests-shared variables/testWithoutSharedVariables.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/README.md
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/definition.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/helpers/assertOnlyOneAnnouncementOf_within_.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/helpers/countAnnouncements_.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/helpers/saveAnnouncementOnce_.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/helpers/saveAnnouncement_.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/running/setUp.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/tests/testClassAddedAnnounced.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/tests/testClassAddedAnnouncedOnlyOnce.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/tests/testClassFormatChangedAnnounced.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/tests/testClassModifiedAnnounced.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/tests/testClassModifiedAnnouncedOnlyOnce.st
R SlotTests/SlotClassBuilderAnnouncementsTest.cls/instance/tests/testClassRecategorizedAnnounced.st
R SlotTests/SlotClassBuilderSilentTest.cls/README.md
R SlotTests/SlotClassBuilderSilentTest.cls/definition.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/helpers/assertClassBuiltWith_isEqualToClassBuiltWith_.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/helpers/assertClassBuiltWith_isNotEqualToClassBuiltWith_.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/helpers/assertInvalidClassName_.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/helpers/runCase.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/helpers/should_extendWith_.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/helpers/shouldnt_extendWith_.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-basic/testBasicClassBuilding.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-basic/testNewCompiledMethodClass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-basic/testNewPointerClass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-basic/testNewPointerClassWithSlots.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-basic/testNewVariableByteClass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-basic/testNewVariableWordClass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-basic/testNewWeakClass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-class slots/testAddClassSlotAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-class slots/testRemoveClassSlotAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-class slots/testSwitchClassSlotAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-class slots/testWithClassSlots.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-class slots/testWithoutClassSlots.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-environment/testBasicEnvironment.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testCannotBeRecompiled.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testClassNameMustBeCapitalized.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testClassNameMustBeSymbol.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testClassNameWithInvalidCharacter.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testClassSlotDuplicationConflict.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testClassSlotWithReservedName.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testDirectCircularHierarchyError.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testIndirectCircularHierarchyError.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testSlotDuplicationConflict.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testSlotWithReservedName.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-errors/testValidateClassName.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-example/testPharoClassInstallerExample.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testAddAndAddInstVarNamedWithTrait2.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testAddAndRemoveInstVarNamedWithTrait2.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testAddInstVarNamed.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testAddInstVarNamedClassInterface.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testAddInstVarNamedWithTrait.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testAddInstVarNamedWithTrait2.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testAnonymousSubclass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testCompiledMethodLayout.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testRemoveInstVarNamed.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testRemoveInstVarNamedClassInterface.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testRemoveInstVarNamedWithTrait2.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testReshapeClassPropagatesToDeepHierarchyClassInterface.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-integration/testSmallIntegerLayout.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testByteCannotExtendPointerWithFields.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testByteCannotExtendWord.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testInstanceVariableNamesMetaclassInterface.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testPointerCannotExtendByte.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testPointerCannotExtendWord.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testVariableCannotExtendByte.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testVariableCannotExtendWord.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testWordCannotExtendByte.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-invalid extensions/testWordCannotExtendPointerWithFields.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-layout equality/testLayoutEquals.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-layout equality/testLayoutNotEquals.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-layout equality/testLayoutWithSlotsEquals.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-layout equality/testLayoutWithSlotsNotEquals.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testAddSlotAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testAddSlotPropagateAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testChangeLayoutTypeFromByte.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testChangeLayoutTypeToByte.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testChangingFormatKeepsMethod.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testRedefineSuperclass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testRemoveSlotAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testReshapeClassPropagatesToDeepHierarchy.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testReshapeSuperSuperClass.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testShiftSlotAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testSuperclassChangeLayoutType.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-migrations/testSwitchSlotsAndMigrate.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared pools/testAddSharedPool.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared pools/testRemoveSharedPool.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared pools/testWithSharedPool.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared pools/testWithoutSharedPools.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared variables/testAddSharedVariable.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared variables/testRemoveSharedVariable.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared variables/testWithSharedVariable.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-shared variables/testWithoutSharedVariables.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testClassWithClassTrait.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testClassWithTrait.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testClassWithTrait2.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testModifyClassTraitComposition.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testModifyTraitComposition.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testRemoveClassTrait.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testRemoveTrait.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testTraitUsersAfterClassReshape.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-traits/testTraitUsersAfterMetaclassReshape.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testByteCanExtendByte.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testCompiledMethodCanBeExtended.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testPointerCanExtendPointer.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testPointerCanExtendVariable.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testPointerWithVariableExtensionIsNowVariable.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testVariableCanExtendPointer.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testVariableCanExtendVariable.st
R SlotTests/SlotClassBuilderSilentTest.cls/instance/tests-valid extensions/testWordCanExtendWord.st
M SlotTests/SlotClassBuilderTest.cls/README.md
M SlotTests/SlotClassBuilderTest.cls/definition.st
R SlotTests/SlotClassBuilderTest.cls/instance/running/expectedFailures.st
A SlotTests/SlotEnvironmentTest.cls/README.md
A SlotTests/SlotEnvironmentTest.cls/definition.st
A SlotTests/SlotEnvironmentTest.cls/instance/tests/testBasicEnvironment.st
A SlotTests/SlotErrorsTest.cls/README.md
A SlotTests/SlotErrorsTest.cls/definition.st
A SlotTests/SlotErrorsTest.cls/instance/helpers/assertInvalidClassName_.st
A SlotTests/SlotErrorsTest.cls/instance/running/expectedFailures.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testCannotBeRecompiled.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testClassNameMustBeCapitalized.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testClassNameMustBeSymbol.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testClassNameWithInvalidCharacter.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testClassSlotDuplicationConflict.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testClassSlotWithReservedName.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testDirectCircularHierarchyError.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testIndirectCircularHierarchyError.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testSlotDuplicationConflict.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testSlotWithReservedName.st
A SlotTests/SlotErrorsTest.cls/instance/tests/testValidateClassName.st
A SlotTests/SlotExampleTest.cls/README.md
A SlotTests/SlotExampleTest.cls/definition.st
A SlotTests/SlotExampleTest.cls/instance/tests/testPharoClassInstallerExample.st
A SlotTests/SlotIntegrationTest.cls/README.md
A SlotTests/SlotIntegrationTest.cls/definition.st
A SlotTests/SlotIntegrationTest.cls/instance/running/expectedFailures.st
A SlotTests/SlotIntegrationTest.cls/instance/tests-compact index/testBecomeCompactAndUncompact.st
A SlotTests/SlotIntegrationTest.cls/instance/tests-compact index/testReshapeCompactClass.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testAddAndAddInstVarNamedWithTrait2.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testAddAndRemoveInstVarNamedWithTrait2.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testAddInstVarNamed.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testAddInstVarNamedClassInterface.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testAddInstVarNamedWithTrait.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testAddInstVarNamedWithTrait2.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testAnonymousSubclass.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testCompiledMethodLayout.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testCopyPreservesLayout.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testRemoveInstVarNamed.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testRemoveInstVarNamedClassInterface.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testRemoveInstVarNamedWithTrait2.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testReshapeClassPropagatesToDeepHierarchyClassInterface.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testReshapeClassWithClassSlot.st
A SlotTests/SlotIntegrationTest.cls/instance/tests/testSmallIntegerLayout.st
A SlotTests/SlotLayoutEqualityTest.cls/README.md
A SlotTests/SlotLayoutEqualityTest.cls/definition.st
A SlotTests/SlotLayoutEqualityTest.cls/instance/helpers/assertClassBuiltWith_isEqualToClassBuiltWith_.st
A SlotTests/SlotLayoutEqualityTest.cls/instance/helpers/assertClassBuiltWith_isNotEqualToClassBuiltWith_.st
A SlotTests/SlotLayoutEqualityTest.cls/instance/tests/testLayoutEquals.st
A SlotTests/SlotLayoutEqualityTest.cls/instance/tests/testLayoutNotEquals.st
A SlotTests/SlotLayoutEqualityTest.cls/instance/tests/testLayoutWithSlotsEquals.st
A SlotTests/SlotLayoutEqualityTest.cls/instance/tests/testLayoutWithSlotsNotEquals.st
A SlotTests/SlotLayoutExtensionTest.cls/README.md
A SlotTests/SlotLayoutExtensionTest.cls/definition.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/helpers/should_extendWith_.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/helpers/shouldnt_extendWith_.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testByteCannotExtendPointerWithFields.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testByteCannotExtendWord.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testInstanceVariableNamesMetaclassInterface.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testPointerCannotExtendByte.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testPointerCannotExtendWord.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testVariableCannotExtendByte.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testVariableCannotExtendWord.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testWordCannotExtendByte.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-invalid extensions/testWordCannotExtendPointerWithFields.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testByteCanExtendByte.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testCompiledMethodCanBeExtended.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testPointerCanExtendPointer.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testPointerCanExtendVariable.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testPointerWithVariableExtensionIsNowVariable.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testVariableCanExtendPointer.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testVariableCanExtendVariable.st
A SlotTests/SlotLayoutExtensionTest.cls/instance/tests-valid extensions/testWordCanExtendWord.st
A SlotTests/SlotMigrationTest.cls/README.md
A SlotTests/SlotMigrationTest.cls/definition.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testAddSlotAndMigrate.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testAddSlotPropagateAndMigrate.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testChangeLayoutTypeFromByte.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testChangeLayoutTypeToByte.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testChangingFormatKeepsMethod.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testRedefineSuperclass.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testRemoveSlotAndMigrate.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testReshapeClassPropagatesToDeepHierarchy.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testReshapeSuperSuperClass.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testShiftSlotAndMigrate.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testSuperclassChangeLayoutType.st
A SlotTests/SlotMigrationTest.cls/instance/tests/testSwitchSlotsAndMigrate.st
A SlotTests/SlotSilentTest.cls/README.md
A SlotTests/SlotSilentTest.cls/definition.st
A SlotTests/SlotSilentTest.cls/instance/running/runCase.st
A SlotTests/SlotTraitsTest.cls/README.md
A SlotTests/SlotTraitsTest.cls/definition.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testClassWithClassTrait.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testClassWithTrait.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testClassWithTrait2.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testModifyClassTraitComposition.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testModifyTraitComposition.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testRemoveClassTrait.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testRemoveTrait.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testTraitUsersAfterClassReshape.st
A SlotTests/SlotTraitsTest.cls/instance/tests/testTraitUsersAfterMetaclassReshape.st
M System-Support/SmalltalkImage.cls/instance/PharoKernel/kernelPackageNames.st
M Tests-System/SystemNavigationTest.cls/instance/testing/testAllSendersOfASelectorInAClass.st
M Traits-Kernel-Traits/TBehavior.cls/instance/private/becomeCompact.st
M Traits-Kernel-Traits/TBehavior.cls/instance/private/becomeCompactSimplyAt_.st
M Traits-Kernel-Traits/TBehavior.cls/instance/private/becomeUncompact.st
Log Message:
-----------
30329
11303 Repackage NewClassOrganizer
https://pharo.fogbugz.com/f/cases/11303
11389 Update Slot with latest code
https://pharo.fogbugz.com/f/cases/11389
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30328
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 4a6312: 30328
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 4a631204baa367a00450826706a38722fb66cf3f
https://github.com/pharo-project/pharo-core/commit/4a631204baa367a004508267…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/%2A.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/%2F%2F.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/%2F.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/%5C%5C%5C.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/%5C%5C.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/+.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/-.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/quo_.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/arithmetic/rem_.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/bit manipulation/hashMultiply.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/bit manipulation/highBitOfMagnitude.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/comparing/%3C.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/comparing/%3C=.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/comparing/%3E.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/comparing/%3E=.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/comparing/hash.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/converting/as31BitSmallInt.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/converting/asFloat.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/converting/withAtLeastNDigits_.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/mathematical functions/mightBeASquare.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/mathematical functions/sqrtFloor.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/printing/printOn_base_nDigits_.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/system primitives/digitAt_.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/system primitives/digitAt_put_.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/system primitives/digitLength.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/system primitives/replaceFrom_to_with_startingAt_.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/testing/isLarge.st
R Kernel-Numbers/LargePositiveInteger.cls/instance/testing/isPrime.st
M Kernel-Pragmas-Collector/PragmaCollector.cls/instance/system changes/installSystemNotifications.st
R MonticelloGUI/MCTool.cls/instance/morphic ui/step.st
R MonticelloGUI/MCTool.cls/instance/morphic ui/theme.st
R Morphic-Base-Explorer/ListItemWrapper.cls/instance/accessing/theme.st
M Morphic-Base-Kernel/Morph.cls/instance/updating/breakDependents.st
R Morphic-Base-Kernel/Morph.cls/instance/updating/canDiscardEdits.st
R Morphic-Base-Kernel/Morph.cls/instance/updating/dependents.st
R Morphic-Base-Kernel/Morph.cls/instance/updating/okToChange.st
R Morphic-Base-Kernel/Morph.cls/instance/updating/update_with_.st
R Morphic-Base-Kernel/Morph.cls/instance/updating/windowIsClosing.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAlphaImage_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAlphaSelector_getAlpha_setAlpha_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEditorFor_getText_setText_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_font_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_font_help_entryCompletion_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_help_entryCompletion_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_font_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_font_help_entryCompletion_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_help_entryCompletion_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBalloonHelp_for_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBalloonHelp_for_corner_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBasicTextEditorFor_getText_setText_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBasicTextEditorFor_getText_setText_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBasicTextEditorFor_getText_setText_getEnabled_menu_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBracketSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBracketSliderFor_getValue_setValue_min_max_quantum_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_action_getEnabled_label_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_action_label_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_getState_action_arguments_getEnabled_getLabel_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_getState_action_arguments_getEnabled_labelForm_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_getState_action_arguments_getEnabled_label_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonLabelFor_label_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonLabel_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCancelButton.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCancelButtonFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCheckboxFor_getSelected_setSelected_getEnabled_getLabel_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCheckboxFor_getSelected_setSelected_getEnabled_label_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCheckboxFor_getSelected_setSelected_label_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCloseButton.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCloseButtonFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCloseControlFor_action_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColorChooserFor_getColor_setColor_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColorChooserFor_getColor_setColor_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColorPresenterFor_getColor_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColumn_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDialogPanel.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDropListFor_list_getSelected_setSelected_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDropListFor_list_getSelected_setSelected_getEnabled_useIndex_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDropListFor_list_getSelected_setSelected_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newEditableDropListFor_list_getSelected_setSelected_addToList_class_default_ghostText_getEnabled_useIndex_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newEditableDropListFor_list_getSelected_setSelected_addToList_ghostText_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newEmbeddedMenu.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newExpander_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newExpander_forAll_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newExpander_for_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newFuzzyLabelFor_label_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newFuzzyLabelFor_label_offset_alpha_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newFuzzyLabel_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupboxForAll_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupboxFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox_forAll_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox_for_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newHSVASelector_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newHSVSelector_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newHueSelector_getHue_setHue_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newImageFor_get_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newImage_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newImage_size_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newIncrementalSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelFor_getLabel_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelFor_label_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelGroup_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelGroup_font_labelColor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabel_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newListFor_list_selected_changeSelected_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newListFor_list_selected_changeSelected_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newListFor_list_selected_changeSelected_icon_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMenu.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMenuFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphDropListFor_list_getSelected_setSelected_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphDropListFor_list_getSelected_setSelected_getEnabled_useIndex_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphDropListFor_list_getSelected_setSelected_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphListFor_list_getSelected_setSelected_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphListFor_list_getSelected_setSelected_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMultistateButton.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newNoButton.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newNoButtonFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOKButton.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOKButtonFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOKButtonFor_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOverflowRowForAll_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPanel.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPluggableDialogWindow.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPluggableDialogWindow_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPluggableDialogWindow_for_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRadioButtonFor_getSelected_setSelected_getEnabled_label_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRadioButtonFor_getSelected_setSelected_label_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRow.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRow_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSVSelector_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newScrollPaneFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSeparator.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSliderFor_getValue_setValue_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSliderFor_getValue_setValue_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newStack.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newStack_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newString_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newString_font_style_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newString_style_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTabGroup_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEditorFor_getText_setText_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEditorFor_getText_setText_getEnabled_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEditorFor_getText_setText_getEnabled_menu_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_getText_setText_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_getText_setText_getEnabled_help_entryCompletion_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_getText_setText_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_get_set_class_getEnabled_help_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newText_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTitle_for_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolDockingBar.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolSpacer.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolbar.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolbarHandle.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolbar_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTreeFor_list_selected_changeSelected_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newVerticalSeparator.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newWindowFor_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newWorkArea.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newYesButton.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newYesButtonFor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/abort_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/abort_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/alert_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/alert_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/alert_title_configure_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/centeredAlert_title_configure_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseColor.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseColor_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDirectory_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDirectory_path_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDropList_list_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDropList_title_list_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseFileName_extensions_path_preview_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseFont.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseFont_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/deny_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/deny_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_extensions_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_extensions_path_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_extensions_path_preview_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_extensions_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_extensions_path_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_path_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/longMessage_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/message_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/message_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/proceed_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/proceed_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/questionWithoutCancel_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/questionWithoutCancel_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/question_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/question_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/textEntry_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/textEntry_title_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/textEntry_title_entryText_.st
R Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/theme/theme.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/codeRewritingClassSubmenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/groupRefactoringMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/instVarRefactoringSubmenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/methodRefactoringSubMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/refactoringMethodMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/sourceCodeRefactoringMenuHolder_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/sourceCodeRefactoringMenu_.st
A NautilusRefactoring/NautilusRefactoring.cls/instance/option/shouldInlineExpression_.st
R NautilusRefactoring/extension/Class/instance/instVarRefactoringSubmenu_.st
A NautilusRefactoring/extension/Class/instance/instVarRefactoring_.st
R NautilusRefactoring/extension/Class/instance/methodRefactoringSubMenu_.st
A NautilusRefactoring/extension/Class/instance/methodRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/codeRewritingClassSubmenu_.st
A NautilusRefactoring/extension/TClass/instance/codeRewritingClass_.st
R NautilusRefactoring/extension/TClass/instance/groupRefactoringMenu_.st
A NautilusRefactoring/extension/TClass/instance/groupRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/instVarRefactoringSubmenu_.st
A NautilusRefactoring/extension/TClass/instance/instVarRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/methodRefactoringSubMenu_.st
A NautilusRefactoring/extension/TClass/instance/methodRefactoring_.st
R NautilusRefactoring/extension/TClass/instance/refactoringMethodMenu_.st
A NautilusRefactoring/extension/TClass/instance/refactoringMethod_.st
R NautilusRefactoring/extension/TClass/instance/sourceCodeRefactoringMenuHolder_.st
M NautilusRefactoring/extension/TClass/instance/sourceCodeRefactoringMenu_.st
A NautilusRefactoring/extension/TClass/instance/sourceCodeRefactoring_.st
R NautilusRefactoring/extension/Trait/instance/instVarRefactoringSubmenu_.st
A NautilusRefactoring/extension/Trait/instance/instVarRefactoring_.st
R NautilusRefactoring/extension/Trait/instance/methodRefactoringSubMenu_.st
A NautilusRefactoring/extension/Trait/instance/methodRefactoring_.st
R Polymorph-Tools-Diff/MergeJoinSection.cls/instance/as yet unclassified/theme.st
R Polymorph-Widgets-Themes/UIThemeWatery.cls/instance/border-styles-buttons/checkboxButtonSelectedBorderStyleFor_.st
R Polymorph-Widgets-Themes/UIThemeWatery.cls/instance/border-styles-scrollbars/scrollbarThumbCornerStyleIn_.st
R SUnit-UI/TestRunner.cls/instance/theme/theme.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script120.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30328.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
R Spec-Debugger/SpecDebuggerToolbar.cls/instance/initialization/initializeWidgets.st
R System-Settings-Core/PragmaSetting.cls/instance/user interface/theme.st
R System-Support/Model.cls/instance/dependents/breakDependents.st
R System-Support/Model.cls/instance/dependents/dependents.st
R System-Support/Model.cls/instance/updating/changed.st
R System-Support/Model.cls/instance/updating/changed_.st
R System-Support/Model.cls/instance/updating/changed_with_.st
R System-Support/Model.cls/instance/updating/okToChange.st
R System-Support/Model.cls/instance/updating/update_with_.st
R System-Support/Model.cls/instance/updating/windowIsClosing.st
R Tools-Base/Workspace.cls/instance/accessing/containingWindow.st
R Tools-Base/Workspace.cls/instance/accessing/theme.st
M ToolsTest-Base/OpenToolTest.cls/instance/test browse/testOpenBrowseOnTraitMethod.st
Log Message:
-----------
30328
11391 Break dependents for real
https://pharo.fogbugz.com/default.asp?11391
11390 bug when right clicking on a method in the class NautilusRefactoring
https://pharo.fogbugz.com/default.asp?11390
11317 failing tests
https://pharo.fogbugz.com/default.asp?11317
11306 Nautilus does not handle well all inline refactorings
https://pharo.fogbugz.com/default.asp?11306
11309 More robust installSystemNotifications for PragmaCollector
https://pharo.fogbugz.com/default.asp?11309
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30327
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 314125: 30327
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 31412597e865efb9b13ba057ec93c7d873a2928f
https://github.com/pharo-project/pharo-core/commit/31412597e865efb9b13ba057…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M AsmJit-Core/AJConstants.cls/class/initialization/initialize.st
M AsmJit-Core/AJConstants.cls/definition.st
A AsmJit-Instructions/AJInstruction.cls/instance/helpers/checkOperandsForConflict.st
M AsmJit-Instructions/AJInstruction.cls/instance/printing/printSelfOn_.st
A AsmJit-Instructions/AJRoutinePrologue.cls/instance/emitting code/emitCode_.st
M AsmJit-Operands/AJBaseReg.cls/README.md
A AsmJit-Operands/AJBaseReg.cls/instance/accessing/annotation_.st
M AsmJit-Operands/AJBaseReg.cls/instance/initialize-release/initializeWithCode_name_.st
A AsmJit-Operands/AJBaseReg.cls/instance/private/basicAnnotation_.st
M AsmJit-Operands/AJBaseReg.cls/instance/testing/isX86.st
A AsmJit-Operands/AJBaseReg.cls/instance/testing/prohibitsRex.st
A AsmJit-Operands/AJBaseReg.cls/instance/testing/requiresRex.st
M AsmJit-Operands/AJImmediate.cls/README.md
A AsmJit-Operands/AJImmediate.cls/instance/testing/prohibitsRex.st
A AsmJit-Operands/AJImmediate.cls/instance/testing/requiresRex.st
M AsmJit-Operands/AJMem.cls/README.md
M AsmJit-Operands/AJMem.cls/instance/accessing/scale_.st
M AsmJit-Operands/AJMem.cls/instance/accessing/size.st
M AsmJit-Operands/AJMem.cls/instance/emitting/emitModRM_code_immSize_.st
M AsmJit-Operands/AJMem.cls/instance/printing/printOn_.st
A AsmJit-Operands/AJMem.cls/instance/printing/printScaleOn_.st
A AsmJit-Operands/AJMem.cls/instance/testing/hasUpperBankIndex.st
A AsmJit-Operands/AJMem.cls/instance/testing/prohibitsRex.st
A AsmJit-Operands/AJMem.cls/instance/testing/requiresRex.st
M AsmJit-Operands/AJOperand.cls/README.md
M AsmJit-Operands/AJOperand.cls/instance/printing/printAsOperandOn_.st
A AsmJit-Operands/AJOperand.cls/instance/testing/hasUpperBankIndex.st
A AsmJit-Operands/AJOperand.cls/instance/testing/prohibitsRex.st
A AsmJit-Operands/AJOperand.cls/instance/testing/requiresRex.st
M AsmJit-Operands/AJRegister.cls/README.md
A AsmJit-Operands/AJRegister.cls/instance/testing/isX86.st
M AsmJit-StackManagement/AJRoutineStackManager.cls/instance/as yet unclassified/reserveTemp_.st
A AsmJit-Tests/AJStackAlignmentTests.cls/README.md
A AsmJit-Tests/AJStackAlignmentTests.cls/definition.st
A AsmJit-Tests/AJStackAlignmentTests.cls/instance/tests/testJumps.st
A AsmJit-Tests/AJStackAlignmentTests.cls/instance/tests/testNewProtocolForAlignedCalls.st
A AsmJit-Tests/AJStackAlignmentTests.cls/instance/utility/newAssembler.st
A AsmJit-Tests/AJx64AssemblerTests.cls/README.md
A AsmJit-Tests/AJx64AssemblerTests.cls/class/as yet unclassified/shouldInheritSelectors.st
A AsmJit-Tests/AJx64AssemblerTests.cls/definition.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssembly0.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssembly01.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssembly1.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssembly2.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssembly3.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssemblyImmAddr.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssemblyMemBase.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssemblyMemBaseDisp.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssemblyMemBaseDisp2.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testAssemblyMemBytes.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testBitTest.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testByteRegs4through7.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testCall.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testCallInvalid.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testHighByteRegistersInvalid.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testImmLabels.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testIndexScales.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testInvalidTest.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testJumps.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testMovHighIndexRegister.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testMovImmediate.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testMovMemory.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testMovZX.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testMovZxSxInvalid.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testMul.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testNeg.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testPop.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testPush.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testSyscall.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testTest.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testXor.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testXorFastCode.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/tests/testXorInvalid.st
A AsmJit-Tests/AJx64AssemblerTests.cls/instance/utility/newAssembler.st
A AsmJit-Tests/AJx86AssemblerTests.cls/README.md
A AsmJit-Tests/AJx86AssemblerTests.cls/definition.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/running/setUp.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-FPU/testFXCH.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-FPU/testFXCHST1.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/setUpDataBytes.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/setUpDataBytesAlign_.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/testDataBytes.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/testDataBytesAlignDouble.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/testDataBytesAlignQuad.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/testDataBytesAlignWord.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/testDataDouble.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests-data/testDataWord.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testAssembly1.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testAssembly3.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testAssemblyImmAddr.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testAssemblyMemBase.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testAssemblyMemBaseDisp.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testAssemblyMemBaseDisp2.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testAssemblyMemBytes.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testBitTest.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testCall.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testForwardJumps.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testImmLabels.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testJMPRegister.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testJumps.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testMovSxZx.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testRegistersOf_.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testSyscall.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/tests/testTest.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/utility/asmShould_raise_.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/utility/assert_bytes_.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/utility/bytes_.st
A AsmJit-Tests/AJx86AssemblerTests.cls/instance/utility/newAssembler.st
A AsmJit-Tests/AJx86RegisterTests.cls/README.md
A AsmJit-Tests/AJx86RegisterTests.cls/definition.st
A AsmJit-Tests/AJx86RegisterTests.cls/instance/as yet unclassified/testAsHighByte.st
A AsmJit-Tests/AJx86RegisterTests.cls/instance/as yet unclassified/testAsLowByte.st
A AsmJit-Tests/AJx86RegisterTests.cls/instance/as yet unclassified/testRegisterWidthConversions.st
A AsmJit-x86-Instructions/AJx64Instruction.cls/instance/testing/requiresRex.st
M AsmJit-x86-Instructions/AJx64InstructionDescription.cls/instance/code emitting/emitalu_operand1_operand2_operand3_.st
M AsmJit-x86-Instructions/AJx64InstructionDescription.cls/instance/code emitting/emitmovSxZx_operand1_operand2_operand3_.st
M AsmJit-x86-Instructions/AJx86Instruction.cls/instance/code generation/emitRexForOp1_op2_.st
M AsmJit-x86-Instructions/AJx86Instruction.cls/instance/code generation/emitRexPrefixW_R_X_B_.st
M AsmJit-x86-Instructions/AJx86Instruction.cls/instance/code generation/emitScale_index_base_.st
A AsmJit-x86-Instructions/AJx86Instruction.cls/instance/consistency/checkOperandsForConflict.st
A AsmJit-x86-Instructions/AJx86Instruction.cls/instance/testing/requiresRex.st
M AsmJit-x86-Instructions/AJx86InstructionDescription.cls/class/initialization/instructionData.st
M AsmJit-x86-Instructions/AJx86InstructionDescription.cls/instance/code emitting/emittest_operand1_operand2_operand3_.st
R AsmJit-x86-Instructions/AJx86InstructionDescription.cls/instance/code emitting/upperBankHighByteGuardOp1_op2_.st
M AsmJit-x86-Operands/AJMMRegister.cls/README.md
A AsmJit-x86-Operands/AJMMRegister.cls/instance/accessing/influencingRegisters.st
A AsmJit-x86-Operands/AJMMRegister.cls/instance/testing/isX86.st
A AsmJit-x86-Operands/AJx86GPRegister.cls/instance/accessing/stackSize.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/converting/as16.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/converting/as32.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/converting/as64.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/converting/as8.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/converting/asHighByte.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/converting/asLowByte.st
R AsmJit-x86-Operands/AJx86GPRegister.cls/instance/printing/printAsMemBase.st
A AsmJit-x86-Operands/AJx86GPRegister.cls/instance/printing/printAsMemBaseOn_.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/testing/isHighByte.st
M AsmJit-x86-Operands/AJx86GPRegister.cls/instance/testing/isLowByte.st
M AsmJit-x86-Operands/AJx87Register.cls/README.md
A AsmJit-x86-Operands/AJx87Register.cls/instance/accessing/influencingRegisters.st
A AsmJit-x86-Operands/AJx87Register.cls/instance/testing/isX86.st
M AsmJit-x86-Operands/AJxMMRegister.cls/README.md
A AsmJit-x86-Operands/AJxMMRegister.cls/instance/testing/isX86.st
A AsmJit-x86/AJx64Assembler.cls/instance/accessing registers/BPL.st
A AsmJit-x86/AJx64Assembler.cls/instance/accessing registers/DIL.st
A AsmJit-x86/AJx64Assembler.cls/instance/accessing registers/SIL.st
A AsmJit-x86/AJx64Assembler.cls/instance/accessing registers/SPL.st
M AsmJit-x86/AJx86Assembler.cls/instance/instruction list/newInstruction_description_operands_.st
M AsmJit-x86/AJx86Assembler.cls/instance/instruction list/newJumpInstruction_description_operands_.st
A AsmJit-x86/AJx86Assembler.cls/instance/instructions generated/syscall.st
M AsmJit-x86/AJx86Assembler.cls/instance/register/stackPointer.st
A AsmJit-x86/AJx86Assembler.cls/instance/stack management/stackFrameValueAtOffset_.st
R AsmJit-x86/AJx86Assembler.cls/instance/stack management/strackFrameValueAtOffset_.st
M AsmJit-x86/AJx86Registers.cls/class/accessing/code_.st
A AsmJit-x86/AJx86Registers.cls/class/accessing/generalPurposeWithIndex_size_requiresRex_prohibitsRex_.st
M AsmJit-x86/AJx86Registers.cls/class/initialization/initialize.st
M AsmJit-x86/AJx86Registers.cls/class/initialization/initializeGeneralPurpose16BitRegisters.st
M AsmJit-x86/AJx86Registers.cls/class/initialization/initializeGeneralPurpose32BitRegisters.st
M AsmJit-x86/AJx86Registers.cls/class/initialization/initializeGeneralPurpose64BitRegisters.st
M AsmJit-x86/AJx86Registers.cls/class/initialization/initializeGeneralPurpose8BitRegisters.st
A AsmJit-x86/AJx86Registers.cls/class/initialization/registerBase_class_rex_values_.st
M AsmJit-x86/AJx86Registers.cls/class/method compilation/installRegisterAccessors.st
M AsmJit-x86/AJx86Registers.cls/definition.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/README.md
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/accessing/project.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/DevelopmentProcess.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/DevelopmentSupport.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/commit_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/compareVersions.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/createNewBaselineVersion.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/createNewDevelopmentVersion.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/releaseDevelopmentVersion_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/saveConfiguration_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/saveModifiedPackagesAndConfiguration_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/updateConfiguration.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/updateToLatestPackageVersions_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/development support/validate.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/loading/load.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/loading/loadBleedingEdge.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/loading/loadDevelopment.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/metacello tool support/isMetacelloConfig.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/private/baseConfigurationClassIfAbsent_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/private/ensureMetacello.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/class/private/ensureMetacelloBaseConfiguration.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/definition.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/accessing/project.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/baseline/baseline10_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/baseline/baseline12_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/baseline/baselineDEV_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/external projects/osProcess_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/external projects/pinocchio_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/external projects/soup_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/symbolic versions/bleedingEdge_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/symbolic versions/development_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/symbolic versions/stable_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/versions/version10_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/versions/version11_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/versions/version12_.st
A ConfigurationOfAsmJit/ConfigurationOfAsmJit.cls/instance/versions/versionDEV_.st
A NativeBoost-Core-Errors/NBCodeGenerationError.cls/README.md
A NativeBoost-Core-Errors/NBCodeGenerationError.cls/definition.st
A NativeBoost-Core-Errors/NBFFICalloutError.cls/instance/accessing/description.st
R NativeBoost-Core-Errors/NBFFICalloutError.cls/instance/as yet unclassified/description.st
R NativeBoost-Core-Errors/NBNativeCodeError.cls/class/as yet unclassified/signalError_.st
A NativeBoost-Core-Errors/NBNativeCodeError.cls/class/signalling/signalError_.st
R NativeBoost-Core-Errors/NBRecursionDetect.cls/class/as yet unclassified/in_during_.st
R NativeBoost-Core-Errors/NBRecursionDetect.cls/class/as yet unclassified/signalForMethod_.st
A NativeBoost-Core-Errors/NBRecursionDetect.cls/class/helper/in_during_.st
A NativeBoost-Core-Errors/NBRecursionDetect.cls/class/signalling/signalForMethod_.st
A NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/accessing/method.st
R NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/as yet unclassified/check_.st
R NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/as yet unclassified/defaultAction.st
R NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/as yet unclassified/method.st
R NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/as yet unclassified/signalForMethod_.st
A NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/exceptiondescription/defaultAction.st
A NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/public/check_.st
A NativeBoost-Core-Errors/NBRecursionDetect.cls/instance/signalling/signalForMethod_.st
R NativeBoost-Core-FFI/NBExternalLibraryWrapper.cls/class/as yet unclassified/createArrayedMethodFor_.st
R NativeBoost-Core-FFI/NBExternalLibraryWrapper.cls/class/as yet unclassified/createMethodFor_.st
R NativeBoost-Core-FFI/NBExternalLibraryWrapper.cls/class/as yet unclassified/createSimpleMethodFor_.st
A NativeBoost-Core-FFI/NBExternalLibraryWrapper.cls/class/helper/createArrayedMethodFor_.st
A NativeBoost-Core-FFI/NBExternalLibraryWrapper.cls/class/helper/createMethodFor_.st
A NativeBoost-Core-FFI/NBExternalLibraryWrapper.cls/class/helper/createSimpleMethodFor_.st
M NativeBoost-Core-FFI/NBFFICallout.cls/definition.st
R NativeBoost-Core-FFI/NBFFICallout.cls/instance/accessing/methodArgs_.st
A NativeBoost-Core-FFI/NBFFICallout.cls/instance/accessing/receiver.st
A NativeBoost-Core-FFI/NBFFICallout.cls/instance/accessing/receiver_.st
M NativeBoost-Core-FFI/NBFFICallout.cls/instance/accessing/sender_.st
A NativeBoost-Core-FFI/NBFFICallout.cls/instance/private/methodArgs_.st
M NativeBoost-Core-FFI/NBFFICallout.cls/instance/spec parsing/returnType_.st
R NativeBoost-Core-FFI/NBFFICalloutAPI.cls/class/as yet unclassified/inContext_.st
A NativeBoost-Core-FFI/NBFFICalloutAPI.cls/class/instance creation/inContext_.st
R NativeBoost-Core-FFI/NBFnArgument.cls/instance/as yet unclassified/emitLoad_.st
R NativeBoost-Core-FFI/NBFnArgument.cls/instance/as yet unclassified/emitLoad_to_.st
A NativeBoost-Core-FFI/NBFnArgument.cls/instance/emitting code/emitLoad_.st
A NativeBoost-Core-FFI/NBFnArgument.cls/instance/emitting code/emitLoad_to_.st
A NativeBoost-Core-FFI/NBFnSpec.cls/instance/adding/addArgument_.st
R NativeBoost-Core-FFI/NBFnSpec.cls/instance/as yet unclassified/addArgument_.st
A NativeBoost-Core-FFI/NBNativeFunctionArgument.cls/instance/accessing/name.st
A NativeBoost-Core-FFI/NBNativeFunctionArgument.cls/instance/accessing/name_.st
R NativeBoost-Core-FFI/NBNativeFunctionArgument.cls/instance/as yet unclassified/name.st
R NativeBoost-Core-FFI/NBNativeFunctionArgument.cls/instance/as yet unclassified/name_.st
R NativeBoost-Core-FFI/NBNativeFunctionGen.cls/instance/as yet unclassified/argName_indirectIndex_type_ptrArity_.st
A NativeBoost-Core-FFI/NBNativeFunctionGen.cls/instance/spec parsing/argName_indirectIndex_type_ptrArity_.st
M NativeBoost-Core-FFI/NBSTIndirectArgument.cls/instance/accessing/emitLoad_.st
R NativeBoost-Core-FFI/NBSTIvarArgument.cls/instance/as yet unclassified/emitLoad_.st
R NativeBoost-Core-FFI/NBSTIvarArgument.cls/instance/as yet unclassified/emitLoad_to_.st
R NativeBoost-Core-FFI/NBSTIvarArgument.cls/instance/as yet unclassified/usesSTStack.st
A NativeBoost-Core-FFI/NBSTIvarArgument.cls/instance/emitting code/emitLoad_.st
A NativeBoost-Core-FFI/NBSTIvarArgument.cls/instance/emitting code/emitLoad_to_.st
A NativeBoost-Core-FFI/NBSTIvarArgument.cls/instance/testing/usesSTStack.st
R NativeBoost-Core-Heap/NBMemoryBlock.cls/instance/as yet unclassified/initialize.st
R NativeBoost-Core-Heap/NBMemoryBlock.cls/instance/as yet unclassified/reserve_for_.st
A NativeBoost-Core-Heap/NBMemoryBlock.cls/instance/initialize-release/initialize.st
A NativeBoost-Core-Heap/NBMemoryBlock.cls/instance/memory operations/reserve_for_.st
R NativeBoost-Core-Heap/NBMemoryPage.cls/class/as yet unclassified/address_length_.st
A NativeBoost-Core-Heap/NBMemoryPage.cls/class/instance creation/address_length_.st
M NativeBoost-Core-Objects/NBExternalAddress.cls/instance/string access/writeString_.st
M NativeBoost-Core-Objects/NBExternalArray.cls/class/class initialization/initElementType_.st
M NativeBoost-Core-Objects/NBExternalArray.cls/class/private/anonymousSubclassInitElementType_.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/README.md
A NativeBoost-Core-Objects/NBExternalStructure.cls/class/instance creation/externalNew.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/class/instance creation/fromPointer_.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/class/instance creation/new.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/class/managing accessors/createAccessorsFor_.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/class/managing accessors/removeAccessor_.st
R NativeBoost-Core-Objects/NBExternalStructure.cls/class/testing/allocateOnCHeap.st
R NativeBoost-Core-Objects/NBExternalStructure.cls/class/testing/allocateOnObjectMemory.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/definition.st
A NativeBoost-Core-Objects/NBExternalStructure.cls/instance/acccessing/address.st
A NativeBoost-Core-Objects/NBExternalStructure.cls/instance/initialize-release/free.st
A NativeBoost-Core-Objects/NBExternalStructure.cls/instance/initialize-release/initializeInternal.st
A NativeBoost-Core-Objects/NBExternalStructure.cls/instance/initialize-release/initializeWithAddress_.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/instance/private/emitRead_generator_.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/instance/private/emitWrite_generator_.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/instance/private/fieldAt_.st
M NativeBoost-Core-Objects/NBExternalStructure.cls/instance/private/fieldAt_put_.st
A NativeBoost-Core-Objects/NBExternalStructure.cls/instance/testing/isExternal.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/accessing/valueSize.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/accessing/valueType_.st
M NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/class factory/getClassForType_.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/class initialization/initValueType_.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/converting/asNBExternalType_.st
R NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/fields description/fieldsDesc.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/instance creation/new.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/private/installAccessors.st
R NativeBoost-Core-Objects/NBExternalTypeValue.cls/class/private/valueType_.st
M NativeBoost-Core-Objects/NBExternalTypeValue.cls/definition.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/instance/accessing/emitCopyUsingLoop_.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/instance/accessing/emitCopy_.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/instance/accessing/emitRead.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/instance/accessing/emitWrite.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/instance/accessing/value.st
A NativeBoost-Core-Objects/NBExternalTypeValue.cls/instance/accessing/value_.st
M NativeBoost-Core-Objects/NBExternalUnion.cls/definition.st
A NativeBoost-Core-Objects/NBExternalUnionFields.cls/instance/accessing/typeOf_.st
R NativeBoost-Core-Objects/NBFFICallback.cls/instance/as yet unclassified/primLeave_stackPtr_contextOop_returnValue_primitiveMethod_.st
R NativeBoost-Core-Objects/NBFFICallback.cls/instance/as yet unclassified/pvtEnter_stackPointer_primitiveMethod_.st
A NativeBoost-Core-Objects/NBFFICallback.cls/instance/code emitting/primLeave_stackPtr_contextOop_returnValue_primitiveMethod_.st
A NativeBoost-Core-Objects/NBFFICallback.cls/instance/code emitting/pvtEnter_stackPointer_primitiveMethod_.st
R NativeBoost-Core-Objects/NBQSortCallback.cls/README.md
R NativeBoost-Core-Objects/NBQSortCallback.cls/class/accessing/fnSpec.st
R NativeBoost-Core-Objects/NBQSortCallback.cls/definition.st
R NativeBoost-Core-Objects/NBQSortCallback.cls/instance/as yet unclassified/index.st
R NativeBoost-Core-Objects/NBQSortCallback.cls/instance/as yet unclassified/trunk.st
M NativeBoost-Core-Types/NBBootstrapUlong.cls/instance/emitting code/coerceReturnValue_.st
M NativeBoost-Core-Types/NBExternalAddressType.cls/instance/emitting code/coerceReturnValue_.st
A NativeBoost-Core-Types/NBExternalAddressType.cls/instance/emitting code/createInstanceWithValue_generator_.st
M NativeBoost-Core-Types/NBExternalEnumerationType.cls/instance/emitting code/pushAsPointer_.st
M NativeBoost-Core-Types/NBExternalObjectType.cls/instance/emitting code/coerceReturnValue_.st
M NativeBoost-Core-Types/NBExternalObjectType.cls/instance/emitting code/pushAsPointer_.st
M NativeBoost-Core-Types/NBExternalObjectType.cls/instance/emitting code/pushAsValue_.st
M NativeBoost-Core-Types/NBExternalString.cls/instance/emitting code/coerceReturnValue_.st
M NativeBoost-Core-Types/NBExternalString.cls/instance/emitting code/prepareArgumentUsing_.st
A NativeBoost-Core-Types/NBExternalStructureType.cls/instance/accessing/dataIvarIndex.st
A NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/coerceReturnPointer_.st
M NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/coerceReturnValue_.st
A NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/fetchAddressFromData_gen_.st
A NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/fetchStructAddressFrom_gen_.st
M NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/prepareReturnValue_for_.st
M NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/pushAsPointer_.st
M NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/pushAsValue_.st
M NativeBoost-Core-Types/NBExternalStructureType.cls/instance/emitting code/readOop_generator_.st
R NativeBoost-Core-Types/NBExternalType.cls/class/as yet unclassified/prepareArgument_generator_.st
M NativeBoost-Core-Types/NBExternalType.cls/class/public/sizeOf_.st
R NativeBoost-Core-Types/NBExternalType.cls/instance/accessing/storageSize.st
M NativeBoost-Core-Types/NBExternalType.cls/instance/emitting code/pushAsPointer_.st
A NativeBoost-Core-Types/NBExternalType.cls/instance/error handling/error_.st
A NativeBoost-Core-Types/NBFFIConst.cls/instance/accessing/pointerArity_.st
R NativeBoost-Core-Types/NBFFIConst.cls/instance/as yet unclassified/pointerArity_.st
R NativeBoost-Core-Types/NBFFIConst.cls/instance/as yet unclassified/prepareArgumentUsing_.st
R NativeBoost-Core-Types/NBFFIConst.cls/instance/as yet unclassified/prepareUsing_.st
R NativeBoost-Core-Types/NBFFIConst.cls/instance/as yet unclassified/usesSTStack.st
A NativeBoost-Core-Types/NBFFIConst.cls/instance/emitting code/prepareArgumentUsing_.st
A NativeBoost-Core-Types/NBFFIConst.cls/instance/testing/usesSTStack.st
A NativeBoost-Core/NBInterpreterProxy.cls/instance/errors/shouldNotUse.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/copyBits.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/copyBitsFrom_to_at_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/floatObjectOf_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/ioLoadModule_OfLength_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/ioLoadSymbol_OfLength_FromModule_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/loadBitBltFrom_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/obsoleteDontUseThisFetchWord_ofObject_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/pop_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/pop_thenPush_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/positive64BitIntegerFor_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/pushBool_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/pushFloat_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/pushInteger_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/push_.st
M NativeBoost-Core/NBInterpreterProxy.cls/instance/proxy functions/signed64BitIntegerFor_.st
M NativeBoost-Core/NBNativeCodeGen.cls/class/error handling/getErrorFrom_lastError_.st
A NativeBoost-Core/NBObjectFormat.cls/class/accessing/current.st
R NativeBoost-Core/NBObjectFormat.cls/class/as yet unclassified/current.st
A NativeBoost-Core/NBObjectFormat.cls/instance/accessing/asm_.st
A NativeBoost-Core/NBObjectFormat.cls/instance/accessing/instVarOffsetAt_.st
A NativeBoost-Core/NBObjectFormat.cls/instance/accessing/oopSize.st
R NativeBoost-Core/NBObjectFormat.cls/instance/as yet unclassified/asm_.st
R NativeBoost-Core/NBObjectFormat.cls/instance/as yet unclassified/indexableWordsFormat.st
R NativeBoost-Core/NBObjectFormat.cls/instance/as yet unclassified/instVarOffsetAt_.st
R NativeBoost-Core/NBObjectFormat.cls/instance/as yet unclassified/isCogVM.st
R NativeBoost-Core/NBObjectFormat.cls/instance/as yet unclassified/oopSize.st
A NativeBoost-Core/NBObjectFormat.cls/instance/object formats/indexableWordsFormat.st
A NativeBoost-Core/NBObjectFormat.cls/instance/testing/isCogVM.st
R NativeBoost-Core/NBObjectFormat32.cls/class/as yet unclassified/headerOf_.st
A NativeBoost-Core/NBObjectFormat32.cls/class/helper/headerOf_.st
A NativeBoost-Core/NBObjectFormat32.cls/instance/accessing/instVarOffsetAt_.st
A NativeBoost-Core/NBObjectFormat32.cls/instance/accessing/oopSize.st
R NativeBoost-Core/NBObjectFormat32.cls/instance/as yet unclassified/instVarOffsetAt_.st
R NativeBoost-Core/NBObjectFormat32.cls/instance/as yet unclassified/oopSize.st
A NativeBoost-Core/NBProxyFunction.cls/instance/accessing/index.st
A NativeBoost-Core/NBProxyFunction.cls/instance/accessing/index_.st
A NativeBoost-Core/NBProxyFunction.cls/instance/accessing/selector.st
A NativeBoost-Core/NBProxyFunction.cls/instance/accessing/selector_.st
A NativeBoost-Core/NBProxyFunction.cls/instance/adding/address.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/=.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/address.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/checkVersion.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/hash.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/index.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/index_.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/parseArguments_.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/printOn_.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/selector.st
R NativeBoost-Core/NBProxyFunction.cls/instance/as yet unclassified/selector_.st
A NativeBoost-Core/NBProxyFunction.cls/instance/asserting/checkVersion.st
A NativeBoost-Core/NBProxyFunction.cls/instance/comparing/=.st
A NativeBoost-Core/NBProxyFunction.cls/instance/comparing/hash.st
A NativeBoost-Core/NBProxyFunction.cls/instance/parsing/parseArguments_.st
A NativeBoost-Core/NBProxyFunction.cls/instance/printing/printOn_.st
M NativeBoost-Core/NativeBoost.cls/class/debugger support/tryRunNativeCode_for_withArgs_.st
A NativeBoost-Core/NativeBoost.cls/class/production mode support/prepareForProduction.st
A NativeBoost-Core/NativeBoost.cls/instance/accessing/pointerSize.st
R NativeBoost-Core/NativeBoost.cls/instance/as yet unclassified/pointerSize.st
R NativeBoost-Core/NativeBoost.cls/instance/as yet unclassified/primEnableNativeCode.st
A NativeBoost-Core/NativeBoost.cls/instance/initialize-release/primEnableNativeCode.st
M NativeBoost-Core/NativeBoost.cls/instance/retrieving symbols/ioLoadModule_.st
M NativeBoost-Core/NativeBoost.cls/instance/retrieving symbols/loadSymbol_fromModule_.st
M NativeBoost-Core/extension/Boolean/instance/asNBExternalType_.st
A NativeBoost-Core/extension/CompiledMethod/instance/hasNativeCallPrimitive.st
A NativeBoost-Core/extension/CompiledMethod/instance/nbArgumentNames.st
A NativeBoost-Core/extension/Metaclass/instance/externalTypeAlias_.st
R NativeBoost-Core/extension/TApplyingOnClassSide/instance/externalTypeAlias_.st
R NativeBoost-Core/extension/TBehavior/instance/externalTypeAlias_.st
R NativeBoost-Core/extension/TBehavior/instance/nbBindingOf_.st
R NativeBoost-Core/extension/TBehavior/instance/nbFnArgument_generator_.st
A NativeBoost-Mac/NativeBoostMac32.cls/instance/assembler/newAssembler.st
A NativeBoost-Tests/NBCoreTests.cls/README.md
A NativeBoost-Tests/NBCoreTests.cls/definition.st
A NativeBoost-Tests/NBCoreTests.cls/instance/misc/anotherMethodWithPrimitive220.st
A NativeBoost-Tests/NBCoreTests.cls/instance/misc/methodWithPrimitive220.st
A NativeBoost-Tests/NBCoreTests.cls/instance/misc/nonExistedPrim_.st
A NativeBoost-Tests/NBCoreTests.cls/instance/misc/return0Code.st
A NativeBoost-Tests/NBCoreTests.cls/instance/misc/stub.st
A NativeBoost-Tests/NBCoreTests.cls/instance/misc/stub2.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testExternalResourceManagerFinalization.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testFinalization.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testGenerateAndRetry.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testGettingError.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testHasTrailerInstalled.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testInstallingNativeCode.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testPlatformId.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testPrimitive220.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testPrimitive220ErrorCode.st
A NativeBoost-Tests/NBCoreTests.cls/instance/tests/testRecursionDetection.st
A NativeBoost-Tests/NBExternalAddressTests.cls/README.md
A NativeBoost-Tests/NBExternalAddressTests.cls/definition.st
A NativeBoost-Tests/NBExternalAddressTests.cls/instance/as yet unclassified/testAddressAndStruct.st
A NativeBoost-Tests/NBExternalAddressTests.cls/instance/as yet unclassified/testMemoryAccess.st
A NativeBoost-Tests/NBExternalAddressTests.cls/instance/as yet unclassified/testStringAccess.st
A NativeBoost-Tests/NBExternalAddressTests.cls/instance/as yet unclassified/testStructCopy.st
A NativeBoost-Tests/NBExternalArrayTest.cls/README.md
A NativeBoost-Tests/NBExternalArrayTest.cls/definition.st
A NativeBoost-Tests/NBExternalArrayTest.cls/instance/misc/apiClass.st
A NativeBoost-Tests/NBExternalArrayTest.cls/instance/testing - class protocols/testAccessors.st
A NativeBoost-Tests/NBExternalArrayTest.cls/instance/testing - class protocols/testAnonymousClassCreation.st
A NativeBoost-Tests/NBExternalArrayTest.cls/instance/testing - instances/testBasicProtocol.st
A NativeBoost-Tests/NBExternalArrayTest.cls/instance/testing - instances/testExternalArray.st
A NativeBoost-Tests/NBExternalArrayTest.cls/instance/testing - instances/testExternalCopy.st
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/README.md
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/definition.st
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/instance/as yet unclassified/cbClass.st
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/instance/as yet unclassified/enumClass.st
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/instance/as yet unclassified/enumToInt_.st
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/instance/as yet unclassified/executeCb_.st
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/instance/as yet unclassified/primEnumToInt1_.st
A NativeBoost-Tests/NBExternalEnumFromPairsTest.cls/instance/as yet unclassified/primExecuteCallbackEnumReturn1_.st
A NativeBoost-Tests/NBExternalEnumTests.cls/README.md
A NativeBoost-Tests/NBExternalEnumTests.cls/definition.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/callback.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/callbackAAA.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/callbackWrongReturn.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/cbClass.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/enumClass.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/enumToInt_.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/executeCb_.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/initialize.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/primEnumToInt_.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/primExecuteCallbackEnumReturn_.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/primIntToEnum_.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testCallbackAAA.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testCallbackEnumFromInt.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testCallbackWrongReturn.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testEnumIdents.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testEnumIncludes.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testEnumToInt.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testFromIntegerFailure.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testFromIntegerOk.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testIntToEnum.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testIntToEnumNotIncluded.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testNewError.st
A NativeBoost-Tests/NBExternalEnumTests.cls/instance/as yet unclassified/testNotEnumMember.st
A NativeBoost-Tests/NBExternalHeapManagerTests.cls/README.md
A NativeBoost-Tests/NBExternalHeapManagerTests.cls/definition.st
A NativeBoost-Tests/NBExternalHeapManagerTests.cls/instance/as yet unclassified/newHeap.st
A NativeBoost-Tests/NBExternalHeapManagerTests.cls/instance/as yet unclassified/testAllocate.st
A NativeBoost-Tests/NBExternalHeapManagerTests.cls/instance/as yet unclassified/testAllocate2.st
A NativeBoost-Tests/NBFFICallbackTests.cls/README.md
A NativeBoost-Tests/NBFFICallbackTests.cls/definition.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/benchQSort.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/checkCallbackAddress_.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/checkCallback_with_compare_.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/checkEmitFetchClass.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/dummyMethod_.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/readByte_.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/readByte_at_.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/testCBGeneratedCode.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/testCreateContext.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/testEmitFetchClass.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/testMemCopy.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/as yet unclassified/testReadByte.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/language-side callback/checkSTCallbackAddress_.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/language-side callback/testCallbackCounter.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/language-side callback/testQSortCallbackST.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/language-side callback/testSTCallbackInstalled.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/native callbacks/createNativeCallback.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/native callbacks/testInstallCallback.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/native callbacks/testNativeCallback.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/native callbacks/testcallbackAddress.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/qsort callouts/primNativeQSort_compare_.st
A NativeBoost-Tests/NBFFICallbackTests.cls/instance/qsort callouts/primStQSort_len_compare_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/README.md
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/definition.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/error messages/boundsError.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/error messages/typeError.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/nativeboost-primitives/primIsPointers_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/nativeboost-primitives/returnOop0Of_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/nativeboost-primitives/returnOop1Of_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/nativeboost-primitives/returnOop2Of_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/nativeboost-primitives/returnOop5Of_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/nativeboost-primitives/returnOopMinus1Of_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/nativeboost-primitives/returnOopMinus3Of_.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentArray0Indirect.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentArrayNegativeIndirect.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentArrayOk.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentDictionayFailure.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentFloatFailure.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentLargePositiveIntegerFailure.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentObjectBoundsFailure.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentObjectFirstBoundsFailure.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentPointFailure.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectArgumentSmallIntegerFailure.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testIndirectableObjects.st
A NativeBoost-Tests/NBFFICalloutIndirectArgumentTests.cls/instance/tests/testNotIndirectableObjects.st
A NativeBoost-Tests/NBFFICalloutTests.cls/README.md
A NativeBoost-Tests/NBFFICalloutTests.cls/definition.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/as yet unclassified/arraySize2_with_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/as yet unclassified/arraySize_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/as yet unclassified/returnReceiver_arg2_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/generator callbacks/asNBExternalType_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/generator callbacks/nbBindingOf_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/generator callbacks/nbFnArgument_generator_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/checkType_class_arity_stackIndex_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/checkType_class_arity_stackIndex_elementIndex_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/checkType_class_value_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/nativeFailWithCode_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/returnParamUsingStackPtr_.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/testArraySize.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/testBuildingFnSpec.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/testBuildingFnSpecWithQueries.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/testFailCode.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/testProxyReceiver.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/testSupportedProtocols.st
A NativeBoost-Tests/NBFFICalloutTests.cls/instance/tests/testUseStackPointer.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/README.md
A NativeBoost-Tests/NBFFIExternalStructTests.cls/class/accessing/resources.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/definition.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/as yet unclassified/testStructAccess.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/tests/testExternallyAllocatedStructure.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/tests/testNestedStructure.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/tests/testReturnStruct1Byte.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/tests/testReturnStruct9Bytes.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/tests/testReturnStructWithCallback.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/util/returnStruct1Byte.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/util/returnStruct9Bytes.st
A NativeBoost-Tests/NBFFIExternalStructTests.cls/instance/util/returnStructWithCallback_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/README.md
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/class/accessing/resources.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/definition.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/return4Bytes_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnion1Byte.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionPointer_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionUnionChar_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionUnionDouble_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionUnionInt_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionWithCallback_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionWithStructChar_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionWithStructInt_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/returnUnionWithStructStruct_.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnion1Byte.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnion2Pointers.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnionUnionChar.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnionUnionDouble.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnionUnionInt.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnionWithCallback.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnionWithStructChar.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnionWithStructInt.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testReturnUnionWithStructStruct.st
A NativeBoost-Tests/NBFFIExternalUnionTests.cls/instance/as yet unclassified/testUnionWithUnion.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/README.md
A NativeBoost-Tests/NBFFIExternalValueTests.cls/definition.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/primitives/outputIntArg_value_.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/primitives/outputValueArg_value_.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/primitives/outputVoidArg_value_.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/tests/testOutIntArg.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/tests/testOutIntoByteArray.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/tests/testOutValueArg.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/tests/testOutVoidArg.st
A NativeBoost-Tests/NBFFIExternalValueTests.cls/instance/tests/testValue.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/README.md
A NativeBoost-Tests/NBFnSpecParserTest.cls/definition.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/as yet unclassified/argName_indirectIndex_type_ptrArity_.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/callbacks/integerConstantArgument_.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/callbacks/returnType_.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/parser/newParser.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/tests/testParseAnonFn.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/tests/testParseNamedFn.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/tests/testParseNoArgsFn.st
A NativeBoost-Tests/NBFnSpecParserTest.cls/instance/tests/testParserCallbacks.st
A NativeBoost-Tests/NBInterpreterProxyTest.cls/README.md
A NativeBoost-Tests/NBInterpreterProxyTest.cls/definition.st
A NativeBoost-Tests/NBInterpreterProxyTest.cls/instance/as yet unclassified/primCheckStackPointer.st
A NativeBoost-Tests/NBInterpreterProxyTest.cls/instance/as yet unclassified/primCheckStackPointer2.st
A NativeBoost-Tests/NBInterpreterProxyTest.cls/instance/as yet unclassified/testStackPointer.st
A NativeBoost-Tests/NBInterpreterProxyTest.cls/instance/as yet unclassified/testStackPointer2.st
A NativeBoost-Tests/NBMockExternalHeapManager.cls/README.md
A NativeBoost-Tests/NBMockExternalHeapManager.cls/definition.st
A NativeBoost-Tests/NBMockExternalHeapManager.cls/instance/as yet unclassified/primAllocatePage_.st
A NativeBoost-Tests/NBMockExternalHeapManager.cls/instance/as yet unclassified/primFreePage_.st
A NativeBoost-Tests/NBMockExternalObject.cls/README.md
A NativeBoost-Tests/NBMockExternalObject.cls/class/as yet unclassified/finalizeResourceData_.st
A NativeBoost-Tests/NBMockExternalObject.cls/definition.st
A NativeBoost-Tests/NBMockExternalObject.cls/instance/as yet unclassified/data_.st
A NativeBoost-Tests/NBMockExternalObject.cls/instance/as yet unclassified/resourceData.st
A NativeBoost-Tests/NBMockExternalType.cls/README.md
A NativeBoost-Tests/NBMockExternalType.cls/definition.st
A NativeBoost-Tests/NBObjectFormat32Tests.cls/README.md
A NativeBoost-Tests/NBObjectFormat32Tests.cls/definition.st
A NativeBoost-Tests/NBObjectFormat32Tests.cls/instance/as yet unclassified/getFloatPtrOffset_.st
A NativeBoost-Tests/NBObjectFormat32Tests.cls/instance/as yet unclassified/pushDouble_.st
A NativeBoost-Tests/NBObjectFormat32Tests.cls/instance/as yet unclassified/pushFloat_.st
A NativeBoost-Tests/NBObjectFormat32Tests.cls/instance/as yet unclassified/testCompactFloats.st
A NativeBoost-Tests/NBObjectFormat32Tests.cls/instance/as yet unclassified/testPushingFloatPointers.st
A NativeBoost-Tests/NBObjectFormat32Tests.cls/instance/as yet unclassified/testPushingFloats.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/README.md
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/accessing/reset.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/accessing/resources.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/array types/enumArrayType.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/array types/intArrayType.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/array types/ptrArrayType.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/array types/structArrayType.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/initialize - event/initialize.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/type classes/enumClass.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/type classes/enumType.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/type classes/structClass.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/class/type classes/structType.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/definition.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/enumByteArray_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/enumExternalAddress_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase1ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase1ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase2ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase2ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase3ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase3ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase4ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumCase4ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum pointers tests/testEnumDirectly.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum primitives/primitiveEnum_case_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum primitives/readEnumPtrCase1_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum primitives/readEnumPtrCase2_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum primitives/readEnumPtrCase3_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/enum primitives/readEnumPtrCase4_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/generation options/case1.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/generation options/case2.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/generation options/case3.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/generation options/case4.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/intByteArray_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/intExternalAddress_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase1ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase1ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase2ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase2ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase3ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase3ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase4ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntCase4ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer pointers tests/testIntDirectly.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer primitives/primitiveInt_case_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer primitives/readIntPtrCase1_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer primitives/readIntPtrCase2_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer primitives/readIntPtrCase3_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/integer primitives/readIntPtrCase4_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/running/tearDown.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/arity2StructPtrCase1_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/arity2StructPtrCase2_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/arity2StructPtrCase3_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/arity2StructPtrCase4_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/primitiveArity2Struct_case_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/primitiveStruct_case_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/readStructPtrCase1_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/readStructPtrCase2_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/readStructPtrCase3_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct primitives/readStructPtrCase4_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests arity 2/testArity2StructCase1Struct.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests arity 2/testArity2StructCase2Struct.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests arity 2/testArity2StructCase3Struct.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests arity 2/testArity2StructCase4Struct.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/structByteArray_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/structExternalAddress_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/structValue_.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase1ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase1ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase1Struct.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase2ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase2ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase2Struct.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase3ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase3ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase3Struct.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase4ByteArray.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase4ExternalAddress.st
A NativeBoost-Tests/NBPointerArgumentsTests.cls/instance/struct ptr tests/testStructCase4Struct.st
A NativeBoost-Tests/NBQSortCallback.cls/README.md
A NativeBoost-Tests/NBQSortCallback.cls/class/accessing/callType.st
A NativeBoost-Tests/NBQSortCallback.cls/class/accessing/fnSpec.st
A NativeBoost-Tests/NBQSortCallback.cls/definition.st
A NativeBoost-Tests/NBQSortCallback.cls/instance/as yet unclassified/index.st
A NativeBoost-Tests/NBQSortCallback.cls/instance/as yet unclassified/trunk.st
A NativeBoost-Tests/NBTestCallbackReturnEnum.cls/README.md
A NativeBoost-Tests/NBTestCallbackReturnEnum.cls/class/as yet unclassified/fnSpec.st
A NativeBoost-Tests/NBTestCallbackReturnEnum.cls/definition.st
A NativeBoost-Tests/NBTestCallbackReturnEnum1.cls/README.md
A NativeBoost-Tests/NBTestCallbackReturnEnum1.cls/class/as yet unclassified/fnSpec.st
A NativeBoost-Tests/NBTestCallbackReturnEnum1.cls/definition.st
A NativeBoost-Tests/NBTestEnumeration.cls/README.md
A NativeBoost-Tests/NBTestEnumeration.cls/class/as yet unclassified/enumDecl.st
A NativeBoost-Tests/NBTestEnumeration.cls/definition.st
A NativeBoost-Tests/NBTestEnumerationFromPairs.cls/README.md
A NativeBoost-Tests/NBTestEnumerationFromPairs.cls/class/as yet unclassified/enumDecl.st
A NativeBoost-Tests/NBTestEnumerationFromPairs.cls/definition.st
A NativeBoost-Tests/NBTestExternalValue.cls/README.md
A NativeBoost-Tests/NBTestExternalValue.cls/class/class initialization/initialize.st
A NativeBoost-Tests/NBTestExternalValue.cls/definition.st
A NativeBoost-Tests/NBTestNestedStructure.cls/README.md
A NativeBoost-Tests/NBTestNestedStructure.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestNestedStructure.cls/definition.st
A NativeBoost-Tests/NBTestResources.cls/README.md
A NativeBoost-Tests/NBTestResources.cls/definition.st
A NativeBoost-Tests/NBTestResources.cls/instance/running/setUp.st
A NativeBoost-Tests/NBTestStructure.cls/README.md
A NativeBoost-Tests/NBTestStructure.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestStructure.cls/definition.st
A NativeBoost-Tests/NBTestStructure1byte.cls/README.md
A NativeBoost-Tests/NBTestStructure1byte.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestStructure1byte.cls/definition.st
A NativeBoost-Tests/NBTestStructure2.cls/README.md
A NativeBoost-Tests/NBTestStructure2.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestStructure2.cls/definition.st
A NativeBoost-Tests/NBTestStructure9bytes.cls/README.md
A NativeBoost-Tests/NBTestStructure9bytes.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestStructure9bytes.cls/definition.st
A NativeBoost-Tests/NBTestStructureWithCallback.cls/README.md
A NativeBoost-Tests/NBTestStructureWithCallback.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestStructureWithCallback.cls/definition.st
A NativeBoost-Tests/NBTestUnion1Byte.cls/README.md
A NativeBoost-Tests/NBTestUnion1Byte.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestUnion1Byte.cls/definition.st
A NativeBoost-Tests/NBTestUnion2Pointers.cls/README.md
A NativeBoost-Tests/NBTestUnion2Pointers.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestUnion2Pointers.cls/definition.st
A NativeBoost-Tests/NBTestUnionIntSize.cls/README.md
A NativeBoost-Tests/NBTestUnionIntSize.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestUnionIntSize.cls/definition.st
A NativeBoost-Tests/NBTestUnionWithCallback.cls/README.md
A NativeBoost-Tests/NBTestUnionWithCallback.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestUnionWithCallback.cls/definition.st
A NativeBoost-Tests/NBTestUnionWithStructure.cls/README.md
A NativeBoost-Tests/NBTestUnionWithStructure.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestUnionWithStructure.cls/definition.st
A NativeBoost-Tests/NBTestUnionWithUnion.cls/README.md
A NativeBoost-Tests/NBTestUnionWithUnion.cls/class/as yet unclassified/fieldsDesc.st
A NativeBoost-Tests/NBTestUnionWithUnion.cls/definition.st
A NativeBoost-Tests/NativeCodeTests.cls/README.md
A NativeBoost-Tests/NativeCodeTests.cls/class/accessing/resources.st
A NativeBoost-Tests/NativeCodeTests.cls/definition.st
A NativeBoost-Tests/NativeCodeTests.cls/instance/as yet unclassified/createMoveTestCode.st
A NativeBoost-Tests/NativeCodeTests.cls/instance/as yet unclassified/install_into_.st
A NativeBoost-Tests/NativeCodeTests.cls/instance/as yet unclassified/movableStub.st
A NativeBoost-Tests/NativeCodeTests.cls/instance/as yet unclassified/testArgumentOffsets.st
A NativeBoost-Tests/NativeCodeTests.cls/instance/as yet unclassified/testMovableStuff.st
A NativeBoost-Tests/NativeCodeTests.cls/instance/as yet unclassified/testProxyFunctions.st
A NativeBoost-Win32/NBWin32Heap.cls/instance/call convention/nbCallingConvention.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script119.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30327.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
30327
Pharo
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30326
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 601a2d: 30326
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 601a2d4af2458b650aa29ed19819063220966e7e
https://github.com/pharo-project/pharo-core/commit/601a2d4af2458b650aa29ed1…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Announcements-Core/WeakSubscriptionBuilder.cls/instance/wrapped protocol/on_do_.st
M Announcements-Core/WeakSubscriptionBuilder.cls/instance/wrapped protocol/subscribe_do_.st
M Collections-Sequenceable/OrderedIdentityDictionary.cls/instance/initialize/initialize.st
M Collections-Sequenceable/OrderedIdentityDictionary.cls/instance/initialize/initialize_.st
M Gofer-Core/Gofer.cls/instance/repositories-places/squeaksource3_.st
M KeyChain-UI/KeyChainViewer.cls/instance/initialize/initialize.st
M KeyChain-UI/KeyChainViewer.cls/instance/initialize/initializeWidgets.st
M KeyChain-UI/KeychainEditor.cls/instance/initialize/initialize.st
M KeyChain-UI/PasswordInitializationDialogWindow.cls/instance/initialize/initialize.st
M KeyChain-UI/PermissionsEditor.cls/instance/initialize/initialize.st
M KeyChain-UI/SwitchUsers.cls/instance/initialize/initialize.st
M KeyChain-UI/UserEditor.cls/instance/initialize/initialize.st
M KeyChain/Cookie.cls/instance/initialize/initialize.st
M KeyChain/PharoUser.cls/instance/initialize/initialize.st
M KeyChain/PharoUserPermissions.cls/instance/initialize/initialize.st
M KeyChain/UserManager.cls/instance/initialize/initialize.st
M Manifest-CriticBrowser/CriticBrowser.cls/instance/initialization/initialize.st
M Manifest-CriticBrowser/CriticBrowser.cls/instance/system annoucements/registerToAnnouncements.st
M Monticello-Loading/MCVersionLoader.cls/instance/loading/load.st
M Morphic-Base-Pluggable Widgets/PluggableTextMorphWithLimits.cls/instance/initialize/initialize.st
M Morphic-Base-ProgressBar/JobProgressMorph.cls/instance/initialize/initialize.st
M Morphic-Base-Windows/GroupWindowMorph.cls/instance/windows/addWindow_.st
A Morphic-Base-Windows/GroupWindowMorph.cls/instance/windows/onWindowLabelChanged_.st
M Nautilus-MCBindings/NautilusMCBindings.cls/class/initialization/initialize.st
M Nautilus-MCBindings/NautilusMCBindings.cls/instance/initialization/initialize.st
M Nautilus/AbstractNautilusUI.cls/instance/menus behavior/buildInitializeCodeFor_.st
M Nautilus/MultipleMethodsEditor.cls/instance/initialize/initialize.st
M Nautilus/MultipleMethodsEditorAllButtonModel.cls/instance/protocol/initialize.st
M Nautilus/MultipleMethodsEditorButtonModel.cls/instance/protocol/initialize.st
M Nautilus/NautilusUI.cls/instance/initialization/initialize.st
M Polymorph-Widgets-Utilities/DropListItem.cls/instance/initialization/initialize.st
M Polymorph-Widgets/IconicListItem.cls/instance/initialize/initialize.st
M Polymorph-Widgets/PluggableTextFieldMorph.cls/instance/initialization/initialize.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script118.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30326.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M Spec-Builder-Tools/InstVarSetter.cls/instance/initialization/initialize.st
A Spec-Builder-Tools/InstVarSetter.cls/instance/private/widgetBuilt.st
M Spec-Debugger/SpecDebugger.cls/instance/initialization/initialize.st
A Spec-Debugger/SpecDebugger.cls/instance/private/onWidgetBuilt.st
M Spec-Inspector/InspectorWrapper.cls/instance/initialize/initialize.st
A Spec-Inspector/InspectorWrapper.cls/instance/private/setRefreshedToTrue.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/initialization/initialize.st
M Spec-Tools-ChangeSorter/DualChangeSorterApplication.cls/instance/initialization/initialize.st
M Spec-Tools-ChangeSorter/DualChangeSorterApplication.cls/instance/initialization/initializeWidgets.st
M Spec-Tools-Editor/AbstractApiSetter.cls/instance/initialize/initialize.st
M Spec-Tools-Editor/BlocEditor.cls/instance/initialize/initialize.st
M Spec-Tools-Editor/ColorEditor.cls/instance/initialize/initialize.st
M Spec-Tools-Editor/IntegerEditor.cls/instance/initialize/initialize.st
M Spec-Tools-Editor/STEditor.cls/instance/initialize/initialize.st
M Spec-Tools-Editor/SubwidgetItem.cls/instance/initialization/initialize.st
M Spec-Tools-Editor/WidgetSetter.cls/instance/initialization/initialize.st
M Spec-Tools-Monticello/MonticelloRepositoryBrowser.cls/instance/initialize/initialize.st
M Spec-Tools-Monticello/WorkingCopyToolBar.cls/instance/initialize/initialize.st
M Spec-Tools-Senders/MessageBrowser.cls/instance/initialization/initialize.st
M Spec-Widgets-PolyWidgets/InputWidget.cls/instance/initialize/initialize.st
M Spec-Widgets-PolyWidgets/MethodToolbar.cls/instance/initialization/initialize.st
M Spec-Widgets-PolyWidgets/PickListModel.cls/instance/initialization/initialize.st
M Spec-Widgets-PolyWidgets/SearchableTree.cls/instance/initialize/initialize.st
M Spec-Widgets-Support/PanelMorphWithSplitters.cls/instance/initialization/initialize.st
M Spec-Widgets-Support/RadioButtonGroup.cls/instance/initialization/initialize.st
M Spec-Widgets-TreeSupport/TokenTreeFilter.cls/instance/initialization/initialize.st
M Spec-Widgets-TreeSupport/TreeNodeModel.cls/instance/initialize/initialize.st
M Spec-Widgets/AbstractBasicWidget.cls/instance/initialization/initialize.st
M Spec-Widgets/ButtonModel.cls/instance/initialization/initialize.st
M Spec-Widgets/CheckBoxModel.cls/instance/initialization/initialize.st
M Spec-Widgets/DropListModel.cls/instance/initialization/initialize.st
M Spec-Widgets/IconListModel.cls/instance/initialization/initialize.st
M Spec-Widgets/LabelModel.cls/instance/initialization/initialize.st
M Spec-Widgets/NewListModel.cls/instance/initialize/initialize.st
M Spec-Widgets/RadioButtonModel.cls/instance/initialization/initialize.st
M Spec-Widgets/SliderModel.cls/instance/initialize/initialize.st
M Spec-Widgets/TabManagerModel.cls/instance/initialize/initialize.st
M Spec-Widgets/TabModel.cls/instance/initialize/initialize.st
M Spec-Widgets/TextInputFieldModel.cls/instance/initialization/initialize.st
M Spec-Widgets/TextModel.cls/instance/initialization/initialize.st
M Spec-Widgets/TreeModel.cls/class/specs/defaultSpec.st
M Spec-Widgets/TreeModel.cls/instance/drag and drop - private/acceptDroppingMorph_event_inMorph_.st
M Spec-Widgets/TreeModel.cls/instance/initialize/initialize.st
A Spec-Widgets/TreeModel.cls/instance/initialize/onMorphTreeSelectionChanged_.st
A Spec-Widgets/TreeModel.cls/instance/initialize/onWidgetBuilt.st
M Spec-Widgets/TreeModel.cls/instance/initialize/registerEvents.st
M Spec-Widgets/WindowModel.cls/instance/initialize/initialize.st
M Tools-Browser/Browser.cls/instance/initialization/openAsMorphClassEditing_.st
M Tools-ConfigurationBrowser/MetacelloConfigurationBrowser.cls/instance/initialize-release/initialize.st
M Tools-Finder/FinderUI.cls/instance/initialization/initialize.st
M ToolsTest-Base/OpenToolTest.cls/instance/test browse/testOpenBrowseOnTraitMethod.st
Log Message:
-----------
30326
- issue 11310 Browser newOnClass: is broken
https://pharo.fogbugz.com/default.asp?11310
- issue 11304 squeaksource3 should point to http://ss3.gemtalksystems.com/ss/
https://pharo.fogbugz.com/default.asp?11304
- issue 11315 Bad merged methods in version 30323
https://pharo.fogbugz.com/default.asp?11315
- issue 11291 Announcer for Morphs should be Weak
https://pharo.fogbugz.com/default.asp?11291
Aug. 16, 2013
Re: [Pharo-dev] Too much
by Camillo Bruni
I am catching up with the builds.
bare the noise for not taking care of jenkins :P
On 2013-08-16, at 16:21, Esteban Lorenzano <estebanlm(a)gmail.com> wrote:
> Ok, GitHub, you are exaggerating. A lot.
>
Aug. 16, 2013
Re: [Pharo-dev] Too much
by Benjamin
+10 000
Ben
On Aug 16, 2013, at 9:21 PM, Esteban Lorenzano <estebanlm(a)gmail.com> wrote:
> Ok, GitHub, you are exaggerating. A lot.
>
Aug. 16, 2013
Re: [Pharo-dev] Updating the Pharo Contributors listing
by jannik.laval
PharoContributor new
name: 'Jannik Laval';
id: 'jannik.laval';
email: 'jannik.laval(a)gmail.com';
website: 'http://www.jannik-laval.eu';
description: 'Software Researcher at Mines Douai';
image: 'http://www.jannik-laval.eu/assets/images/DSC02023%20-%20Version%202.jpg';
yourself
On Aug 12, 2013, at 5:12 PM, Sven Van Caekenberghe <sven(a)stfx.eu> wrote:
> Dear Fellow Pharoers,
>
> As some of you may know, we have a page listing Pharo Contributors
>
> http://www.pharo-project.org/community/contributors
>
> This page was manually constructed and urgently needs an update.
> Based on the code behind the Pharo Consultants page
>
> http://consultants.pharo.org
>
> we want a similar data driven, statically generated page for Pharo Contributors
>
> http://contributors.pharo.org
>
> the new page is based on some of the old data, but needs updating. Many people are missing as well. So please, please, edit the template and send me your new or up to date information.
>
> PharoContributor new
> name: 'Stéphane Ducasse';
> id: 'stephaneducasse';
> email: 'stephane.ducasse(a)inria.fr';
> website: 'http://stephane.ducasse.free.fr/';
> description: 'Research director at INRIA Lille leading the RMoD Team. Pharo board member and president of ESUG.';
> image: 'http://stephane.ducasse.free.fr/StefFingerOnNose128.jpg';
> yourself
>
> PharoContributor new
> name: 'Camillo Bruni';
> email: 'camillobruni(a)gmail.com';
> description: 'Cosmopolitan Swiss Hacker, currently at INRIA';
> yourself
>
> Some notes:
>
> - id is only needed when your name contains non-ascii characters
> - email will default to pharo-dev(a)lists.pharo.org if missing
> - website will default to a Google search for your name if a URL is missing
> - image can be omitted if you have a Gravatar, else it becomes a smiley
> - images will be rescaled to fit in 128x128, the URL needs to remain accessible
> - description is a pure text String, no markup is allowed
> - the description does not have to be too formal
> - the page is statically generated, only then do changes take effect
>
> Regards,
>
> Sven, on behalf of the Pharo Board.
>
> PS: If you are curious, the code for generating this page can be found at
>
> http://www.smalltalkhub.com/#!/~Pharo/PharoPeople
>
>
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30325
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 9a1ef2: 30325
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 9a1ef28a4d374a6899a4ea7fc37074ed918b2642
https://github.com/pharo-project/pharo-core/commit/9a1ef28a4d374a6899a4ea7f…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Nautilus/AbstractNautilusUI.cls/instance/system announcements/classReorganized_.st
M Nautilus/NautilusUI.cls/instance/source code area/methodAdded_.st
M Nautilus/NautilusUI.cls/instance/source code area/methodModified_.st
M Nautilus/NautilusUI.cls/instance/source code area/methodRecategorized_.st
M Nautilus/NautilusUI.cls/instance/source code area/methodRemoved_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/codeRewritingClassSubmenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/groupRefactoringMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/methodRefactoringSubMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/packageRefactoringMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/refactoringMethodMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/sourceCodeRefactoringMenuHolder_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/sourceCodeRefactoringMenu_.st
R NautilusRefactoring/NautilusRefactoring.cls/class/private/renameMethodAllItem_.st
M NautilusRefactoring/NautilusRefactoring.cls/instance/private-method/privateAddAParameterFor_.st
M NautilusRefactoring/NautilusRefactoring.cls/instance/private-method/privateRemoveMethodsFor_.st
M NautilusRefactoring/NautilusRefactoring.cls/instance/private-method/privateRemoveParameterMethodFor_.st
A NautilusRefactoring/extension/Class/instance/methodRefactoringSubMenu_.st
A NautilusRefactoring/extension/TClass/instance/codeRewritingClassSubmenu_.st
A NautilusRefactoring/extension/TClass/instance/groupRefactoringMenu_.st
A NautilusRefactoring/extension/TClass/instance/methodRefactoringSubMenu_.st
A NautilusRefactoring/extension/TClass/instance/packageRefactoringMenu_.st
A NautilusRefactoring/extension/TClass/instance/refactoringMethodMenu_.st
A NautilusRefactoring/extension/TClass/instance/renameMethodAllItem_.st
A NautilusRefactoring/extension/TClass/instance/sourceCodeRefactoringMenuHolder_.st
A NautilusRefactoring/extension/TClass/instance/sourceCodeRefactoringMenu_.st
A NautilusRefactoring/extension/Trait/instance/methodRefactoringSubMenu_.st
A Refactoring-Core-Model/RBAbstractClass.cls/instance/testing/directlyDefinesLocalMethod_.st
M Refactoring-Core-Model/RBNamespace.cls/instance/private/privateImplementorsOf_.st
M Refactoring-Environment/RBSelectorEnvironment.cls/class/instance creation/implementorsOf_in_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script117.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30325.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
30325
11294 Bugs in refactoring when using traits
https://pharo.fogbugz.com/f/cases/11294
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30324
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] f77e82: 30324
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: f77e82368cf8202de8fd18d9bd95386efc0b90c1
https://github.com/pharo-project/pharo-core/commit/f77e82368cf8202de8fd18d9…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script116.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30323.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30324.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
30324
11200 Repeated methods in superclasses, explicit requirement no implemented, repeated methods in traits
https://pharo.fogbugz.com/f/cases/11200
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30323
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013