[Pharo-project] [ANN 1.1] One-Click 1.1 release
https://gforge.inria.fr/frs/download.php/27302/Pharo-1.1-OneClick.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On Jul 25, 2010, at 12:05 PM, Marcus Denker wrote:
https://gforge.inria.fr/frs/download.php/27302/Pharo-1.1-OneClick.zip
due to a small glicht (used the wrong zip, added macos meta data...) Sadly the gforge can not replace files and keep the same path... https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Why Pier.icns, PetitParser.icns and Seaside.icns files are included in the Contents/Resources directory ? On Sun, Jul 25, 2010 at 9:02 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Jul 25, 2010, at 12:05 PM, Marcus Denker wrote:
   https://gforge.inria.fr/frs/download.php/27302/Pharo-1.1-OneClick.zip
due to a small glicht (used the wrong zip, added macos meta data...)
Sadly the gforge can not replace files and keep the same path...
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip
-- Marcus Denker  -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
On Jul 26, 2010, at 9:06 AM, Serge Stinckwich wrote:
Why Pier.icns, PetitParser.icns and Seaside.icns files are included in the Contents/Resources directory ?
Because the one-click is based on Lukas' setup for Hudson auto-build... We should fix that for 1.2 Marcus
On Sun, Jul 25, 2010 at 9:02 PM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Jul 25, 2010, at 12:05 PM, Marcus Denker wrote:
https://gforge.inria.fr/frs/download.php/27302/Pharo-1.1-OneClick.zip
due to a small glicht (used the wrong zip, added macos meta data...)
Sadly the gforge can not replace files and keep the same path...
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On 26 July 2010 09:06, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
Why Pier.icns, PetitParser.icns and Seaside.icns files are included in the Contents/Resources directory ?
Wow, if this is the biggest concern :-) Anyway, I pushed out a new version that does not include these generic build-artifacts. Also it cleans up the root directory, it only contains three files now: - for Windows a .lnk file with the correct icon - for Linux a .sh file with the correct icon (probably works for Gnome only, and only appears after the first start) - readme.txt Lukas -- Lukas Renggli www.lukas-renggli.ch
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hm, the link doesn't work for me. I just get an empty response... Adrian On Jul 25, 2010, at 12:05 , Marcus Denker wrote:
https://gforge.inria.fr/frs/download.php/27302/Pharo-1.1-OneClick.zip
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Sun, Jul 25, 2010 at 4:02 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Hm, the link doesn't work for me. I just get an empty response...
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip works ok here
Adrian
On Jul 25, 2010, at 12:05 , Marcus Denker wrote:
https://gforge.inria.fr/frs/download.php/27302/Pharo-1.1-OneClick.zip
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2010/7/25 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sun, Jul 25, 2010 at 4:02 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Hm, the link doesn't work for me. I just get an empty response...
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip
works ok here
Works ok for me also. 9764 tests, 9693 passes, 53 expected failures, 17 failures, 1 error on Mac OS X 10.6.4. Most of the failures reported are inside RBSpellingRuleTest. Tests like: testPerfectSentence | result | result := self checker check: 'This is an english sentence without problems.'. self assert: result isCollection. self assert: result isEmpty could not work on my machine, because by default i'm using the french speller ... I made some modifications to switch the speller to english and came back to the original language after the tests. I put my modifications here: http://code.google.com/p/pharo/issues/detail?id=2714 After that all RBSpellingRuleTest are green. Regards, -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
On Mon, Jul 26, 2010 at 2:05 PM, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
2010/7/25 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sun, Jul 25, 2010 at 4:02 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Hm, the link doesn't work for me. I just get an empty response...
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip
works ok here
Works ok for me also.
9764 tests, 9693 passes, 53 expected failures, 17 failures, 1 error on Mac OS X 10.6.4. Most of the failures reported are inside RBSpellingRuleTest. Tests like:
testPerfectSentence     | result |     result := self checker         check: 'This is an english sentence without problems.'.     self assert: result isCollection.     self assert: result isEmpty
could not work on my machine, because by default i'm using the french speller ... I made some modifications to switch the speller to english and came back to the original language after the tests. I put my modifications here: http://code.google.com/p/pharo/issues/detail?id=2714
After that all RBSpellingRuleTest are green.
Hum in fact no ... there is still some problems. -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
I added the following methods: RBMacSpellChecker>>primitiveSetLanguage: data <primitive: 'primitiveSetLanguage' module: 'SpellingPlugin'> self primitiveFailed RBMacSpellChecker>>primitiveGetLanguage <primitive:'primitiveGetLanguage' module: 'SpellingPlugin'> self primitiveFailed I do not understand why : checker := RBMacSpellChecker new. checker primitiveSetLanguage: 'fr'. result := checker check: 'How are you ?'. checker primitiveSetLanguage: 'en'. result returns an OrderedCollection() and : checker := RBMacSpellChecker new. checker primitiveSetLanguage: 'fr'. checker primitiveGetLanguage. result := checker check: 'How are you ?'. checker primitiveSetLanguage: 'en'. result returns the correct answer: an OrderedCollection('How' 'you') Any ideas ? Something wrong with the SpellingPlugin ? On Mon, Jul 26, 2010 at 3:46 PM, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
On Mon, Jul 26, 2010 at 2:05 PM, Serge Stinckwich <serge.stinckwich@gmail.com> wrote:
2010/7/25 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sun, Jul 25, 2010 at 4:02 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
Hm, the link doesn't work for me. I just get an empty response...
https://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip
works ok here
Works ok for me also.
9764 tests, 9693 passes, 53 expected failures, 17 failures, 1 error on Mac OS X 10.6.4. Most of the failures reported are inside RBSpellingRuleTest. Tests like:
testPerfectSentence     | result |     result := self checker         check: 'This is an english sentence without problems.'.     self assert: result isCollection.     self assert: result isEmpty
could not work on my machine, because by default i'm using the french speller ... I made some modifications to switch the speller to english and came back to the original language after the tests. I put my modifications here: http://code.google.com/p/pharo/issues/detail?id=2714
After that all RBSpellingRuleTest are green.
Hum in fact no ... there is still some problems.
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Every DSL ends up being Smalltalk http://doesnotunderstand.org/
participants (5)
-
Adrian Lienhard -
Lukas Renggli -
Marcus Denker -
Mariano Martinez Peck -
Serge Stinckwich