[Pharo-dev] [pharo-project/pharo-core]

2013-12-04 Thread GitHub
Branch: refs/tags/30618 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 28388b: 30618

2013-12-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 28388b0732fe53dc90ace03d1d7fb813f2b5234e https://github.com/pharo-project/pharo-core/commit/28388b0732fe53dc90ace03d1d7fb813f2b5234e Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-04 Thread Stéphane Ducasse
On Dec 4, 2013, at 5:18 AM, Dennis Schetinin chae...@gmail.com wrote: This is the task I would really like to participate in. Although, just as you, I have no time at all, I still will find at least few hours a week :) welcome to our nice club of busy people

Re: [Pharo-dev] Slice 12324

2013-12-04 Thread Marcus Denker
On 03 Dec 2013, at 18:36, Stephan Eggermont step...@stack.nl wrote: Can anyone put it in place? Can’t seem to commit it I get an error when I try to copy it to the inbox, but saving it again worked. Marcus

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-04 Thread Attila Magyar
Sean P. DeNigris wrote Are you interested in integrating my changes into the current API? If so, I'll refactor them and clean them up. I personally would find it difficult to use the library without them. Coming from Ruby, a proper test double framework is the thing I miss most. Rspec was

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-04 Thread Frank Shearar
On 4 December 2013 10:01, Attila Magyar m.magy...@gmail.com wrote: Sean P. DeNigris wrote Are you interested in integrating my changes into the current API? If so, I'll refactor them and clean them up. I personally would find it difficult to use the library without them. Coming from Ruby, a

[Pharo-dev] Issue tracker: do not forget to change state to fix review needed

2013-12-04 Thread Marcus Denker
Hi, When submitting a fix, please do not forget to change the state of the issue. And issue with “work needed” yet a fix in the inbox will only be looked at by chance, and that chance is *very* low with 570 open issues… Marcus

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-04 Thread Sean P. DeNigris
The reason for my initial hesitation was that... in rspec, it is easy to stub out global class objects and... I don't think this is the right solution for the problem.  Ha ha, you were right to be cautious. I've been thinking for offer a year about how to do that without method wrappers. But I

Re: [Pharo-dev] [Pharo-users] Building Pharo using Interpreter Class

2013-12-04 Thread Kirstin Heidler
Hello Stephane, he tried several times last thursday. He also tried using Nabble which did not work. Nabble produced some error about him not having permission to post. However in the interface of Nabble it displays him as a well registered user, as far as I can judge. This is one of the

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-04 Thread Frank Shearar
On 4 December 2013 11:34, Sean P. DeNigris s...@clipperadams.com wrote: The reason for my initial hesitation was that... in rspec, it is easy to stub out global class objects and... I don't think this is the right solution for the problem. Ha ha, you were right to be cautious. I've been

Re: [Pharo-dev] Grease conflicts #packages with RPackage

2013-12-04 Thread Esteban Lorenzano
sorry, but I still do not understand why this is a problem. can you elaborate why it should not be more implementations? Esteban On Tue, Dec 3, 2013 at 3:25 PM, Stephan Eggermont step...@stack.nl wrote: I could copy the separate packages, but not the slice. Please note that the added test

Re: [Pharo-dev] Unifying Testing Ideas

2013-12-04 Thread Attila Magyar
I'll try. I think mocking the file system and other third party, low abstraction stuffs can lead brittle tests and duplications. For example we want to store certificate files in pem format in the file system. Mocking out the fs would look like this: file = mock('file')

Re: [Pharo-dev] Grease conflicts #packages with RPackage

2013-12-04 Thread Mariano Martinez Peck
Because many times you sent class side #packages as part of RPackage framework. But...if you have other class side #packages that answer something different...then you are screw. See my original post: http://forum.world.st/Re-Grease-conflicts-packages-with-RPackage-td4706911.html On Wed, Dec 4,

Re: [Pharo-dev] Grease conflicts #packages with RPackage

2013-12-04 Thread Esteban Lorenzano
and why is a problem for us and for grease? On Wed, Dec 4, 2013 at 1:09 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Because many times you sent class side #packages as part of RPackage framework. But...if you have other class side #packages that answer something different...then

Re: [Pharo-dev] Grease conflicts #packages with RPackage

2013-12-04 Thread Mariano Martinez Peck
For us because there are 4 or 5 class side #packages IN PHARO, not grease. On Wed, Dec 4, 2013 at 9:11 AM, Esteban Lorenzano esteba...@gmail.comwrote: and why is a problem for us and for grease? On Wed, Dec 4, 2013 at 1:09 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Because

Re: [Pharo-dev] Grease conflicts #packages with RPackage

2013-12-04 Thread Marcus Denker
On 04 Dec 2013, at 13:11, Esteban Lorenzano esteba...@gmail.com wrote: and why is a problem for us and for grease? because people want to say MyClass package and get back the RPackage that the class is in... On Wed, Dec 4, 2013 at 1:09 PM, Mariano Martinez Peck marianop...@gmail.com

Re: [Pharo-dev] 12259: FileSystem memory reads writesusing a binary stream by default

2013-12-04 Thread Max Leske
Let me see what I can come up with. On 03.12.2013, at 19:36, Damien Cassou damien.cas...@gmail.com wrote: Thanks Max for the report. Do you have an idea on how we could solve the problem ? The previous behaviour was not acceptable either because the streams that came out of a memory

Re: [Pharo-dev] Grease conflicts #packages with RPackage

2013-12-04 Thread Stephan Eggermont
Esteban wrote: sorry, but I still do not understand why this is a problem. can you elaborate why it should not be more implementations? It breaks the system. You can no longer use senders. So currently, all Moose and Seaside based 3.0 images are somewhat unusable. Stephan

Re: [Pharo-dev] Grease conflicts #packages with RPackage

2013-12-04 Thread Esteban Lorenzano
senders of what? I can use senders. On Wed, Dec 4, 2013 at 1:34 PM, Stephan Eggermont step...@stack.nl wrote: Esteban wrote: sorry, but I still do not understand why this is a problem. can you elaborate why it should not be more implementations? It breaks the system. You can no longer

Re: [Pharo-dev] Slice 12324

2013-12-04 Thread Stephan Eggermont
I tried committing/copying an updated slice, but am unable to get it into the Pharo30Inbox, even though I can copy packages in it. Is this a known issue? Stephan

Re: [Pharo-dev] Slice 12324

2013-12-04 Thread Esteban Lorenzano
nope... you should be able to commit the slice without problems. On Wed, Dec 4, 2013 at 1:40 PM, Stephan Eggermont step...@stack.nl wrote: I tried committing/copying an updated slice, but am unable to get it into the Pharo30Inbox, even though I can copy packages in it. Is this a known issue?

[Pharo-dev] [pharo-project/pharo-core] c77929: 30619

2013-12-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: c779295fe80c6a7ada92f2ba73f0b09ee9571a4e https://github.com/pharo-project/pharo-core/commit/c779295fe80c6a7ada92f2ba73f0b09ee9571a4e Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
Dear Friends and Colleagues, We are happy to (officially) announce Roassal 3d. Roassal 3d is about creating and animating 3d scenes. It is meant to visualize data. Roassal 3d recently got textures, translucence, additional layouts and various light models. It would be great to receive

[Pharo-dev] Komitter

2013-12-04 Thread Yuriy Tymchuk
Hi guys, I’m very impressed with the new Komitter tool that I’ve found in Pharo today. It’s a really important tool that we really need. It’s amazing that you can at last see what is changed and pick what you want to commit. Also the startup gear animation is cool. Only one question: should I

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread kilon alios
hey congratulations on your release. Which opengl version you use for Roassal 3d ? On Wed, Dec 4, 2013 at 3:29 PM, Alexandre Bergel alexandre.ber...@me.comwrote: Dear Friends and Colleagues, We are happy to (officially) announce Roassal 3d. Roassal 3d is about creating and animating 3d

Re: [Pharo-dev] Komitter

2013-12-04 Thread Pavel Krivanek
Hi, I think that you need firstly to open Monticello and add your user name and password to the Pharo Inbox repository settings. -- Pavel 2013/12/4 Yuriy Tymchuk yuriy.tymc...@me.com Hi guys, I’m very impressed with the new Komitter tool that I’ve found in Pharo today. It’s a really

Re: [Pharo-dev] Komitter

2013-12-04 Thread Roberto Minelli
I am actually using it since 2 days. Cool work! Cheers, R On Dec 4, 2013, at 2:42 PM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I did not annonce it yet since some features are missing, and few bugs needs to be fixed (actually the slice are waiting to be integrated :P) the

[Pharo-dev] StartupAction and StartupLoader

2013-12-04 Thread Roberto Minelli
Hi, Is there any way to specify the order of the preferences? Now I put a couple of .st files in my ~/Library/Preferences/pharo folder containing calls to StartupLoader default executeAtomicItems: { StartupAction name: 'Setting my preferences...' code: [ … ] and I am wondering if

Re: [Pharo-dev] Komitter

2013-12-04 Thread Yuriy Tymchuk
On 04 Dec 2013, at 14:42, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I did not annonce it yet since some features are missing, and few bugs needs to be fixed (actually the slice are waiting to be integrated :P) the repository problem is an issue with the credentials. The slice is

Re: [Pharo-dev] StartupAction and StartupLoader

2013-12-04 Thread Benjamin
I do not think so :P Ben On 04 Dec 2013, at 14:45, Roberto Minelli roberto.mine...@usi.ch wrote: Hi, Is there any way to specify the order of the preferences? Now I put a couple of .st files in my ~/Library/Preferences/pharo folder containing calls to StartupLoader default

Re: [Pharo-dev] Komitter

2013-12-04 Thread Benjamin
I will give a try later today :P Ben On 04 Dec 2013, at 14:47, Yuriy Tymchuk yuriy.tymc...@me.com wrote: On 04 Dec 2013, at 14:42, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I did not annonce it yet since some features are missing, and few bugs needs to be fixed (actually

Re: [Pharo-dev] Komitter

2013-12-04 Thread Yuriy Tymchuk
Thanks once more for your effort. This is a really important tool for me. Uko On 04 Dec 2013, at 14:52, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I will give a try later today :P Ben On 04 Dec 2013, at 14:47, Yuriy Tymchuk yuriy.tymc...@me.com wrote: On 04 Dec 2013, at

Re: [Pharo-dev] Komitter

2013-12-04 Thread Esteban Lorenzano
On Wed, Dec 4, 2013 at 2:47 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: On 04 Dec 2013, at 14:42, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I did not annonce it yet since some features are missing, and few bugs needs to be fixed (actually the slice are waiting to be integrated

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Tudor Girba
Great! Doru On Wed, Dec 4, 2013 at 2:29 PM, Alexandre Bergel alexandre.ber...@me.comwrote: Dear Friends and Colleagues, We are happy to (officially) announce Roassal 3d. Roassal 3d is about creating and animating 3d scenes. It is meant to visualize data. Roassal 3d recently got textures,

Re: [Pharo-dev] Komitter

2013-12-04 Thread Yuriy Tymchuk
On 04 Dec 2013, at 14:56, Esteban Lorenzano esteba...@gmail.com wrote: On Wed, Dec 4, 2013 at 2:47 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: On 04 Dec 2013, at 14:42, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I did not annonce it yet since some features are missing,

[Pharo-dev] [pharo-project/pharo-core] 8868cb: 30620

2013-12-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 8868cb330f982ca2d1c6041c3355a9dade9efbc9 https://github.com/pharo-project/pharo-core/commit/8868cb330f982ca2d1c6041c3355a9dade9efbc9 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2013-12-04 Thread GitHub
Branch: refs/tags/30620 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] 12259: FileSystem memory reads writesusing a binary stream by default

2013-12-04 Thread Sven Van Caekenberghe
On 04 Dec 2013, at 13:14, Max Leske maxle...@gmail.com wrote: Let me see what I can come up with. To be somewhat compatible with existing streams, your memory stream should have the concept of ‘i am binary or textual’ and be able to switch in-place between these two states (#binary, #ascii).

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread p...@highoctane.be
Awesome! Looks like Ronie indeed worked a lot to get this. Kudos! I am eager to be the 19th to learn more about Moose things ( http://www.lifl.fr/~etien/MooseDay.html). Phil On Wed, Dec 4, 2013 at 2:29 PM, Alexandre Bergel alexandre.ber...@me.comwrote: Dear Friends and Colleagues, We are

[Pharo-dev] [Nautilus] Selecting package

2013-12-04 Thread Roberto Minelli
Hi guys, I recently moved my tool to Pharo 3 and I am experiencing problems with the Nautilus. Long story sort: Why the argument of Nautilus#selectedPackage: aPackage is *not* a package but some weird PackageTreeSelection or subclass of it? I don’t followed (unfortunately) the evolution of

Re: [Pharo-dev] Convert to Athens

2013-12-04 Thread J.F. Rick
I'm facing some problems with AthensWrapMorph. Basically, when I add a morph, I can't change its position. It just stays in the top left. Whatever I try to do to change its position (self position: 100@100) does not work. Cheers, Jeff On Wed, Nov 20, 2013 at 5:04 PM, J.F. Rick s...@je77.com

Re: [Pharo-dev] Komitter

2013-12-04 Thread Stéphane Ducasse
+1 Thanks once more for your effort. This is a really important tool for me. Uko

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Stéphane Ducasse
ronie will visit us at lille for a month starting 31 of December. Stef On Dec 4, 2013, at 4:02 PM, p...@highoctane.be wrote: Awesome! Looks like Ronie indeed worked a lot to get this. Kudos! I am eager to be the 19th to learn more about Moose things

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Stéphane Ducasse
Alex what about taking the doc and turning it in pier syntax? Stef On Dec 4, 2013, at 2:29 PM, Alexandre Bergel alexandre.ber...@me.com wrote: Dear Friends and Colleagues, We are happy to (officially) announce Roassal 3d. Roassal 3d is about creating and animating 3d scenes. It is

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Ronie Salgado
Roassal 3D Its designed to work with OpenGL 2.x, however latest versions have been tested with OpenGL 4.x. Supporting multiples versions of OpenGL and taking advantage of the available hardware when possible, its always on the plans. Greetings, Ronie Salgado 2013/12/4 kilon alios

Re: [Pharo-dev] Convert to Athens

2013-12-04 Thread J.F. Rick
Here's a piece of code to demonstrate the problem: AthensWrapMorph new extent: 300@300; addMorph: (Morph new position: 100@100; extent: 100@100; yourself); openInWorld. I think this should draw a blue square at 100@100. Instead, it draws a blue square at 0@0. What am I doing wrong? Cheers,

Re: [Pharo-dev] [Moose-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
Would be great to do that. I guess we would easily get the latex version from this right? How should we start? Which Pier installation can we use for this? Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

Re: [Pharo-dev] Convert to Athens

2013-12-04 Thread Igor Stasenko
On 20 November 2013 17:04, J.F. Rick s...@je77.com wrote: Thanks. It works. I already have found a few bugs and one thing I don't understand. (1) A few Paint things seem to implement athensFillRectangle:on: and athensFillPath:on: rather than fillRectangle:on: and fillPath:on:. It seems like

Re: [Pharo-dev] [Moose-dev] [ANN] Roassal 3d

2013-12-04 Thread Stéphane Ducasse
Would be great to do that. I guess we would easily get the latex version from this right? this is automatic :) and the HTML version and the md version even if some bugs should be fixed. How should we start? Which Pier installation can we use for this? everything is explained on github

Re: [Pharo-dev] [Nautilus] Selecting package

2013-12-04 Thread Stéphane Ducasse
On Dec 4, 2013, at 4:10 PM, Roberto Minelli roberto.mine...@usi.ch wrote: Hi guys, I recently moved my tool to Pharo 3 and I am experiencing problems with the Nautilus. Long story sort: Why the argument of Nautilus#selectedPackage: aPackage is *not* a package but some weird

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Stephan Eggermont
Nice! I directly tried it loading into 30618 with te latest vm on OS X Mavericks. When loading the configuration as shown in the manual, there was a complaint about a class not found yet. The examples showed up fine though. They look great. The first one with the square/cube I couldn’t get the

Re: [Pharo-dev] 12259: FileSystem memory reads writesusing a binary stream by default

2013-12-04 Thread Nicolas Cellier
Here would be the Xtream way IMHO: 1) At the end, the file should be handled as binary. 2) A facade BivalentReadStream (and BivalentWriteStream) would be created, able to switch encoding 3) The implementation would be to wrap either directly over the binary stream, or indirectly over an encoded

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Stéphane Ducasse
AnUnknownClass subclass: #Adaptor1Example instanceVariableNames: 'customers accountID address name phoneNumber' classVariableNames: '' poolDictionaries: '' category: 'Examples-Cookbook' executes the default action for OCUndeclaredVariableWarning, which is

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Torsten Bergmann
Hi Alexandre, Ronie, Milton, first: this is a cool project! Then a few comments: 1. When using the script in a fresh Pharo3.0 Latest update: #30620 it complains: This package depends on the following classes: ROAthensMorph You must resolve these

Re: [Pharo-dev] Komitter

2013-12-04 Thread Nicolas Cellier
Does Kommitter enables partial commits (cherry picking) for a package? If so, my question is how does it deal with MC ancestry? Imagine I have a package- A.247 from my-trunk. I merge some A.312 from my-work repository with work in progress. Now I want to cherry pick the changes which are OK, and

Re: [Pharo-dev] Komitter

2013-12-04 Thread Stéphane Ducasse
Nicolas From what I understand Kommitter just filters the entities that will be passed as modified and as such does not change the ancestry of a package. Stef On Dec 4, 2013, at 8:12 PM, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: Does Kommitter enables partial commits

Re: [Pharo-dev] Komitter

2013-12-04 Thread Nicolas Cellier
Err, from a fresh image, we should not merge A.313 but adopt it in our ancestry, else merging will remove all the pending changes... 2013/12/4 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com Does Kommitter enables partial commits (cherry picking) for a package? If so, my question is how

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Marcus Denker
On 04 Dec 2013, at 20:02, Stéphane Ducasse stephane.duca...@inria.fr wrote: AnUnknownClass subclass: #Adaptor1Example instanceVariableNames: 'customers accountID address name phoneNumber' classVariableNames: '' poolDictionaries: '' category:

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread milton mamani
Hi Alexandre, Ronie, Milton, first: this is a cool project! Then a few comments: 1. When using the script in a fresh Pharo3.0 Latest update: #30620 it complains: This package depends on the following classes: ROAthensMorph You must resolve these dependencies before you

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Marcus Denker
On 04 Dec 2013, at 20:30, milton mamani akeval...@gmail.com wrote: 3. Providing a script is so old style and hard to remember - why not define a #stable and put your config into MetaRepoForPharo30 So others can easily load it via ConfigurationBrowser with a few clicks in a

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Stéphane Ducasse
As a clear example, this is just bad that each time we want to change the UI message we have to change the compiler exception. ugly at wish. I have no cycle to fix that now. I will check if I can get something in UndefinedObject so that I can continue to work on my task. The whole

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Marcus Denker
On 04 Dec 2013, at 20:34, Stéphane Ducasse stephane.duca...@inria.fr wrote: As a clear example, this is just bad that each time we want to change the UI message we have to change the compiler exception. ugly at wish. I have no cycle to fix that now. I will check if I can get something

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Stéphane Ducasse
Ok I will check something on UndefinedObject to start with. Then it would be fun to prototype a kind of strategy hiearchy on the side (extracted from also) behavior of OCSemanticsError It was nice to see it and since now I'm ok to have a look at the compiler code it was interesting.

[Pharo-dev] [pharo-project/pharo-core]

2013-12-04 Thread GitHub
Branch: refs/tags/30621 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 4f381f: 30621

2013-12-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 4f381f0027728a768390f2f648edbdb1ac123088 https://github.com/pharo-project/pharo-core/commit/4f381f0027728a768390f2f648edbdb1ac123088 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [update 3.0] #30621

2013-12-04 Thread Stéphane Ducasse
30621 - - issue 12317: Better way to let the user handle missing class when loading code https://pharo.fogbugz.com/f/cases/12317/Better-way-to-let-the-user-handle-missing-class-when-loading-code - issue 12335: Some fixes https://pharo.fogbugz.com/f/cases/12335/Some-fixes

[Pharo-dev] Committing slices to Pharo30Inbox still doesn't work for me

2013-12-04 Thread Stephan Eggermont
Here’s a new slice, the corresponding packages are in the inbox. SLICE-Issue-12324-There-should-be-no-class-side-implementations-of-packages-except-for-ClassDescription-StephanEggermont.2.mcz Description: Binary data

Re: [Pharo-dev] Komitter

2013-12-04 Thread Benjamin
On 04 Dec 2013, at 20:12, Nicolas Cellier nicolas.cellier.aka.n...@gmail.com wrote: Does Kommitter enables partial commits (cherry picking) for a package? If so, my question is how does it deal with MC ancestry? Imagine I have a package- A.247 from my-trunk. I merge some A.312 from my-work

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Nicolas Cellier
Steph, each time you want to evaluate something, do you agree that this involves - a parse phase of the expression you want to evaluate to create an AST - a code generation phase from AST - bytecodes to generate a CompiledMethod - the evaluation phase itself which evaluates above CompiledMethod

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
Hi Stephan! Nice! Thanks! When loading the configuration as shown in the manual, there was a complaint about a class not found yet. Sorry about that. An incorrect version contained in a baseline went through our tests. The problem is now fixed. The examples showed up fine though. They

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Nicolas Cellier
I forgot to add that the OCUndeclaredVariableWarning was already handled at semantic analysis. Do you suggest that default behavior should be to handle and retry instead of handle and return? One way to achieve what you are asking would be to initialize the Undeclared entry to some kind of

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Alexandre Bergel
3. Providing a script is so old style and hard to remember - why not define a #stable and put your config into MetaRepoForPharo30 So others can easily load it via ConfigurationBrowser with a few clicks in a fresh image. even better: have a jerkins build where people can

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Clément Béra
2013/12/4 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com I forgot to add that the OCUndeclaredVariableWarning was already handled at semantic analysis. This is not the case. The OCUndeclaredVariableWarning is handled in the default action. Therefore anyone can catch it. In this case for

Re: [Pharo-dev] [ANN] Roassal 3d

2013-12-04 Thread Torsten Bergmann
3. Providing a script is so old style and hard to remember - why not define a #stable and put your config into MetaRepoForPharo30 So others can easily load it via ConfigurationBrowser with a few clicks in a fresh image. Yes! You’re very right. Can you add me as a

Re: [Pharo-dev] Convert to Athens

2013-12-04 Thread J.F. Rick
I've updated to the latest of Athens and I still get this bug, except now the square appears at 0@1. Cheers, Jeff On Wed, Dec 4, 2013 at 6:35 PM, J.F. Rick s...@je77.com wrote: Here's a piece of code to demonstrate the problem: AthensWrapMorph new extent: 300@300; addMorph: (Morph new

Re: [Pharo-dev] 12259: FileSystem memory reads writesusing a binary stream by default

2013-12-04 Thread Max Leske
Thanks for the input. The problem with ReadStream and WriteStream is that they (at least in 2.0 and 3.0) never supported switching in the first place. #binary and #ascii simply answer self. That means the collection the stream operates on predetermines the output. I’ve noticed a couple of

[Pharo-dev] Smalltalker meeting at Prague

2013-12-04 Thread Stéphane Ducasse
Hi guys I will be at Prague teaching from 9 to 13 december and we can organise a Smalltalker gathering for example after work. Tell me if you are interested. Stef

[Pharo-dev] Lectures at Prague

2013-12-04 Thread Stéphane Ducasse
Alive and Kicking This presentation will discuss some successes stories around Smalltalk such AMD 64 bits, OOCL (http://www.oocl.com/), MediaGenix (www.mediagenix.tv), LAMRC (http://www.lamrc.com), netstyle.ch or yesplan.be. Then I will talk about Pharo and the recent advances in Pharo 20 and

Re: [Pharo-dev] Committing slices to Pharo30Inbox still doesn't work for me

2013-12-04 Thread Marcus Denker
It would be nice if someone else but me could do this… small things like this can suck away *all* time if only one person does them. (and no, I *never* had problems to submit a slice…) On 04 Dec 2013, at 20:54, Stephan Eggermont step...@stack.nl wrote: Here’s a new slice, the corresponding

Re: [Pharo-dev] Committing slices to Pharo30Inbox still doesn't work for me

2013-12-04 Thread Max Leske
Noted. Thanks Marcus. On 05.12.2013, at 08:10, Marcus Denker marcus.den...@inria.fr wrote: It would be nice if someone else but me could do this… small things like this can suck away *all* time if only one person does them. (and no, I *never* had problems to submit a slice…) On 04

Re: [Pharo-dev] 12259: FileSystem memory reads writesusing a binary stream by default

2013-12-04 Thread Stéphane Ducasse
On Dec 5, 2013, at 7:48 AM, Max Leske maxle...@gmail.com wrote: Thanks for the input. The problem with ReadStream and WriteStream is that they (at least in 2.0 and 3.0) never supported switching in the first place. #binary and #ascii simply answer self. That means the collection the

Re: [Pharo-dev] [Nautilus] Selecting package

2013-12-04 Thread Stéphane Ducasse
Hi Stef, I spoke with Esteban before, however thanks for the clarification. IMHO however the current structure is confusing, and names are misleading. The thing about packages, categories, namespaces and what not has always been not perfect for me, nor in Pharo nor in many other PLs.

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Stéphane Ducasse
On Dec 4, 2013, at 10:02 PM, Clément Bera bera.clem...@gmail.com wrote: It didn't halt on your machine because you didn't copy and paste the code that halts (i guess I wrote too much code in the mail so it was not clear). You copied the code that I explicitly said that doesn't halt because

[Pharo-dev] [pharo-project/pharo-core] 2a2066: 30622

2013-12-04 Thread GitHub
Branch: refs/heads/3.0 Home: https://github.com/pharo-project/pharo-core Commit: 2a2066a1c5cc797ddd25e470115ab7ed577d3afd https://github.com/pharo-project/pharo-core/commit/2a2066a1c5cc797ddd25e470115ab7ed577d3afd Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2013-12-04 Thread GitHub
Branch: refs/tags/30622 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Opal hook?

2013-12-04 Thread Stéphane Ducasse
Hi nicolas I forgot to add that the OCUndeclaredVariableWarning was already handled at semantic analysis. Do you suggest that default behavior should be to handle and retry instead of handle and return? I suggest that we can define what is the behavior of handling an exceptional cases.

Re: [Pharo-dev] Committing slices to Pharo30Inbox still doesn't work for me

2013-12-04 Thread Stéphane Ducasse
Hi stefan this is strange why would you be the only one that cannot commit slices? Can you do a controlled experience? Stef On Dec 4, 2013, at 8:56 PM, Stephan Eggermont step...@stack.nl wrote: Here’s a new slice, the corresponding packages are in the inbox.