Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- August
- 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
April 2012
- 127 participants
- 1916 messages
Re: [Pharo-project] font reading problems
by Stéphane Ducasse
On Apr 10, 2012, at 3:12 PM, Camillo Bruni wrote:
> - just keep a ANIS ranged fixed-width font in the image for the emergency evaluator.
> - use freetype for all other fonts
> - use startup scripts to set default font
>
> => avoid 100+ thread on discussing which font might be the best... everyone choses his/her favorite
camillo with the fix of alain we get a readable font right out of the box and even of the emergency evaluator.
Having a good default is key.
Stef
>
>
> On 2012-04-10, at 10:36, Sven Van Caekenberghe wrote:
>
>> Really cool hack, Alain.
>> Amazing that you can do such deep things with so little code.
>>
>> Sven
>>
>> On 10 Apr 2012, at 01:03, Alain Plantec wrote:
>>
>>> Hi,
>>>
>>> yes, the default font is not that readable.
>>> as a workarround try the following (and see before and after screenshots):
>>> -------
>>> | fb |
>>> StandardFonts setFontsToStyleNamed: #small.
>>> fb :=StandardFonts defaultFont emphasized: 1.
>>> #($. $: $; $' $` $,)
>>> do: [:ch |
>>> StandardFonts defaultFont characterFormAt: ch put: (fb characterFormAt: ch) deepCopy.
>>> StandardFonts defaultFont widen: ch by: 1].
>>> -------
>>>
>>> this make the punctuation chars much more visible :
>>> it replace a regular one with the corresponding bold one and make it wider by 1 pixel.
>>>
>>> Cheers
>>> Alain
>>>
>>>
>>>
>>> Le 08/04/12 21:03, Stéphane Ducasse a écrit :
>>>> Hi guys
>>>>
>>>> I do not like the default font because there is not enough space around :
>>>> so this is difficult to see it for example in
>>>>
>>>> :=
>>>>
>>>>
>>>>
>>>>
>>>> so what can be done?
>>>> Can we modify this font?
>>>>
>>>> Stef
>>>
>>> <before.png><after.png>
>>
>
>
April 10, 2012
Re: [Pharo-project] font reading problems
by Stéphane Ducasse
Thanks alain yes this is the minimum that we should do
may be we should have such methods as class side of StandardFonts.
Stef
On Apr 10, 2012, at 1:03 AM, Alain Plantec wrote:
> Hi,
>
> yes, the default font is not that readable.
> as a workarround try the following (and see before and after screenshots):
> -------
> | fb |
> StandardFonts setFontsToStyleNamed: #small.
> fb :=StandardFonts defaultFont emphasized: 1.
> #($. $: $; $' $` $,)
> do: [:ch |
> StandardFonts defaultFont characterFormAt: ch put: (fb characterFormAt: ch) deepCopy.
> StandardFonts defaultFont widen: ch by: 1].
> -------
>
> this make the punctuation chars much more visible :
> it replace a regular one with the corresponding bold one and make it wider by 1 pixel.
>
> Cheers
> Alain
>
>
>
> Le 08/04/12 21:03, Stéphane Ducasse a écrit :
>> Hi guys
>>
>> I do not like the default font because there is not enough space around :
>> so this is difficult to see it for example in
>>
>> :=
>>
>>
>>
>>
>> so what can be done?
>> Can we modify this font?
>>
>> Stef
>
> <before.png><after.png>
April 10, 2012
Re: [Pharo-project] SmallLint and manifest
by Stéphane Ducasse
>
> I do not get it. You want an identifier. Why is a brittle and
> obfuscated number better than the name of the class, which is already
> a proper identifier? If you do not want to rely directly on a class
> reference, you can store it as a symbol.
sure this is not the problem numbers solve. We want to have no impact because of class name change.
> If you keep the numbering,
> you will immediately get into numbering issues as soon as people will
> start writing their own rules.
Normally not because number should be unique and should never change. But I see your point
After we have a version number when we change a rule
for example rule 1 version 1 is different from rule 1 version 2
How you scenario behave in presence of class renaming?
Our is stable but indeed people can add number that clashes with existing ones. Now we should have a rule stating that rule should have unique id.
>>> - In the rule methods, you are storing strings. This means that when someone renames a rule, the code in there will not be updated. Why not store this information as normal code and use symbols that can be queried?
>>
>> I do not get it? It is normal code no?
>> You mean symbols instead of strings.
>
> I mean you are currently storing the following in a rule exception:
> rule24V1FalsePositive
> ^ #(#('(RGMethodDefinition className: ''RGClassDefinitionTest''
> selector: #testReadFrom isMetaSide: false)'
> #'2012-04-02T11:31:59.933+02:00') )
>
> This an array of strings, not code. I was wondering why it would not
> be possible to be code directly.
because we do not want to store information that force us to have ring loaded.
Cheers,
> Doru
>
>
>> We will the issues.
>>
>>
>>>
>>> Cheers,
>>> Doru
>>>
>>>
>>>
>>> On 6 Apr 2012, at 09:51, Simon Allier wrote:
>>>
>>>> Hi pharoers
>>>>
>>>> Since a couple of months the Pharo team has been working on improving the support for rules checking and in particular the handling of false positives (there is nothing more boring that to get all the time the same warnings that we know are not adequate).
>>>> We added a manifest mechanism to manage the false/true positive of SmallLint, the rule checker of Pharo. A manifest is a class that contains meta data. In the future we may add package license and package documentation. This data is stored in methods on the meta side of the class. So, manifest can be versioned in Monticello and not lost. There is one manifest per package.
>>>>
>>>> It possible to use SmallLint with Manifest using the Critics Browser (menuWorld > Tool > CriticBrowser). With the Critics browser you can inspect violations of rules and mark them as false positive or true positive (ToDo) and see previous warnings flagged as false positives or toDo.
>>>> In addition all the logic of the browser has been developed so that the manifest can be saved within the package without adding dependencies.
>>>> We will continue to improve the Browser. In addition we will run SmallLint rules to all the Pharo packages and the rules checking will be part of the package validation. We want the community to use rule checking for real so that we all improve.
>>>>
>>>> Simon and Stef
>>>>
>>>> Gofer
>>>> new
>>>> url: 'http://www.squeaksource.com/PharoTaskForces';
>>>> package: 'ConfigurationOfManifest';
>>>> load.
>>>> ((Smalltalk at: #ConfigurationOfManifest) project version: #stable) load
>>>
>>> --
>>> www.tudorgirba.com
>>>
>>> "Not knowing how to do something is not an argument for how it cannot be done."
>>>
>>>
>>
>>
>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>
April 10, 2012
Re: [Pharo-project] Comments/suggestions on deprecations etc
by Stéphane Ducasse
Thanks we will discuss this point with esteban and igor.
> I think the underlying issue is that a "Deprecation" is always
> signalled, regardless of the state of "Deprecation raiseWarning", and
> the actual processing of e.g. logs, transcript, etc is deferred to
> "defaultAction". This makes side effects somewhat unpredictable when
> intermediate code catches Warning exceptions (from which Deprecation
> inherits). I think the fix is to not signal exceptions when
> raiseWarnings is false.
>
> A similar problem happens with unit tests which call deprecated code.
> These tests fail silently when "Deprecation raiseWarning" is false as
> "TestResult>>runCase:" catches the Warning exceptions. I think they
> should pass. It's seems useful to have the tests fail when
> raiseWarning is true.
>
> For myself, I've just moved the contents of
> "Deprecation>>defaultAction" into "Deprecation>>signal" with the
> obvious adjustments. I'm not sure this is necessarily the best way.
>
> Would appreciate any comments, conclusions etc from folks that know
> more about this stuff than me :)
>
> Cheers,
> Martin
>
April 10, 2012
Re: [Pharo-project] Vm on iOS with Xcode 4.3
by phil@highoctane.be
Thanks.
We are getting closer. Over for today, I'll restert tomorrow.
Phil
2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
> yeah... but you don't need FT2 for iOS... that instructions were for plain
> cog vm.
>
> Run this instead:
>
> StackIPhoneConfig new
> "generateForDebug;"
> generateSources; generate.
>
> btw... you will need to remove CMakeCache.txt before running cmake again.
>
> On Apr 10, 2012, at 6:09 PM, phil(a)highoctane.be wrote:
>
> Looks like OSX 10.7 needs a bit of sudo port install automake to have the
> right version for FT2 plugin.
>
> Let's see.
>
> Phil
>
> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>
>> on ./build
>>
>> execute:
>>
>> ../codegen-scripts/extract-commit-info.sh
>>
>> then... you are going to have errors (23, if everything is like my
>> installation)... and you are going to be in the same stage as me (I still
>> didn't fixed that, is an cmakemaker issue)
>>
>> On Apr 10, 2012, at 2:58 PM, phil(a)highoctane.be wrote:
>>
>> Ok, it generates sources.
>>
>> I used the cmake you told me:
>>
>> So, on Lion, some frameworks are not found. I guess that I'll have to
>> update that by hand.
>>
>> Philippe
>>
>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>
>>> sorry, my fault... there is no stable version on cog
>>>
>>> try:
>>>
>>> (ConfigurationOfCog project version: '4.4') load.
>>>
>>>
>>> On Apr 10, 2012, at 2:11 PM, phil(a)highoctane.be wrote:
>>>
>>> Sorry, fails on #stable load.
>>>
>>> Did you meant #release ?
>>>
>>> Phil
>>>
>>>
>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>>
>>>> that's a pretty old version of CMakeMaker... you should:
>>>>
>>>> 1) download latest pharo 1.4 (and place it in ./image)
>>>> 2) install ConfigurationOfCog
>>>>
>>>> Gofer it
>>>> squeaksource: 'MetacelloRepository';
>>>> package: 'ConfigurationOfCog';
>>>> load.
>>>>
>>>> 3) execute
>>>>
>>>> (ConfigurationOfCog project version: #stable) load.
>>>>
>>>> 4) then execute:
>>>>
>>>> CogCocoaIOSConfig new
>>>> "generateForDebug;"
>>>> addExternalPlugins: #(FT2Plugin);
>>>> generateSources; generate.
>>>>
>>>> that's the correct way of doing
>>>>
>>>> best,
>>>> Esteban
>>>>
>>>> On Apr 10, 2012, at 1:51 PM, phil(a)highoctane.be wrote:
>>>>
>>>> The CocoaIOSJitConfig>>prepareForGeneration
>>>>
>>>> "force using LF on Macs"
>>>> CrLfFileStream defaultToLF.
>>>>
>>>> ^ self prepareForCogGeneration
>>>>
>>>> fails on CrLfFileStream defaultToLF.
>>>>
>>>> The only implementer was MultiByteFileStream defaultToLF.
>>>>
>>>> The CrLfFileStream occurs in quite a *Config places.
>>>>
>>>> Phil
>>>>
>>>> 2012/4/10 Mariano Martinez Peck <marianopeck(a)gmail.com>
>>>>
>>>>>
>>>>>
>>>>> On Tue, Apr 10, 2012 at 12:16 AM, phil(a)highoctane.be <
>>>>> phil(a)highoctane.be> wrote:
>>>>>
>>>>>> I do have the cloned repos now.
>>>>>>
>>>>>> For ConfigurationOfCog where can I pick this one up ? In the supplied
>>>>>> image I guess. Right?
>>>>>>
>>>>>>
>>>>> Hi Philip. Just by change did you read my blog posts about building
>>>>> the VM? they may be of help:
>>>>>
>>>>> http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-us…
>>>>>
>>>>> http://marianopeck.wordpress.com/2011/04/16/building-the-vm-second-part/
>>>>>
>>>>> Cheers
>>>>>
>>>>>
>>>>>> ... moving (slowly) forward.
>>>>>>
>>>>>> Thanks!
>>>>>>
>>>>>> 2012/4/6 phil(a)highoctane.be <phil(a)highoctane.be>
>>>>>>
>>>>>> Oh great news!
>>>>>>> Tomorrow will be Pharo iOS day.
>>>>>>> Le 6 avr. 2012 17:54, "Esteban Lorenzano" <estebanlm(a)gmail.com> a
>>>>>>> écrit :
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> On Apr 6, 2012, at 10:51 AM, phil(a)highoctane.be wrote:
>>>>>>>>
>>>>>>>> I am still unable to get this to work.
>>>>>>>>
>>>>>>>> latest nightly build from cmake is able to build valid xcode
>>>>>>>> projects again [1].
>>>>>>>> Some adjusts are needed to actually build, but it is almost there
>>>>>>>> (I will take care about that this days)
>>>>>>>>
>>>>>>>> Also I see a jenkins build for OSX but not for iOS.
>>>>>>>>
>>>>>>>> Yeah, and I want to have one, but it will take time (and time is
>>>>>>>> tyrant, you know).
>>>>>>>>
>>>>>>>> XCode 4.3 will open old xcode projects so posting a full set of
>>>>>>>> files that work out of cmake (ie a fully made build/ folder) would help a
>>>>>>>> lot.
>>>>>>>>
>>>>>>>> Would you be able to ship me such a set of files?
>>>>>>>>
>>>>>>>> you already have them: clone of my repository [2] or blessed [3]
>>>>>>>> and install latest ConfigurationOfCog
>>>>>>>>
>>>>>>>> best,
>>>>>>>> Esteban
>>>>>>>>
>>>>>>>> [1]
>>>>>>>> http://www.cmake.org/files/dev/cmake-2.8.7.20120405-gd2c9c-Darwin64-univers…
>>>>>>>> [2] https://gitorious.org/~estebanlm/cogvm/cog-osx
>>>>>>>> [3] https://gitorious.org/cogvm/blessed
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Philippe Back
>>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>>
>>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>>> http://philippeback.be
>>>>>>
>>>>>> High Octane SPRL
>>>>>> rue cour Boisacq 101
>>>>>> 1301 Bierges
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Mariano
>>>>> http://marianopeck.wordpress.com
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Philippe Back
>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>
>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>> http://philippeback.be
>>>>
>>>> High Octane SPRL
>>>> rue cour Boisacq 101
>>>> 1301 Bierges
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Philippe Back
>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>
>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>> http://philippeback.be
>>>
>>> High Octane SPRL
>>> rue cour Boisacq 101
>>> 1301 Bierges
>>>
>>> <PharoScreenshot.3.png>
>>>
>>>
>>>
>>
>>
>> --
>> Philippe Back
>> "Helping you hit the top 3 outcomes you really want to achieve"
>>
>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>> http://philippeback.be
>>
>> High Octane SPRL
>> rue cour Boisacq 101
>> 1301 Bierges
>>
>> <2012-04-10_14-56-49-cmake.png>
>>
>>
>>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be| Web:
> http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
>
>
--
Philippe Back
"Helping you hit the top 3 outcomes you really want to achieve"
Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
phil(a)highoctane.be| Web:
http://philippeback.eu | Blog:
http://philippeback.be
High Octane SPRL
rue cour Boisacq 101
1301 Bierges
April 10, 2012
Re: [Pharo-project] Vm on iOS with Xcode 4.3
by Esteban Lorenzano
yeah... but you don't need FT2 for iOS... that instructions were for plain cog vm.
Run this instead:
StackIPhoneConfig new
"generateForDebug;"
generateSources; generate.
btw... you will need to remove CMakeCache.txt before running cmake again.
On Apr 10, 2012, at 6:09 PM, phil(a)highoctane.be wrote:
> Looks like OSX 10.7 needs a bit of sudo port install automake to have the right version for FT2 plugin.
>
> Let's see.
>
> Phil
>
> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
> on ./build
>
> execute:
>
> ../codegen-scripts/extract-commit-info.sh
>
> then... you are going to have errors (23, if everything is like my installation)... and you are going to be in the same stage as me (I still didn't fixed that, is an cmakemaker issue)
>
> On Apr 10, 2012, at 2:58 PM, phil(a)highoctane.be wrote:
>
>> Ok, it generates sources.
>>
>> I used the cmake you told me:
>>
>> So, on Lion, some frameworks are not found. I guess that I'll have to update that by hand.
>>
>> Philippe
>>
>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>> sorry, my fault... there is no stable version on cog
>>
>> try:
>>
>> (ConfigurationOfCog project version: '4.4') load.
>>
>>
>> On Apr 10, 2012, at 2:11 PM, phil(a)highoctane.be wrote:
>>
>>> Sorry, fails on #stable load.
>>>
>>> Did you meant #release ?
>>>
>>> Phil
>>>
>>>
>>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>> that's a pretty old version of CMakeMaker... you should:
>>>
>>> 1) download latest pharo 1.4 (and place it in ./image)
>>> 2) install ConfigurationOfCog
>>>
>>> Gofer it
>>> squeaksource: 'MetacelloRepository';
>>> package: 'ConfigurationOfCog';
>>> load.
>>>
>>> 3) execute
>>>
>>> (ConfigurationOfCog project version: #stable) load.
>>>
>>> 4) then execute:
>>>
>>> CogCocoaIOSConfig new
>>> "generateForDebug;"
>>> addExternalPlugins: #(FT2Plugin);
>>> generateSources; generate.
>>>
>>> that's the correct way of doing
>>>
>>> best,
>>> Esteban
>>>
>>> On Apr 10, 2012, at 1:51 PM, phil(a)highoctane.be wrote:
>>>
>>>> The CocoaIOSJitConfig>>prepareForGeneration
>>>>
>>>> "force using LF on Macs"
>>>> CrLfFileStream defaultToLF.
>>>>
>>>> ^ self prepareForCogGeneration
>>>>
>>>> fails on CrLfFileStream defaultToLF.
>>>>
>>>> The only implementer was MultiByteFileStream defaultToLF.
>>>>
>>>> The CrLfFileStream occurs in quite a *Config places.
>>>>
>>>> Phil
>>>>
>>>> 2012/4/10 Mariano Martinez Peck <marianopeck(a)gmail.com>
>>>>
>>>>
>>>> On Tue, Apr 10, 2012 at 12:16 AM, phil(a)highoctane.be <phil(a)highoctane.be> wrote:
>>>> I do have the cloned repos now.
>>>>
>>>> For ConfigurationOfCog where can I pick this one up ? In the supplied image I guess. Right?
>>>>
>>>>
>>>> Hi Philip. Just by change did you read my blog posts about building the VM? they may be of help:
>>>> http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-us…
>>>> http://marianopeck.wordpress.com/2011/04/16/building-the-vm-second-part/
>>>>
>>>> Cheers
>>>>
>>>> ... moving (slowly) forward.
>>>>
>>>> Thanks!
>>>>
>>>> 2012/4/6 phil(a)highoctane.be <phil(a)highoctane.be>
>>>>
>>>> Oh great news!
>>>> Tomorrow will be Pharo iOS day.
>>>> Le 6 avr. 2012 17:54, "Esteban Lorenzano" <estebanlm(a)gmail.com> a écrit :
>>>> Hi,
>>>>
>>>> On Apr 6, 2012, at 10:51 AM, phil(a)highoctane.be wrote:
>>>>
>>>>> I am still unable to get this to work.
>>>> latest nightly build from cmake is able to build valid xcode projects again [1].
>>>> Some adjusts are needed to actually build, but it is almost there (I will take care about that this days)
>>>>> Also I see a jenkins build for OSX but not for iOS.
>>>>>
>>>> Yeah, and I want to have one, but it will take time (and time is tyrant, you know).
>>>>
>>>>> XCode 4.3 will open old xcode projects so posting a full set of files that work out of cmake (ie a fully made build/ folder) would help a lot.
>>>>>
>>>>> Would you be able to ship me such a set of files?
>>>>>
>>>> you already have them: clone of my repository [2] or blessed [3] and install latest ConfigurationOfCog
>>>>
>>>> best,
>>>> Esteban
>>>>
>>>> [1] http://www.cmake.org/files/dev/cmake-2.8.7.20120405-gd2c9c-Darwin64-univers…
>>>> [2] https://gitorious.org/~estebanlm/cogvm/cog-osx
>>>> [3] https://gitorious.org/cogvm/blessed
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Philippe Back
>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>
>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>> http://philippeback.be
>>>>
>>>> High Octane SPRL
>>>> rue cour Boisacq 101
>>>> 1301 Bierges
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Mariano
>>>> http://marianopeck.wordpress.com
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Philippe Back
>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>
>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>> http://philippeback.be
>>>>
>>>> High Octane SPRL
>>>> rue cour Boisacq 101
>>>> 1301 Bierges
>>>>
>>>
>>>
>>>
>>>
>>> --
>>> Philippe Back
>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>
>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>> http://philippeback.be
>>>
>>> High Octane SPRL
>>> rue cour Boisacq 101
>>> 1301 Bierges
>>>
>>> <PharoScreenshot.3.png>
>>
>>
>>
>>
>> --
>> Philippe Back
>> "Helping you hit the top 3 outcomes you really want to achieve"
>>
>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>> http://philippeback.be
>>
>> High Octane SPRL
>> rue cour Boisacq 101
>> 1301 Bierges
>>
>> <2012-04-10_14-56-49-cmake.png>
>
>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
April 10, 2012
Re: [Pharo-project] Using stdout in Windows --> 'File stdout is closed'
by Eliot Miranda
Hi Martin,
would you please try with both the Croquet.exe and the
CroquetConsole.exe in
http://www.mirandabanda.org/files/Cog/VM/VM.r2540/cogwin.zip?. The
CroquetConsole.exe is designed to be used from the command line; stupidly
Windows has this distinction between console apps and windows apps, and
this distinction affects standard i/o. If CroquetCOnsole works then the
implication is that Pharo needs also to build both VMs and the user needs
to select the console VM for console use and the Windows VM for detatched
use.
HTH
Eliot
On Sun, Apr 8, 2012 at 4:31 PM, Martin Dias <tinchodias(a)gmail.com> wrote:
> Hi
>
> In my windows 7, I get an error when trying to write to "FileStream
> stdout" in both Pharo 1.4 and 1.3 (revisions #14423 and #13320).
>
> To reproduce,
>
> - download:
> https://ci.lille.inria.fr/pharo/job/Pharo%201.4/373/artifact/Pharo-1.4.zip
>
> - evaluate:
> FileStream stdout nextPutAll: 'a'.
>
> Is this a known issue? I couldn't find it in issue tracker.
>
> Thanks in advance.
> MartÃn
>
--
best,
Eliot
April 10, 2012
Re: [Pharo-project] Using stdout in Windows --> 'File stdout is closed'
by Igor Stasenko
On 9 April 2012 01:31, Martin Dias <tinchodias(a)gmail.com> wrote:
> Hi
>
> In my windows 7, I get an error when trying to write to "FileStream stdout"
> in both Pharo 1.4 and 1.3 (revisions #14423 and #13320).
>
> To reproduce,
>
> - download:
> https://ci.lille.inria.fr/pharo/job/Pharo%201.4/373/artifact/Pharo-1.4.zip
>
> - evaluate:
> FileStream stdout nextPutAll: 'a'.
>
> Is this a known issue? I couldn't find it in issue tracker.
>
this is known issue.
im not sure if i added it to tracker.
> Thanks in advance.
> MartÃn
--
Best regards,
Igor Stasenko.
April 10, 2012
Re: [Pharo-project] Vm on iOS with Xcode 4.3
by phil@highoctane.be
Looks like OSX 10.7 needs a bit of sudo port install automake to have the
right version for FT2 plugin.
Let's see.
Phil
2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
> on ./build
>
> execute:
>
> ../codegen-scripts/extract-commit-info.sh
>
> then... you are going to have errors (23, if everything is like my
> installation)... and you are going to be in the same stage as me (I still
> didn't fixed that, is an cmakemaker issue)
>
> On Apr 10, 2012, at 2:58 PM, phil(a)highoctane.be wrote:
>
> Ok, it generates sources.
>
> I used the cmake you told me:
>
> So, on Lion, some frameworks are not found. I guess that I'll have to
> update that by hand.
>
> Philippe
>
> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>
>> sorry, my fault... there is no stable version on cog
>>
>> try:
>>
>> (ConfigurationOfCog project version: '4.4') load.
>>
>>
>> On Apr 10, 2012, at 2:11 PM, phil(a)highoctane.be wrote:
>>
>> Sorry, fails on #stable load.
>>
>> Did you meant #release ?
>>
>> Phil
>>
>>
>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>
>>> that's a pretty old version of CMakeMaker... you should:
>>>
>>> 1) download latest pharo 1.4 (and place it in ./image)
>>> 2) install ConfigurationOfCog
>>>
>>> Gofer it
>>> squeaksource: 'MetacelloRepository';
>>> package: 'ConfigurationOfCog';
>>> load.
>>>
>>> 3) execute
>>>
>>> (ConfigurationOfCog project version: #stable) load.
>>>
>>> 4) then execute:
>>>
>>> CogCocoaIOSConfig new
>>> "generateForDebug;"
>>> addExternalPlugins: #(FT2Plugin);
>>> generateSources; generate.
>>>
>>> that's the correct way of doing
>>>
>>> best,
>>> Esteban
>>>
>>> On Apr 10, 2012, at 1:51 PM, phil(a)highoctane.be wrote:
>>>
>>> The CocoaIOSJitConfig>>prepareForGeneration
>>>
>>> "force using LF on Macs"
>>> CrLfFileStream defaultToLF.
>>>
>>> ^ self prepareForCogGeneration
>>>
>>> fails on CrLfFileStream defaultToLF.
>>>
>>> The only implementer was MultiByteFileStream defaultToLF.
>>>
>>> The CrLfFileStream occurs in quite a *Config places.
>>>
>>> Phil
>>>
>>> 2012/4/10 Mariano Martinez Peck <marianopeck(a)gmail.com>
>>>
>>>>
>>>>
>>>> On Tue, Apr 10, 2012 at 12:16 AM, phil(a)highoctane.be <
>>>> phil(a)highoctane.be> wrote:
>>>>
>>>>> I do have the cloned repos now.
>>>>>
>>>>> For ConfigurationOfCog where can I pick this one up ? In the supplied
>>>>> image I guess. Right?
>>>>>
>>>>>
>>>> Hi Philip. Just by change did you read my blog posts about building the
>>>> VM? they may be of help:
>>>>
>>>> http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-us…
>>>> http://marianopeck.wordpress.com/2011/04/16/building-the-vm-second-part/
>>>>
>>>> Cheers
>>>>
>>>>
>>>>> ... moving (slowly) forward.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> 2012/4/6 phil(a)highoctane.be <phil(a)highoctane.be>
>>>>>
>>>>> Oh great news!
>>>>>> Tomorrow will be Pharo iOS day.
>>>>>> Le 6 avr. 2012 17:54, "Esteban Lorenzano" <estebanlm(a)gmail.com> a
>>>>>> écrit :
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> On Apr 6, 2012, at 10:51 AM, phil(a)highoctane.be wrote:
>>>>>>>
>>>>>>> I am still unable to get this to work.
>>>>>>>
>>>>>>> latest nightly build from cmake is able to build valid xcode
>>>>>>> projects again [1].
>>>>>>> Some adjusts are needed to actually build, but it is almost there (I
>>>>>>> will take care about that this days)
>>>>>>>
>>>>>>> Also I see a jenkins build for OSX but not for iOS.
>>>>>>>
>>>>>>> Yeah, and I want to have one, but it will take time (and time is
>>>>>>> tyrant, you know).
>>>>>>>
>>>>>>> XCode 4.3 will open old xcode projects so posting a full set of
>>>>>>> files that work out of cmake (ie a fully made build/ folder) would help a
>>>>>>> lot.
>>>>>>>
>>>>>>> Would you be able to ship me such a set of files?
>>>>>>>
>>>>>>> you already have them: clone of my repository [2] or blessed [3] and
>>>>>>> install latest ConfigurationOfCog
>>>>>>>
>>>>>>> best,
>>>>>>> Esteban
>>>>>>>
>>>>>>> [1]
>>>>>>> http://www.cmake.org/files/dev/cmake-2.8.7.20120405-gd2c9c-Darwin64-univers…
>>>>>>> [2] https://gitorious.org/~estebanlm/cogvm/cog-osx
>>>>>>> [3] https://gitorious.org/cogvm/blessed
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Philippe Back
>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>
>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>> http://philippeback.be
>>>>>
>>>>> High Octane SPRL
>>>>> rue cour Boisacq 101
>>>>> 1301 Bierges
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Mariano
>>>> http://marianopeck.wordpress.com
>>>>
>>>>
>>>
>>>
>>> --
>>> Philippe Back
>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>
>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>> http://philippeback.be
>>>
>>> High Octane SPRL
>>> rue cour Boisacq 101
>>> 1301 Bierges
>>>
>>>
>>>
>>
>>
>> --
>> Philippe Back
>> "Helping you hit the top 3 outcomes you really want to achieve"
>>
>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>> http://philippeback.be
>>
>> High Octane SPRL
>> rue cour Boisacq 101
>> 1301 Bierges
>>
>> <PharoScreenshot.3.png>
>>
>>
>>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be| Web:
> http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
> <2012-04-10_14-56-49-cmake.png>
>
>
>
--
Philippe Back
"Helping you hit the top 3 outcomes you really want to achieve"
Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
phil(a)highoctane.be| Web:
http://philippeback.eu | Blog:
http://philippeback.be
High Octane SPRL
rue cour Boisacq 101
1301 Bierges
April 10, 2012
Re: [Pharo-project] Vm on iOS with Xcode 4.3
by phil@highoctane.be
This removed the red things indeed.
2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
> on ./build
>
> execute:
>
> ../codegen-scripts/extract-commit-info.sh
>
> then... you are going to have errors (23, if everything is like my
> installation)... and you are going to be in the same stage as me (I still
> didn't fixed that, is an cmakemaker issue)
>
> On Apr 10, 2012, at 2:58 PM, phil(a)highoctane.be wrote:
>
> Ok, it generates sources.
>
> I used the cmake you told me:
>
> So, on Lion, some frameworks are not found. I guess that I'll have to
> update that by hand.
>
> Philippe
>
> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>
>> sorry, my fault... there is no stable version on cog
>>
>> try:
>>
>> (ConfigurationOfCog project version: '4.4') load.
>>
>>
>> On Apr 10, 2012, at 2:11 PM, phil(a)highoctane.be wrote:
>>
>> Sorry, fails on #stable load.
>>
>> Did you meant #release ?
>>
>> Phil
>>
>>
>> 2012/4/10 Esteban Lorenzano <estebanlm(a)gmail.com>
>>
>>> that's a pretty old version of CMakeMaker... you should:
>>>
>>> 1) download latest pharo 1.4 (and place it in ./image)
>>> 2) install ConfigurationOfCog
>>>
>>> Gofer it
>>> squeaksource: 'MetacelloRepository';
>>> package: 'ConfigurationOfCog';
>>> load.
>>>
>>> 3) execute
>>>
>>> (ConfigurationOfCog project version: #stable) load.
>>>
>>> 4) then execute:
>>>
>>> CogCocoaIOSConfig new
>>> "generateForDebug;"
>>> addExternalPlugins: #(FT2Plugin);
>>> generateSources; generate.
>>>
>>> that's the correct way of doing
>>>
>>> best,
>>> Esteban
>>>
>>> On Apr 10, 2012, at 1:51 PM, phil(a)highoctane.be wrote:
>>>
>>> The CocoaIOSJitConfig>>prepareForGeneration
>>>
>>> "force using LF on Macs"
>>> CrLfFileStream defaultToLF.
>>>
>>> ^ self prepareForCogGeneration
>>>
>>> fails on CrLfFileStream defaultToLF.
>>>
>>> The only implementer was MultiByteFileStream defaultToLF.
>>>
>>> The CrLfFileStream occurs in quite a *Config places.
>>>
>>> Phil
>>>
>>> 2012/4/10 Mariano Martinez Peck <marianopeck(a)gmail.com>
>>>
>>>>
>>>>
>>>> On Tue, Apr 10, 2012 at 12:16 AM, phil(a)highoctane.be <
>>>> phil(a)highoctane.be> wrote:
>>>>
>>>>> I do have the cloned repos now.
>>>>>
>>>>> For ConfigurationOfCog where can I pick this one up ? In the supplied
>>>>> image I guess. Right?
>>>>>
>>>>>
>>>> Hi Philip. Just by change did you read my blog posts about building the
>>>> VM? they may be of help:
>>>>
>>>> http://marianopeck.wordpress.com/2011/04/10/building-the-vm-from-scratch-us…
>>>> http://marianopeck.wordpress.com/2011/04/16/building-the-vm-second-part/
>>>>
>>>> Cheers
>>>>
>>>>
>>>>> ... moving (slowly) forward.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> 2012/4/6 phil(a)highoctane.be <phil(a)highoctane.be>
>>>>>
>>>>> Oh great news!
>>>>>> Tomorrow will be Pharo iOS day.
>>>>>> Le 6 avr. 2012 17:54, "Esteban Lorenzano" <estebanlm(a)gmail.com> a
>>>>>> écrit :
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> On Apr 6, 2012, at 10:51 AM, phil(a)highoctane.be wrote:
>>>>>>>
>>>>>>> I am still unable to get this to work.
>>>>>>>
>>>>>>> latest nightly build from cmake is able to build valid xcode
>>>>>>> projects again [1].
>>>>>>> Some adjusts are needed to actually build, but it is almost there (I
>>>>>>> will take care about that this days)
>>>>>>>
>>>>>>> Also I see a jenkins build for OSX but not for iOS.
>>>>>>>
>>>>>>> Yeah, and I want to have one, but it will take time (and time is
>>>>>>> tyrant, you know).
>>>>>>>
>>>>>>> XCode 4.3 will open old xcode projects so posting a full set of
>>>>>>> files that work out of cmake (ie a fully made build/ folder) would help a
>>>>>>> lot.
>>>>>>>
>>>>>>> Would you be able to ship me such a set of files?
>>>>>>>
>>>>>>> you already have them: clone of my repository [2] or blessed [3] and
>>>>>>> install latest ConfigurationOfCog
>>>>>>>
>>>>>>> best,
>>>>>>> Esteban
>>>>>>>
>>>>>>> [1]
>>>>>>> http://www.cmake.org/files/dev/cmake-2.8.7.20120405-gd2c9c-Darwin64-univers…
>>>>>>> [2] https://gitorious.org/~estebanlm/cogvm/cog-osx
>>>>>>> [3] https://gitorious.org/cogvm/blessed
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Philippe Back
>>>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>>>
>>>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>>>> http://philippeback.be
>>>>>
>>>>> High Octane SPRL
>>>>> rue cour Boisacq 101
>>>>> 1301 Bierges
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Mariano
>>>> http://marianopeck.wordpress.com
>>>>
>>>>
>>>
>>>
>>> --
>>> Philippe Back
>>> "Helping you hit the top 3 outcomes you really want to achieve"
>>>
>>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>>> http://philippeback.be
>>>
>>> High Octane SPRL
>>> rue cour Boisacq 101
>>> 1301 Bierges
>>>
>>>
>>>
>>
>>
>> --
>> Philippe Back
>> "Helping you hit the top 3 outcomes you really want to achieve"
>>
>> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
>> phil(a)highoctane.be | Web: http://philippeback.eu | Blog:
>> http://philippeback.be
>>
>> High Octane SPRL
>> rue cour Boisacq 101
>> 1301 Bierges
>>
>> <PharoScreenshot.3.png>
>>
>>
>>
>
>
> --
> Philippe Back
> "Helping you hit the top 3 outcomes you really want to achieve"
>
> Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil(a)highoctane.be| Web:
> http://philippeback.eu | Blog:
> http://philippeback.be
>
> High Octane SPRL
> rue cour Boisacq 101
> 1301 Bierges
>
> <2012-04-10_14-56-49-cmake.png>
>
>
>
--
Philippe Back
"Helping you hit the top 3 outcomes you really want to achieve"
Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:
phil(a)highoctane.be| Web:
http://philippeback.eu | Blog:
http://philippeback.be
High Octane SPRL
rue cour Boisacq 101
1301 Bierges
April 10, 2012