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
February 2014
- 109 participants
- 1246 messages
Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all
by Stephan Eggermont
Hmm, I think it needs a bit more detailed explanation.
- it doesnât find installed git. It assumes you installed git by loading apple command line developer tools
(instead of brew, or fink)
- after installing them,trying to install SmaCC
'Git error: ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
'
Pharo 30745 on Mac 10.9
Stephan
Feb. 6, 2014
Re: [Pharo-dev] Fwd: working on pharo 3.0?
by Sven Van Caekenberghe
Ah, it is just because you insist on using old school two line code ;-)
On 06 Feb 2014, at 11:38, Tudor Girba <tudor(a)tudorgirba.com> wrote:
> Gofer new
> smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
> package: 'ConfigurationOfOpenDBXDriver';
> load
> #ConfigurationOfOpenDBXDriver asClass loadBleedingEdge
>
Gofer new
smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
configurationOf: 'OpenDBXDriver';
loadVersion: #bleedingEdge.
Just joking,
Sven
Feb. 6, 2014
Re: [Pharo-dev] Hello
by Tudor Girba
Great topic :)
Do you happen to know articles or other resources that make this claim?
I know of the followings main articles:
http://www.humane-assessment.com/guide/assessment-costs
Cheers,
Doru
On Thu, Feb 6, 2014 at 11:43 AM, Lorenzo Baracchi <
baracchi.lorenzo(a)gmail.com> wrote:
> Thank you!
> The actual goal is to: "validate the claim that developer spend half of
> their time understanding and half of their time editing source code".
>
> Lorenzo
>
>
> On 2/5/14 10:52 PM, Pharo4Stef wrote:
>
> Welcome and feel with to ask any question you want.
> BTW on what topic are you working?
>
> Stef
> On 05 Feb 2014, at 16:43, Lorenzo Baracchi <baracchi.lorenzo(a)gmail.com> <baracchi.lorenzo(a)gmail.com> wrote:
>
>
> Hello,
> I write this message only to introduce myself. I am Lorenzo Baracchi and currently I am working on my MSc thesis at the University of Lugano in the REVEAL research group.
> I am new to Pharo and Smalttalk, thus I will probably asks some question here!
>
> Cheers
> Lorenzo
>
>
>
>
--
www.tudorgirba.com
"Every thing has its own flow"
Feb. 6, 2014
Re: [Pharo-dev] Hello
by Lorenzo Baracchi
Thank you!
The actual goal is to: "validate the claim that developer spend half of
their time understanding and half of their time editing source code".
Lorenzo
On 2/5/14 10:52 PM, Pharo4Stef wrote:
> Welcome and feel with to ask any question you want.
> BTW on what topic are you working?
>
> Stef
> On 05 Feb 2014, at 16:43, Lorenzo Baracchi <baracchi.lorenzo(a)gmail.com> wrote:
>
>> Hello,
>> I write this message only to introduce myself. I am Lorenzo Baracchi and currently I am working on my MSc thesis at the University of Lugano in the REVEAL research group.
>> I am new to Pharo and Smalttalk, thus I will probably asks some question here!
>>
>> Cheers
>> Lorenzo
>>
>
Feb. 6, 2014
Re: [Pharo-dev] working on pharo 3.0?
by Guillermo Polito
Hi Doru,
Last time I checked it was working, but that was some months ago. Probably
with the changes on the new class builder + opendbx using nativeboostFFI
(which in turn creates annonimous classes) we have to revisit it.
What i did now was to make this CI job which was working for 20+mysql run
on both 20 and 30
https://ci.inria.fr/dbxtalk/job/DBXTalkDriver/
And I'm also resetting the jenkins because there are no workers available
since two days ago... strange.
Guille
On Thu, Feb 6, 2014 at 11:27 AM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
> Hi,
>
> I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get
> an error related to IncompatibleLayoutConflict.
>
> I use this:
>
> Gofer new
> smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
> package: 'ConfigurationOfOpenDBXDriver';
> load
> #ConfigurationOfOpenDBXDriver asClass loadBleedingEdge
>
> Does anyone else succeed in getting it to work on Pharo 3.0?
>
> Doru
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>
> --
> You received this message because you are subscribed to the Google Groups
> "DBXTalk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dbxtalk+unsubscribe(a)googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
Feb. 6, 2014
Fwd: working on pharo 3.0?
by Tudor Girba
I am re-sending the message to the pharo mailing list. Could anyone point
me to how to approach this problem (it seems to be related to a class
loader error - IncompatibleLayoutConflict)?
Doru
---------- Forwarded message ----------
From: Tudor Girba <tudor(a)tudorgirba.com>
Date: Thu, Feb 6, 2014 at 11:27 AM
Subject: working on pharo 3.0?
To: dbxtalk(a)googlegroups.com
Hi,
I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get
an error related to IncompatibleLayoutConflict.
I use this:
Gofer new
smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
package: 'ConfigurationOfOpenDBXDriver';
load
#ConfigurationOfOpenDBXDriver asClass loadBleedingEdge
Does anyone else succeed in getting it to work on Pharo 3.0?
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
--
www.tudorgirba.com
"Every thing has its own flow"
Feb. 6, 2014
Re: [Pharo-dev] comments :)
by Torsten Bergmann
Hi Ben
if we would just like to increase the number of cases/issues
using a "case per class" would have been better.
Adding final quality improvements (like docu) is usual before releases
not only in the ST world.
For the reasons:
A single person can only do it step by step and therefore I
used the granularity of projects/packages. This also helps reintegration
/mergin back into external managed parts.
There was no reaction onto my call for action from others.
So instead of grumbling afterwards better use your keyboard to comment on
classes ;)
Thx
T.
> Gesendet: Donnerstag, 06. Februar 2014 um 10:43 Uhr
> Von: btc(a)openinworld.com
> An: "Pharo Development List" <pharo-dev(a)lists.pharo.org>
> Betreff: Re: [Pharo-dev] comments :)
>
> Good work. Minor thing though - could they maybe grouped under one Case.
> I'd hate for someone to look at the massive amount work done for Pharo 3
> indicated by the cases close and think "Its just lots of comment updates"
> Sure it would end up being a long running case - with a lot of slices
> (each based off the most recent image). You'd have to see how that
> panned out, and itf it got too long, just link to a new case for the
> next group.
> Or maybe there is some difficulty that I can't forsee.
> cheers -ben
>
> Torsten Bergmann wrote:
> > Still 1017 to go. Feel free to help:
> >
> > Smalltalk allClasses select: [:each | each comment includesSubstring: 'xxxx' ]
> >
> > External Package owners should also reintegrate too so these do not
> > get lost when a new version of external packages get integrated.
> > (for instance https://pharo.fogbugz.com/f/cases/12812 for Spec)
> >
> > step by step it goes ...
> >
> > Bye
> > T.
> >
> >
> > Gesendet: Mittwoch, 05. Februar 2014 um 08:36 Uhr
> > Von: Pharo4Stef <pharo4Stef(a)free.fr>
> > An: "Pharo Development List" <pharo-dev(a)lists.pharo.org>
> > Betreff: [Pharo-dev] comments :)
> >
> > Thanks for all these comments!
> >
> >
> > On 05 Feb 2014, at 00:27, GitHub <noreply(a)github.com> wrote: 30742
> > 12794 Class comments missing in UpdateStreamer package
> > https://pharo.fogbugz.com/f/cases/12794[https://pharo.fogbugz.com/f/cases/1…
> >
> > 12802 Class comments missing for Kernel package
> > https://pharo.fogbugz.com/f/cases/12802[https://pharo.fogbugz.com/f/cases/1…
> >
> > 12804 Class comment missing in AST packages
> > https://pharo.fogbugz.com/f/cases/12804[https://pharo.fogbugz.com/f/cases/1…
> >
> > 12797 Class comments missing for tools package
> > https://pharo.fogbugz.com/f/cases/12797[https://pharo.fogbugz.com/f/cases/1…
> >
> > 12796 Class comments missing for Traits package
> > https://pharo.fogbugz.com/f/cases/12796[https://pharo.fogbugz.com/f/cases/1…
> >
> > 12798 Class comments missing in GroupManager package
> > https://pharo.fogbugz.com/f/cases/12798[https://pharo.fogbugz.com/f/cases/1…
> >
> > 12806 Class comment missing in package FreeType + categorizing for FreeTypeCacheTest
> > https://pharo.fogbugz.com/f/cases/12806[https://pharo.fogbugz.com/f/cases/1…
> >
> > 12800 EyeContextInspector should be renamed to EyeMethodContextInspector
> > https://pharo.fogbugz.com/f/cases/12800[https://pharo.fogbugz.com/f/cases/1…
> >
> >
> >
>
>
>
Feb. 6, 2014
Re: [Pharo-dev] comments :)
by btc@openinworld.com
Good work. Minor thing though - could they maybe grouped under one Case.
I'd hate for someone to look at the massive amount work done for Pharo 3
indicated by the cases close and think "Its just lots of comment updates"
Sure it would end up being a long running case - with a lot of slices
(each based off the most recent image). You'd have to see how that
panned out, and itf it got too long, just link to a new case for the
next group.
Or maybe there is some difficulty that I can't forsee.
cheers -ben
Torsten Bergmann wrote:
> Still 1017 to go. Feel free to help:
>
> Smalltalk allClasses select: [:each | each comment includesSubstring: 'xxxx' ]
>
> External Package owners should also reintegrate too so these do not
> get lost when a new version of external packages get integrated.
> (for instance https://pharo.fogbugz.com/f/cases/12812 for Spec)
>
> step by step it goes ...
>
> Bye
> T.
>
>
> Gesendet: Mittwoch, 05. Februar 2014 um 08:36 Uhr
> Von: Pharo4Stef <pharo4Stef(a)free.fr>
> An: "Pharo Development List" <pharo-dev(a)lists.pharo.org>
> Betreff: [Pharo-dev] comments :)
>
> Thanks for all these comments!
>
>
> On 05 Feb 2014, at 00:27, GitHub <noreply(a)github.com> wrote: 30742
> 12794 Class comments missing in UpdateStreamer package
> https://pharo.fogbugz.com/f/cases/12794[https://pharo.fogbugz.com/f/cases/1…
>
> 12802 Class comments missing for Kernel package
> https://pharo.fogbugz.com/f/cases/12802[https://pharo.fogbugz.com/f/cases/1…
>
> 12804 Class comment missing in AST packages
> https://pharo.fogbugz.com/f/cases/12804[https://pharo.fogbugz.com/f/cases/1…
>
> 12797 Class comments missing for tools package
> https://pharo.fogbugz.com/f/cases/12797[https://pharo.fogbugz.com/f/cases/1…
>
> 12796 Class comments missing for Traits package
> https://pharo.fogbugz.com/f/cases/12796[https://pharo.fogbugz.com/f/cases/1…
>
> 12798 Class comments missing in GroupManager package
> https://pharo.fogbugz.com/f/cases/12798[https://pharo.fogbugz.com/f/cases/1…
>
> 12806 Class comment missing in package FreeType + categorizing for FreeTypeCacheTest
> https://pharo.fogbugz.com/f/cases/12806[https://pharo.fogbugz.com/f/cases/1…
>
> 12800 EyeContextInspector should be renamed to EyeMethodContextInspector
> https://pharo.fogbugz.com/f/cases/12800[https://pharo.fogbugz.com/f/cases/1…
>
>
>
Feb. 6, 2014
Re: [Pharo-dev] [pharo-project/pharo-core] 0cac45: 30745
by Marcus Denker
On 06 Feb 2014, at 09:11, Goubier Thierry <thierry.goubier(a)cea.fr> wrote:
> Hum, not sure 12789 was integrated in there, even if it says so ;)
>
yes, I just looked at it, resulting in an empty SLICE in the image that the auto-changlog generator
picked up⦠the issue is still open.
Marcus
Feb. 6, 2014
Re: [Pharo-dev] [pharo-project/pharo-core] 0cac45: 30745
by Goubier Thierry
Hum, not sure 12789 was integrated in there, even if it says so ;)
Thierry
Le 06/02/2014 08:33, GitHub a écrit :
> Branch: refs/heads/3.0
> Home: https://github.com/pharo-project/pharo-core
> Commit: 0cac45ba5324163103cea3ff7220e9d8d37599ac
> https://github.com/pharo-project/pharo-core/commit/0cac45ba5324163103cea3ff…
> Author: Jenkins Build Server <board(a)pharo-project.org>
> Date: 2014-02-05 (Wed, 05 Feb 2014)
>
> Changed paths:
> M Gofer-Core.package/GoferBrowseLocalChanges.class/README.md
> M Gofer-Core.package/GoferBrowseRemoteChanges.class/README.md
> M Gofer-Core.package/GoferChanges.class/README.md
> M Gofer-Core.package/GoferCleanup.class/README.md
> M Gofer-Core.package/GoferCommit.class/README.md
> M Gofer-Core.package/GoferFetch.class/README.md
> M Gofer-Core.package/GoferLoad.class/README.md
> M Gofer-Core.package/GoferLocalChanges.class/README.md
> M Gofer-Core.package/GoferMerge.class/README.md
> M Gofer-Core.package/GoferOperation.class/README.md
> M Gofer-Core.package/GoferPush.class/README.md
> M Gofer-Core.package/GoferRecompile.class/README.md
> M Gofer-Core.package/GoferRemoteChanges.class/README.md
> M Gofer-Core.package/GoferRevert.class/README.md
> M Gofer-Core.package/GoferSynchronize.class/README.md
> M Gofer-Core.package/GoferUnload.class/README.md
> M Gofer-Core.package/GoferUpdate.class/README.md
> M Gofer-Core.package/GoferWorking.class/README.md
> M Gofer-Tests.package/GoferApiTest.class/README.md
> M Gofer-Tests.package/GoferOperationTest.class/README.md
> M Gofer-Tests.package/GoferReferenceTest.class/README.md
> M Gofer-Tests.package/GoferResource.class/README.md
> M Gofer-Tests.package/GoferTest.class/README.md
> M KernelTests.package/AdditionalMethodStateTest.class/README.md
> M KernelTests.package/BehaviorTest.class/README.md
> M KernelTests.package/BlockClosureTest.class/README.md
> M KernelTests.package/ClassHierarchyTest.class/README.md
> R KernelTests.package/ClassHierarchyTest.class/instance/as yet unclassified/testSubclassInstVar.st
> R KernelTests.package/ClassHierarchyTest.class/instance/as yet unclassified/testSubclasses.st
> A KernelTests.package/ClassHierarchyTest.class/instance/tests/testSubclassInstVar.st
> A KernelTests.package/ClassHierarchyTest.class/instance/tests/testSubclasses.st
> M KernelTests.package/ClassTest.class/README.md
> M KernelTests.package/CodeSimulationTests.class/README.md
> R KernelTests.package/CollectionCombinator.class/instance/as yet unclassified/combineFromIdx_.st
> R KernelTests.package/CollectionCombinator.class/instance/as yet unclassified/forArrays_processWith_.st
> A KernelTests.package/CollectionCombinator.class/instance/operating/combineFromIdx_.st
> A KernelTests.package/CollectionCombinator.class/instance/operating/forArrays_processWith_.st
> M KernelTests.package/CompiledMethodTrailerTest.class/README.md
> M KernelTests.package/DateAndTimeDosEpochTest.class/README.md
> M KernelTests.package/DateAndTimeTest.class/README.md
> M KernelTests.package/DateAndTimeUnixEpochTest.class/README.md
> R KernelTests.package/DatePrintFormatTester.class/instance/as yet unclassified/printFormat.st
> A KernelTests.package/DatePrintFormatTester.class/instance/printing/printFormat.st
> M KernelTests.package/ExampleForTest1.class/README.md
> M KernelTests.package/ExampleForTest11.class/README.md
> M KernelTests.package/ExampleForTest111.class/README.md
> M KernelTests.package/ExampleForTest112.class/README.md
> M KernelTests.package/ExampleForTest12.class/README.md
> M KernelTests.package/ExceptionTester.class/README.md
> M KernelTests.package/ExceptionTests.class/README.md
> M KernelTests.package/FalseTest.class/README.md
> R KernelTests.package/FloatTest.class/instance/IEEE 754/test32bitGradualUnderflow.st
> R KernelTests.package/FloatTest.class/instance/IEEE 754/test32bitRoundingMode.st
> R KernelTests.package/FloatTest.class/instance/IEEE 754/testNaN5.st
> R KernelTests.package/FloatTest.class/instance/NaN behavior/testNaN1.st
> R KernelTests.package/FloatTest.class/instance/NaN behavior/testNaN2.st
> R KernelTests.package/FloatTest.class/instance/NaN behavior/testNaN3.st
> R KernelTests.package/FloatTest.class/instance/NaN behavior/testNaN4.st
> R KernelTests.package/FloatTest.class/instance/NaN behavior/testNaNCompare.st
> R KernelTests.package/FloatTest.class/instance/NaN behavior/testNaNisLiteral.st
> R KernelTests.package/FloatTest.class/instance/NaN behavior/testReciprocal.st
> R KernelTests.package/FloatTest.class/instance/as yet unclassified/testFractionAsFloatWithUnderflow.st
> R KernelTests.package/FloatTest.class/instance/characterization/testCharacterization.st
> R KernelTests.package/FloatTest.class/instance/infinity behavior/testHugeIntegerCloseTo.st
> R KernelTests.package/FloatTest.class/instance/infinity behavior/testInfinity1.st
> R KernelTests.package/FloatTest.class/instance/infinity behavior/testInfinity2.st
> R KernelTests.package/FloatTest.class/instance/infinity behavior/testInfinityCloseTo.st
> R KernelTests.package/FloatTest.class/instance/printing/testFloatPrintPolicy.st
> R KernelTests.package/FloatTest.class/instance/printing/testPrintPaddedWithTo.st
> R KernelTests.package/FloatTest.class/instance/printing/testStoreBase16.st
> R KernelTests.package/FloatTest.class/instance/rounding/testRounding.st
> R KernelTests.package/FloatTest.class/instance/test - mathematical functions/testArcTan.st
> R KernelTests.package/FloatTest.class/instance/test - mathematical functions/testCopySignTo.st
> R KernelTests.package/FloatTest.class/instance/test - mathematical functions/testDegreeCos.st
> R KernelTests.package/FloatTest.class/instance/test - mathematical functions/testDegreeCosForExceptionalValues.st
> R KernelTests.package/FloatTest.class/instance/test - mathematical functions/testDegreeSin.st
> R KernelTests.package/FloatTest.class/instance/test - mathematical functions/testDegreeSinForExceptionalValues.st
> R KernelTests.package/FloatTest.class/instance/test - mathematical functions/testSign.st
> R KernelTests.package/FloatTest.class/instance/testing - arithmetic/testContinuedFractions.st
> R KernelTests.package/FloatTest.class/instance/testing - arithmetic/testDivide.st
> R KernelTests.package/FloatTest.class/instance/testing - arithmetic/testZeroRaisedToNegativePower.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testCeiling.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testFloatPrinting.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testFloatRounded.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testFloatTruncated.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testFloor.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testFractionAsFloat.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testFractionAsFloat2.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testIntegerAsFloat.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testReadFromManyDigits.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testRounded.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testStringAsNumber.st
> R KernelTests.package/FloatTest.class/instance/testing - conversion/testTruncated.st
> R KernelTests.package/FloatTest.class/instance/testing compare/testCloseTo.st
> R KernelTests.package/FloatTest.class/instance/testing compare/testComparison.st
> R KernelTests.package/FloatTest.class/instance/testing compare/testComparisonWhenPrimitiveFails.st
> R KernelTests.package/FloatTest.class/instance/testing compare/testSetOfFloat.st
> R KernelTests.package/FloatTest.class/instance/testing/testCopy.st
> R KernelTests.package/FloatTest.class/instance/testing/testStoreOn.st
> A KernelTests.package/FloatTest.class/instance/tests - IEEE 754/test32bitGradualUnderflow.st
> A KernelTests.package/FloatTest.class/instance/tests - IEEE 754/test32bitRoundingMode.st
> A KernelTests.package/FloatTest.class/instance/tests - IEEE 754/testNaN5.st
> A KernelTests.package/FloatTest.class/instance/tests - NaN behavior/testNaN1.st
> A KernelTests.package/FloatTest.class/instance/tests - NaN behavior/testNaN2.st
> A KernelTests.package/FloatTest.class/instance/tests - NaN behavior/testNaN3.st
> A KernelTests.package/FloatTest.class/instance/tests - NaN behavior/testNaN4.st
> A KernelTests.package/FloatTest.class/instance/tests - NaN behavior/testNaNCompare.st
> A KernelTests.package/FloatTest.class/instance/tests - NaN behavior/testNaNisLiteral.st
> A KernelTests.package/FloatTest.class/instance/tests - NaN behavior/testReciprocal.st
> A KernelTests.package/FloatTest.class/instance/tests - arithmetic/testContinuedFractions.st
> A KernelTests.package/FloatTest.class/instance/tests - arithmetic/testDivide.st
> A KernelTests.package/FloatTest.class/instance/tests - arithmetic/testZeroRaisedToNegativePower.st
> A KernelTests.package/FloatTest.class/instance/tests - characterization/testCharacterization.st
> A KernelTests.package/FloatTest.class/instance/tests - compare/testCloseTo.st
> A KernelTests.package/FloatTest.class/instance/tests - compare/testComparison.st
> A KernelTests.package/FloatTest.class/instance/tests - compare/testComparisonWhenPrimitiveFails.st
> A KernelTests.package/FloatTest.class/instance/tests - compare/testSetOfFloat.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testCeiling.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testFloatPrinting.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testFloatRounded.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testFloatTruncated.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testFloor.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testFractionAsFloat.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testFractionAsFloat2.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testIntegerAsFloat.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testReadFromManyDigits.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testRounded.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testStringAsNumber.st
> A KernelTests.package/FloatTest.class/instance/tests - conversion/testTruncated.st
> A KernelTests.package/FloatTest.class/instance/tests - infinity behavior/testHugeIntegerCloseTo.st
> A KernelTests.package/FloatTest.class/instance/tests - infinity behavior/testInfinity1.st
> A KernelTests.package/FloatTest.class/instance/tests - infinity behavior/testInfinity2.st
> A KernelTests.package/FloatTest.class/instance/tests - infinity behavior/testInfinityCloseTo.st
> A KernelTests.package/FloatTest.class/instance/tests - mathematical functions/testArcTan.st
> A KernelTests.package/FloatTest.class/instance/tests - mathematical functions/testCopySignTo.st
> A KernelTests.package/FloatTest.class/instance/tests - mathematical functions/testDegreeCos.st
> A KernelTests.package/FloatTest.class/instance/tests - mathematical functions/testDegreeCosForExceptionalValues.st
> A KernelTests.package/FloatTest.class/instance/tests - mathematical functions/testDegreeSin.st
> A KernelTests.package/FloatTest.class/instance/tests - mathematical functions/testDegreeSinForExceptionalValues.st
> A KernelTests.package/FloatTest.class/instance/tests - mathematical functions/testSign.st
> A KernelTests.package/FloatTest.class/instance/tests - printing/testFloatPrintPolicy.st
> A KernelTests.package/FloatTest.class/instance/tests - printing/testPrintPaddedWithTo.st
> A KernelTests.package/FloatTest.class/instance/tests - printing/testStoreBase16.st
> A KernelTests.package/FloatTest.class/instance/tests - rounding/testRounding.st
> A KernelTests.package/FloatTest.class/instance/tests - zero behavior/testIsZero.st
> A KernelTests.package/FloatTest.class/instance/tests - zero behavior/testNegativeZeroAbs.st
> A KernelTests.package/FloatTest.class/instance/tests - zero behavior/testNegativeZeroSign.st
> A KernelTests.package/FloatTest.class/instance/tests - zero behavior/testZero1.st
> A KernelTests.package/FloatTest.class/instance/tests - zero behavior/testZeroSignificandAsInteger.st
> A KernelTests.package/FloatTest.class/instance/tests/testCopy.st
> A KernelTests.package/FloatTest.class/instance/tests/testFractionAsFloatWithUnderflow.st
> A KernelTests.package/FloatTest.class/instance/tests/testStoreOn.st
> R KernelTests.package/FloatTest.class/instance/zero behavior/testIsZero.st
> R KernelTests.package/FloatTest.class/instance/zero behavior/testNegativeZeroAbs.st
> R KernelTests.package/FloatTest.class/instance/zero behavior/testNegativeZeroSign.st
> R KernelTests.package/FloatTest.class/instance/zero behavior/testZero1.st
> R KernelTests.package/FloatTest.class/instance/zero behavior/testZeroSignificandAsInteger.st
> M KernelTests.package/FractionTest.class/README.md
> M KernelTests.package/IVsAndClassVarNamesConflictTest.class/README.md
> M KernelTests.package/IntegerDigitLogicTest.class/README.md
> M KernelTests.package/IntegerTest.class/README.md
> M KernelTests.package/JobTest.class/README.md
> M KernelTests.package/LargeNegativeIntegerTest.class/README.md
> M KernelTests.package/LargePositiveIntegerTest.class/README.md
> M KernelTests.package/MetaclassTest.class/README.md
> M KernelTests.package/MethodDictionaryTest.class/README.md
> R KernelTests.package/MethodDictionaryTest.class/instance/as yet unclassified/testBehaviorLocalyDefined.st
> R KernelTests.package/MethodDictionaryTest.class/instance/as yet unclassified/testIncludesKeyLocalyDefined.st
> R KernelTests.package/MethodDictionaryTest.class/instance/as yet unclassified/testKeyAtValueIfAbsentLocalyDefined.st
> A KernelTests.package/MethodDictionaryTest.class/instance/tests/testBehaviorLocalyDefined.st
> A KernelTests.package/MethodDictionaryTest.class/instance/tests/testIncludesKeyLocalyDefined.st
> A KernelTests.package/MethodDictionaryTest.class/instance/tests/testKeyAtValueIfAbsentLocalyDefined.st
> M KernelTests.package/MethodPragmaTest.class/README.md
> M KernelTests.package/MonitorTest.class/README.md
> M KernelTests.package/MyResumableTestError.class/README.md
> A KernelTests.package/MyResumableTestError.class/instance/exception description/isResumable.st
> R KernelTests.package/MyResumableTestError.class/instance/exceptiondescription/isResumable.st
> M KernelTests.package/MyTestError.class/README.md
> M KernelTests.package/MyTestNotification.class/README.md
> M KernelTests.package/NumberTest.class/README.md
> M KernelTests.package/ObjectTest.class/README.md
> M KernelTests.package/PoolDefiner.class/README.md
> M KernelTests.package/PoolDefiner2.class/README.md
> M KernelTests.package/PragmaTest.class/README.md
> M KernelTests.package/ProcessTerminateBug.class/README.md
> M KernelTests.package/RandomTest.class/README.md
> A KernelTests.package/RandomTest.class/instance/running/setUp.st
> R KernelTests.package/RandomTest.class/instance/setup/setUp.st
> A KernelTests.package/RootClassPoolUser.class/class/accessing/author.st
> A KernelTests.package/RootClassPoolUser.class/class/accessing/gloups.st
> R KernelTests.package/RootClassPoolUser.class/class/as yet unclassified/author.st
> R KernelTests.package/RootClassPoolUser.class/class/as yet unclassified/gloups.st
> M KernelTests.package/ScheduleTest.class/README.md
> M KernelTests.package/SelfEvaluatingObjectTest.class/README.md
> M KernelTests.package/SizeInMemoryTest.class/README.md
> R KernelTests.package/SmallIntegerTest.class/instance/testing - Class Methods/testBasicNew.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - Class Methods/testDigitAt.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - Class Methods/testMaxVal.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - Class Methods/testMinVal.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - Class Methods/testNew.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - arithmetic/testDivide.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - operations/testCeiling.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - printing/testPrintPaddedWith.st
> R KernelTests.package/SmallIntegerTest.class/instance/testing - printing/testPrintString.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - Class Methods/testBasicNew.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - Class Methods/testDigitAt.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - Class Methods/testMaxVal.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - Class Methods/testMinVal.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - Class Methods/testNew.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - arithmetic/testDivide.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - operations/testCeiling.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - printing/testPrintPaddedWith.st
> A KernelTests.package/SmallIntegerTest.class/instance/tests - printing/testPrintString.st
> M KernelTests.package/StopwatchTest.class/README.md
> R KernelTests.package/TestLocalVariable.class/instance/as yet unclassified/default.st
> A KernelTests.package/TestLocalVariable.class/instance/defaults/default.st
> M KernelTests.package/TimespanTest.class/README.md
> M KernelTests.package/TrueTest.class/README.md
> M KernelTests.package/WeakMessageSendTest.class/README.md
> M KernelTests.package/WeekTest.class/README.md
> M KernelTests.package/YearTest.class/README.md
> M Multilingual-Encodings.package/X11Encoding.class/README.md
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/encoding.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/getEncoding.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/getLocaleEncoding.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/getPathEnc.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/getTextEnc.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/getXWinEnc.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/requestUTF8.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/requestUTF8_.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setEncodingToLocale.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setEncoding_.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setPathEncToLocale.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setPathEnc_.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setTextEncToLocale.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setTextEnc_.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setXWinEncToLocale.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/setXWinEnc_.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/useEncoding_.st
> A Multilingual-Encodings.package/X11Encoding.class/class/accessing/useLocaleEncoding.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/encoding.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/getEncoding.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/getLocaleEncoding.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/getPathEnc.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/getTextEnc.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/getXWinEnc.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/requestUTF8.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/requestUTF8_.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setEncodingToLocale.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setEncoding_.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setPathEncToLocale.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setPathEnc_.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setTextEncToLocale.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setTextEnc_.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setXWinEncToLocale.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/setXWinEnc_.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/useEncoding_.st
> R Multilingual-Encodings.package/X11Encoding.class/class/as yet unclassified/useLocaleEncoding.st
> M Multilingual-OtherLanguages.package/EUCTextConverterTest.class/README.md
> M Multilingual-Tests.package/ByteTextConverterTest.class/README.md
> M Multilingual-Tests.package/MultiByteFileStreamTest.class/README.md
> M Multilingual-Tests.package/UTF16TextConverterTest.class/README.md
> M Multilingual-Tests.package/UTF8TextConverterTest.class/README.md
> A ScriptLoader30.package/ScriptLoader.class/instance/pharo - scripts/script398.st
> A ScriptLoader30.package/ScriptLoader.class/instance/pharo - updates/update30745.st
> M ScriptLoader30.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
>
> Log Message:
> -----------
> 30745
> 12813 Class comments missing in Gofer package
> https://pharo.fogbugz.com/f/cases/12813
>
> 12816 Class comments missing in Multilingual package
> https://pharo.fogbugz.com/f/cases/12816
>
> 12811 Class comments missing in KernelTests packages
> https://pharo.fogbugz.com/f/cases/12811
>
> 12789 RPackage>>#moveClass:fromPackage:toTag: Ignores Tag
> https://pharo.fogbugz.com/f/cases/12789
>
> 12792 remove empty package ReactiveVariable
> https://pharo.fogbugz.com/f/cases/12792
>
> http://files.pharo.org/image/30/30745.zip
>
>
--
Thierry Goubier
CEA list
Laboratoire des Fondations des Systèmes Temps Réel Embarqués
91191 Gif sur Yvette Cedex
France
Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
Feb. 6, 2014