Re: [Pharo-dev] Announcements in Nautilus

2015-09-04 Thread Christophe Demarey
Le 4 sept. 2015 à 09:22, Yuriy Tymchuk a écrit : > Hi, > > I find announcements in Nautilus a bit strange. I guess you are familiar with > QualityAssistant. To display the critics about the currently selected entity > I need to know which one is selected. There is NautilusMethodSelected and

Re: [Pharo-dev] Need a decision on subString: vs substring:

2015-09-04 Thread Christophe Demarey
I don't like so much compatibility packages because people will not update their code and expect the compatibility package to always work. Why not just use what Marcus did for deprecations? Create a rule to transform ANSI Smalltalk to Pharo "magicly'? Le 3 sept. 2015 à 22:44, Gabriel Cotelli a

Re: [Pharo-dev] Image and bootstrap dependencies

2015-09-10 Thread Christophe Demarey
Hi Ben, Le 9 sept. 2015 à 16:03, Ben Coman a écrit : > The interactive graph is cool. Some suggestions: > * Mark nodes of dependencies you want to prune in red. yes, I will add it ASAP > * Allow nodes to be pinned >* http://bl.ocks.org/GerHobbelt/3637711 very good idea. TBH, I justa

Re: [Pharo-dev] Image and bootstrap dependencies

2015-09-10 Thread Christophe Demarey
: > Hi, > > Very interesting. > > Could you detail which information you use for building the edges? > > Cheers, > Doru > > > > On Wed, Sep 9, 2015 at 11:33 AM, Christophe Demarey > <christophe.dema...@inria.fr> wrote: > Hi, > > We now hav

Re: [Pharo-dev] Image and bootstrap dependencies

2015-09-10 Thread Christophe Demarey
Le 10 sept. 2015 à 15:31, Tudor Girba a écrit : > Hi, > > Ok, I understand that part, but my question was: what code relationships does > the analyzer take into account? Supported dependencies are: inheritance: you inherit from a class of another package reference: there is an explicit

Re: [Pharo-dev] Image and bootstrap dependencies

2015-09-10 Thread Christophe Demarey
Hi Craig, Le 9 sept. 2015 à 11:53, Craig Latta a écrit : > > Hoi Christophe-- > >> We now have a best overview of bootstrap dependencies. > > That's a pretty grim picture. :) Can you post a movie of you > picking through that ball of connections? (E.g., with the search feature > as you

Re: [Pharo-dev] Image and bootstrap dependencies

2015-09-10 Thread Christophe Demarey
I updated the graph. There is now: dependencies to remove in red if you double-click on a node, you only see links where the node is involved. Le 10 sept. 2015 à 13:30, Ben Coman a écrit : > On Thu, Sep 10, 2015 at 3:54 PM, Christophe Demarey > <christophe.dema...@inria.fr> wrot

Re: [Pharo-dev] SyntaxError: parentheses; cascades and yourself (Opal vs. old compilers parser)

2015-09-16 Thread Christophe Demarey
The PackageAnalyzer is now maintained by me (especially because it is so usefull for the bootstrap). I just fixed that. Indeed, the code was wrong. Christophe Le 16 sept. 2015 à 15:05, Nicolai Hess a écrit : > OK, I think Sven is right and a cascade needs at least one message send > > "self ;

Re: [Pharo-dev] Remove rule "References an abstract class"

2015-09-17 Thread Christophe Demarey
yes the problem with rules comes when the rule add more noise than is helpful. If you do not want to remove this rule because it is useful in some cases, maybe the rule could check only these specific situations to do not add noise in others. Le 17 sept. 2015 à 10:37, Yuriy Tymchuk a écrit : >

[Pharo-dev] EncodedCharSets

2015-09-17 Thread Christophe Demarey
Hi again, Does anyone know the rationale behind this? declareEncodedCharSet: anEncodedCharSetOrLanguageEnvironmentClass atIndex: aNumber EncodedCharSets at: aNumber put: anEncodedCharSetOrLanguageEnvironmentClass "this method is used to modularize the old

[Pharo-dev] About the Unicode class

2015-09-17 Thread Christophe Demarey
Hi, Does anyone know why there are so many class variables in Unicode and what they are used for? Most of them have no sender. EncodedCharSet subclass: #Unicode instanceVariableNames: '' classVariableNames: 'Cc Cf Cn Co Cs DecimalProperty GeneralCategory Ll Lm Lo Lt Lu Mc Me Mn

Re: [Pharo-dev] Running a test method in Nautilus

2015-09-11 Thread Christophe Demarey
I do experience the same thing with Guille today. Before, Nautilus ran twice the method for a failed test: one to get the status of the test and another one for the debugger. Maybe in Nautilus cleanup, it was removed. Le 11 sept. 2015 à 16:34, Peter Uhnák a écrit : > If the test fail, it does

Re: [Pharo-dev] [pharo-project/pharo-core] 07c9a0: 50344

2015-09-30 Thread Christophe Demarey
This builds also breaks the browsing of users of a variable in Nautilus. See https://pharo.fogbugz.com/f/cases/16668/Variables-button-throws-KeynotFound-when-a-variable-is-selected Le 28 sept. 2015 à 15:41, GitHub a écrit : > Branch: refs/heads/5.0 > Home:

Re: [Pharo-dev] 16666 CI validation Failure misreported as Success

2015-09-30 Thread Christophe Demarey
- Mail original - > De: "Ben Coman" > À: "Pharo Development List" > Envoyé: Mercredi 30 Septembre 2015 14:14:06 > Objet: Re: [Pharo-dev] 1 CI validation Failure misreported as Success > > I've documented five cases now. One was a

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-28 Thread Christophe Demarey
Le 28 sept. 2015 à 13:57, Ben Coman a écrit : > On Mon, Sep 28, 2015 at 2:43 PM, Thierry Goubier > wrote: >> Le 28/09/2015 04:27, Ben Coman a écrit : >>> >>> >>> I have a vague recollection that the problem was a particular file >>> where data changed each commit

Re: [Pharo-dev] TextAttributes in source code or class comment?

2015-09-22 Thread Christophe Demarey
Le 22 sept. 2015 à 07:49, philippe.b...@highoctane.be a écrit : > > Le 22 sept. 2015 07:40, "Sven Van Caekenberghe" a écrit : > > > > > > > On 21 Sep 2015, at 23:53, stepharo wrote: > > > > > > I think that having metadata (style) language and data (source

[Pharo-dev] Bitmap VS WordArray in System-Hashing

2015-09-18 Thread Christophe Demarey
Hi, With Max M., we try to kill the dependency between System-Hashing to Graphics - Display Objects. The dependency is there because SHA1 and SHA256 use the Bitmap class to store raw data. We came to replace the use of Bitmap by a WordArray. Tests are still working. Could someone tell us if

Re: [Pharo-dev] EncodedCharSets

2015-09-18 Thread Christophe Demarey
Thanks all for your explanations. It looks like there are still a lot of things to clean. Christophe Le 17 sept. 2015 à 19:26, Eliot Miranda a écrit : > Hi Christophe, > > On Thu, Sep 17, 2015 at 7:09 AM, Christophe Demarey > <christophe.dema...@inria.fr> wrote: > Hi ag

[Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2015-12-04 Thread Christophe Demarey
Hi, Guillermo, Pablo and I started to work on a new implementation for the image startup / shutdown list. The old implementation misses domain objects, polluted the SmalltalkImage class and introduced crazy dependencies to other packages. So, what is Session Manager? a replacement of the

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2015-12-05 Thread Christophe Demarey
- Mail original - > De: "Nicolai Hess" > À: "Pharo Development List" > Envoyé: Vendredi 4 Décembre 2015 22:05:26 > Objet: Re: [Pharo-dev] SessionManager (aka new startup / shutdown list > manager) needs testers > Looks good. What are

Re: [Pharo-dev] context mirror primitives

2016-01-05 Thread Christophe Demarey
Le 6 janv. 2016 à 08:11, Marcus Denker a écrit : > >> On 05 Jan 2016, at 21:04, stepharo wrote: >> >> All the Inria integration got a problem and this is restarting to work. >> So we will get there. >> > > Something is still broken: > > https://ci.inria.fr/pharo/ > > all

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-09 Thread Christophe Demarey
Not yet tested but looks good. I just noticed it misses the "run to here" action. Le 9 janv. 2016 à 11:01, Esteban Lorenzano a écrit : > again re-send because of exceed limits with the image (that’s new?) > > with a small tweak, texts (AND icons :P): > > > > > would that be aceptable for

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-09 Thread Christophe Demarey
Hi, It is impossible to satisfy everyone. What I would suggest is to have text + icons as default and a preference to only have icons. Christophe Le 9 janv. 2016 à 14:30, Dimitris Chloupis a écrit : > Which brings us to my question, where did tooltips go ? Squeak had them and > then they

Re: [Pharo-dev] Bug with latest image of Pharo 5

2015-11-27 Thread Christophe Demarey
Le 27 nov. 2015 à 12:28, Nicolai Hess a écrit : > > > Wow what an awful bug, it turned you whole screen in ugly blue! > :) likea windows system error smime.p7s Description: S/MIME cryptographic signature

[Pharo-dev] Re : Re: Metacello load script won't update the configuration

2015-11-23 Thread Christophe Demarey
I did the configuration 2 months ago but was not integrated because of some critics rules failing. And some of them are not valid for a project supporting many smalltalk and many versions. I synchronized all the code and tests were green. The code is not worst as the current metacello version so

Re: [Pharo-dev] what happened to the monkey

2015-12-01 Thread Christophe Demarey
Le 30 nov. 2015 à 15:37, Stephan Eggermont a écrit : > On 30-11-15 11:06, Nicolai Hess wrote: >> no issue validation since last weekend. > > We now get timeout within a few minutes yes Jenkins messed up build numbers now back to normal smime.p7s Description: S/MIME cryptographic

Re: [Pharo-dev] what happened to the monkey

2015-11-30 Thread Christophe Demarey
jenkins slaves connection were lost. I restarted Jenkins and everything looks ok now. Le 30 nov. 2015 à 11:06, Nicolai Hess a écrit : > no issue validation since last weekend. smime.p7s Description: S/MIME cryptographic signature

Re: [Pharo-dev] Re : Re: Metacello load script won't update the configuration

2015-11-24 Thread Christophe Demarey
Le 23 nov. 2015 à 20:32, Marcus Denker a écrit : > >> On 23 Nov 2015, at 16:25, Christophe Demarey <christophe.dema...@inria.fr> >> wrote: >> >> I did the configuration 2 months ago but was not integrated because of some >> critics rules failing. And s

Re: [Pharo-dev] gtdebugger in pharo 5.0

2016-01-11 Thread Christophe Demarey
Le 9 janv. 2016 à 23:10, Tudor Girba a écrit : > Hi, > >> On Jan 9, 2016, at 3:29 PM, Christophe Demarey <christophe.dema...@inria.fr> >> wrote: >> >> Not yet tested but looks good. > > Thanks. > >> I just noticed it mis

Re: [Pharo-dev] Understanding Spotter?

2016-01-12 Thread Christophe Demarey
Hi Doru, Definitely, it would be a great addition. I really like spotter but I still need to open some browser or playground to search implementors or senders. This feature + a way to perform exact match will avoid to open extra windows and to loose time. Keep pushing, Christophe Le 11 janv.

Re: [Pharo-dev] spotter usage - a rough analysis of categories

2016-06-10 Thread Christophe Demarey
> Le 10 juin 2016 à 09:47, Guille Polito a écrit : > > I use spotter a lot as well. It is actually my default entry point to the > system. It superseeded the searches in Nautilus, and most of the searches > that I used to start in the workspace. The same for me.

Re: [Pharo-dev] [ANN] Enterprise Pharo book is released!

2016-06-14 Thread Christophe Demarey
> Le 14 juin 2016 à 15:34, Damien Cassou a écrit : > > On June 14, 2016 9:06:43 AM GMT+02:00, Torsten Bergmann > wrote: >> Nice! >> >> Note that the link "Deployment" on the >> http://files.pharo.org/books/enterprise-pharo/ >> page is broken. Anyone

Re: [Pharo-dev] [Moose-dev] Re: How to run Mondrian code

2016-06-01 Thread Christophe Demarey
> Le 1 juin 2016 à 13:05, Ben Coman <b...@openinworld.com> a écrit : > > On Wed, Jun 1, 2016 at 2:31 PM, Christophe Demarey > <christophe.dema...@inria.fr> wrote: >> Hi, >> >> I do not think it is a good idea to silently download in headless mo

[Pharo-dev] Re : Re: [Pharo-users] Pharo Launcher

2016-06-17 Thread Christophe Demarey
Yes. It was that. Thanks - Sean P. DeNigris a écrit : > demarey wrote > > Now fixed > > Was that due to the #vm40Path being incorrectly set? I was going to report > that... > > > > - > Cheers, > Sean > -- > View this message in context: >

Re: [Pharo-dev] SessionManager and SystemSettings?

2016-06-23 Thread Christophe Demarey
What happens if you execute 'SystemSettingsPersistence resumeSystemSettings’ in a 60103 image? If nothing happens, it could be that 'SystemSettingsPersistence instVarNamed: ‘alreadyResumed’’ is true I checked the startupList and PharoCommandLineHandler>>#runPreferences but nothing changed

Re: [Pharo-dev] [Need help with Monkey] Removing Object>>name

2016-02-09 Thread Christophe Demarey
Le 9 févr. 2016 à 14:12, Guille Polito a écrit : > However, now that we found that something was missing in the startup list, we > should check for others... There are currently 3 classes not registered in the startup list: #SystemSettingsPersistence #MCGitBasedNetworkRepository

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-04 Thread Christophe Demarey
Hi Alex, Thanks for your detailed explanation. To me,the design of the current UIManger is not good enough. UIManager has too much pre-occupations. He is in charge of: providing different implementation of interactive requests, depending if the current UI manager is interactive or not, if the

Re: [Pharo-dev] Contributing to Pharo

2016-02-05 Thread Christophe Demarey
Hi Thierry, Just some thoughts I wanted to share: Le 3 févr. 2016 à 10:18, Thierry Goubier a écrit : > I went through all the different possible file formats, class-based, > package-based, method-based, log metadata and the like, and I concluded that: > > - the method based format is as good

Re: [Pharo-dev] Zn support for SessionManager

2016-02-11 Thread Christophe Demarey
Thanks Sven Le 10 févr. 2016 à 23:27, Sven Van Caekenberghe a écrit : > Just checked in (is already in current 5.0, but not identical) > > === > Name: Zinc-HTTP-SvenVanCaekenberghe.445 > Author: SvenVanCaekenberghe > Time: 10 February 2016, 11:24:54.981219 pm > UUID:

Re: [Pharo-dev] Contributing to Pharo

2016-02-05 Thread Christophe Demarey
Le 5 févr. 2016 à 14:33, Thierry Goubier a écrit : > Le 05/02/2016 11:33, Christophe Demarey a écrit : >> Hi Thierry, >> >> Just some thoughts I wanted to share: >> >> Le 3 févr. 2016 à 10:18, Thierry Goubier a écrit : >> >>> I went through al

[Pharo-dev] Smalltalkhub scheduled maintenance next monday (February, 1st)

2016-01-29 Thread Christophe Demarey
Hello, Smalltalk will be down next monday (february, 1st) from 12:30 to 13:30 (french local time). IT will add storage to the root partition. Regards, Christophe

[Pharo-dev] gtdebugger debug actions buttons

2016-01-27 Thread Christophe Demarey
Hi, I find the new debugger quite but after using it a while, I figure out that the placement of debug actions (into, over, etc.) buttons leads to make me overuse the mouse and loose time. With the spec debugger, buttons are huge and easily accessible . With GTDebugger, there are at the top

Re: [Pharo-dev] Contributing to Pharo

2016-01-26 Thread Christophe Demarey
Hi Dale, Le 27 janv. 2016 à 04:11, Dale Henrichs a écrit : > I've been wondering no-one in the Pharo community has started building a > "Project Browser" to replace the "Package Browser" I've had a "project > browser" in tODE for several years now and you work with a manageble list of >

Re: [Pharo-dev] Contributing to Pharo

2016-01-28 Thread Christophe Demarey
Le 28 janv. 2016 à 09:34, Sven Van Caekenberghe a écrit : > >> On 28 Jan 2016, at 09:23, Christophe Demarey <christophe.dema...@inria.fr> >> wrote: >> >> I read too fast. >> But my comment is still true. >> We also want a new ve

Re: [Pharo-dev] Contributing to Pharo

2016-01-28 Thread Christophe Demarey
which should turn out to be a much simpler undertaking --- "Project > Browser" that manages the projects within the image - load, save, changes, > etc.: > > > > > Dale > > On 1/26/16 11:29 PM, Christophe Demarey wrote: >> Hi Dale, >> >> Le 27 j

[Pharo-dev] Re : Re: SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-02 Thread Christophe Demarey
omStartUpList: > > > > > > Cheers, > > Alex > > > > On Sat, Dec 5, 2015 at 2:39 PM, Christophe Demarey < > > christophe.dema...@inria.fr> wrote: > > > >> > >> > >> -- > >> > &

[Pharo-dev] Re : Re: SessionManager (aka new startup / shutdown list manager) needs testers

2016-02-02 Thread Christophe Demarey
Hi, Indeed, I missed to update this one. À slice is in preparation. Thanks

Re: [Pharo-dev] Pharo contribution CI problem

2016-02-01 Thread Christophe Demarey
Hi Norbert, Le 1 févr. 2016 à 11:09, Norbert Hartl a écrit : > I created a new build on the pharo contribution CI. But regardless what I > enter in the axis for the PHARO variable the build is triggered with > "default" as PHARO version. > > Any hints how to change that? Is this a bug? It is

Re: [Pharo-dev] Pharo contribution CI problem

2016-02-01 Thread Christophe Demarey
Le 1 févr. 2016 à 12:31, Christophe Demarey a écrit : > > Le 1 févr. 2016 à 12:25, Norbert Hartl a écrit : > >> Christophe, >> >>> Am 01.02.2016 um 12:18 schrieb Christophe Demarey >>> <christophe.dema...@inria.fr>: >>> >>> Hi N

Re: [Pharo-dev] Pharo contribution CI problem

2016-02-01 Thread Christophe Demarey
Le 1 févr. 2016 à 12:25, Norbert Hartl a écrit : > Christophe, > >> Am 01.02.2016 um 12:18 schrieb Christophe Demarey >> <christophe.dema...@inria.fr>: >> >> Hi Norbert, >> >> Le 1 févr. 2016 à 11:09, Norbert Hartl a écrit : >>

Re: [Pharo-dev] Pharo contribution CI problem

2016-02-01 Thread Christophe Demarey
Le 1 févr. 2016 à 12:36, Norbert Hartl a écrit : > >> Am 01.02.2016 um 12:31 schrieb Christophe Demarey >> <christophe.dema...@inria.fr>: >> >> >> Le 1 févr. 2016 à 12:25, Norbert Hartl a écrit : >> >>> Christophe, >&

Re: [Pharo-dev] CI is down?

2016-02-02 Thread Christophe Demarey
yes, good idea Le 2 févr. 2016 à 14:08, Ben Coman a écrit : > Perhaps pharo-dev can be subscribed to the annoucements? > cheers -ben > > On Tue, Feb 2, 2016 at 8:34 PM, Christophe Demarey > <christophe.dema...@inria.fr> wrote: >> Yes, there is a maintenance.

[Pharo-dev] Re : Re: [Pharo-users] help needed for testing the order in spotter

2016-02-24 Thread Christophe Demarey
Hi Doru, I don't see a better way to have beta-testers than having your code on the pharo alpha image ;) You will have very soon feedback and then you can iterate. Cheers, Christophe

Re: [Pharo-dev] CI locked up

2016-02-22 Thread Christophe Demarey
Hi Max, 2 slaves were off line. I put them back on line and purged the queue. Le 20 févr. 2016 à 23:05, Max Leske a écrit : > Hey, > > The queue on the CI is overflowing. Not sure what’s wrong but builds don’t > seem to finish. > > Cheers, > Max

Re: [Pharo-dev] Smalltalkhub scheduled maintenance today (February, 22nd)

2016-02-22 Thread Christophe Demarey
Smalltalkhub is now back on line! Le 22 févr. 2016 à 10:59, Christophe Demarey a écrit : > Hello, > > Smalltalk will be down today (february, 22nd) from 12:30 to 13:30 (french > local time). > IT will add storage to the root partition (last maintenance finally did no

Re: [Pharo-dev] [ANN] Pharo bootstrap

2016-01-21 Thread Christophe Demarey
odes that assume a single special objects >>>> array. >>>> e.g., >>>> - #someObject and #nextObject should only iterate objects from the >>>> correct “space” >>>> - #isNil comparisons should take the correct nil >>>> -

Re: [Pharo-dev] [ANN] Pharo bootstrap

2016-01-21 Thread Christophe Demarey
Hi Ben, Le 19 janv. 2016 à 17:35, Ben Coman a écrit : > On Tue, Jan 19, 2016 at 10:29 PM, Christophe Demarey > <christophe.dema...@inria.fr> wrote: >> Hi all, >> >> In case you do not know, we work on bootstrapping Pharo, i.e. create a Pharo >> image from so

Re: [Pharo-dev] Pharo bootstrap

2016-01-21 Thread Christophe Demarey
Le 20 janv. 2016 à 20:09, Craig Latta a écrit : > > Hi all-- > > Phil writes: > >> The point is not to clean but to start with an empty object engine and >> fill it in with the minimum required core. Currently, the image is >> the result of an evolutionary process and rebuilding it from

[Pharo-dev] WARNING: Smalltalkhub could be down until tomorrow

2016-01-25 Thread Christophe Demarey
The server hosting Smalltalkhub has the root partition full. It should be fixed tomorrow but you could face problems from now. Christophe

Re: [Pharo-dev] [ANN] Pharo bootstrap

2016-01-19 Thread Christophe Demarey
t; Cheers, > Doru > > >> On Jan 19, 2016, at 3:29 PM, Christophe Demarey >> <christophe.dema...@inria.fr> wrote: >> >> Hi all, >> >> In case you do not know, we work on bootstrapping Pharo, i.e. create a Pharo >> image from sources, n

Re: [Pharo-dev] [ANN] Pharo bootstrap

2016-01-20 Thread Christophe Demarey
I did not yet spend time on this point because I first wanted to have something working. Definitely, this problem will be tackled when we will put in production the bootstrap. Cheers, Christophe > Cheers, > -- Pavel > > 2016-01-19 15:29 GMT+01:00 Christophe Demarey <christop

[Pharo-dev] [ANN] Pharo bootstrap

2016-01-19 Thread Christophe Demarey
of Spur. After that, we need to work on a reliable way to build the bootstrap (not too sensitive to changes in the image). Christophe. --- demarey@193-51-236-143:~/dev/rmod/bootstrap/bootstrap-2016-01-19$ ../pharo bootstrap.image --no-default-preferences eval "1 + 1" 2 demarey@193-

Re: [Pharo-dev] Pharo bootstrap

2016-01-22 Thread Christophe Demarey
Hi Brad, Envy is a package manager. It does not define the minimal kernel you need to install packages needed for your application. The goal of a bootstrap is to set up an environment from a know state. In the same time, this exercise forces us to define the minimal kernel needed to run Pharo

Re: [Pharo-dev] [pharo-project/pharo-core] fef09a: 50540

2016-01-22 Thread Christophe Demarey
Le 22 janv. 2016 à 17:08, Ben Coman a écrit : > On Fri, Jan 22, 2016 at 11:26 PM, GitHub wrote: >> Branch: refs/heads/5.0 >> Home: https://github.com/pharo-project/pharo-core >> Commit: fef09a7c252f92e255c5053927295a61d16b8395 >> >>

Re: [Pharo-dev] CI is down?

2016-02-02 Thread Christophe Demarey
Yes, there is a maintenance. You should have received this message (if you did not unregister from communication lists): Dear users, A maintenance is planned tomorrow (2/2) to upgrade the storage of the CI servers. Thus, the service will be stopped between 1pm and 2pm. Thank you for your

[Pharo-dev] Smalltalkhub scheduled maintenance today (February, 22nd)

2016-02-22 Thread Christophe Demarey
Hello, Smalltalk will be down today (february, 22nd) from 12:30 to 13:30 (french local time). IT will add storage to the root partition (last maintenance finally did not take place). Regards, Christophe

[Pharo-dev] jenkins slaves on pharo-contribution

2016-03-16 Thread Christophe Demarey
Hi, Jenkins slaves on pharos-contribution often go off-line because their disk is full. There are a lot of job executed there and the jenkins workspace on each slave growth quickly. To avoid that, I set up a job to delete the whole workspace on slaves once a week:

Re: [Pharo-dev] Please help package Launcher with both Pharo VMs

2016-03-14 Thread Christophe Demarey
> Le 14 mars 2016 à 14:45, Stephan Eggermont a écrit : > > On 14-03-16 11:22, Damien Cassou wrote: >> Hi, >> >> to facilitate starting Pharo, I created the launcher. Now, there are 2 >> VMs that can run separate subsets of Pharo. The launcher supports that: >> the user "just"

Re: [Pharo-dev] [Ann] New version of Ghost

2016-03-25 Thread Christophe Demarey
Good job Denis! > Le 24 mars 2016 à 17:48, Denis Kudriashov a écrit : > > Hello. > > I finished new version of Ghost: > Abstract proxy classes uses Ghost name instead of Proxy: there are > GHObjectGhost and GHClassGhost. > GHProxyHandler renamed to GHGhostBehaviour.

Re: [Pharo-dev] [Ann] New version of Ghost

2016-03-25 Thread Christophe Demarey
> Le 25 mars 2016 à 14:54, Denis Kudriashov <dionisi...@gmail.com> a écrit : > > Hi > > 2016-03-25 9:47 GMT+01:00 Christophe Demarey <christophe.dema...@inria.fr > <mailto:christophe.dema...@inria.fr>>: >> Abstract proxy classes uses Ghost name ins

Re: [Pharo-dev] SessionManager (aka new startup / shutdown list manager) needs testers

2016-03-25 Thread Christophe Demarey
Hi Alex, I just publish a configuration of the Session Manager with this change (not yet in Pharo). Please could you test if it is ok for you? you can load it with: Metacello new smalltalkhubUser: 'Pharo' project: 'SessionManager'; configuration: 'SessionManager'; fetch.

Re: [Pharo-dev] strange array instance

2016-03-08 Thread Christophe Demarey
> Le 8 mars 2016 à 10:57, Guille Polito a écrit : > > It smells like the first page of the class table, yes, but it shouldn't be > visible from the image side (as far as I understood) Yes, it is the first page of the Spur class table. It means than #allInstances is

Re: [Pharo-dev] Space low on CI?

2016-03-04 Thread Christophe Demarey
Le 4 mars 2016 à 16:25, Max Leske a écrit : > I minimized the storage size required for the Fuel development builds because > they kept erroring out with the message > > "pharo-vm/PharoV40.sources: write error (disk full?). Continue? (y/n/^C) “ > > Now that I’ve freed up some space the

Re: [Pharo-dev] validation error related to Fuel

2016-03-30 Thread Christophe Demarey
> Le 30 mars 2016 à 09:31, Max Leske <maxle...@gmail.com> a écrit : > > >> On 30 Mar 2016, at 09:10, Christophe Demarey <christophe.dema...@inria.fr >> <mailto:christophe.dema...@inria.fr>> wrote: >> >> Hi, >> >> With

[Pharo-dev] validation error related to Fuel

2016-03-30 Thread Christophe Demarey
Hi, With case #17889, I get the following validation error: Exception: FLMethodChanged: Materialization error. Method SystemSettingsPersistence class>>#initialize changed its bytecodes. I have no idea what to do with that. Yes, I changed this method and … Does anyone have an idea? Thanks,

Re: [Pharo-dev] What's new in Pharo 5.0

2016-05-24 Thread Christophe Demarey
> Le 24 mai 2016 à 10:08, Esteban Lorenzano a écrit : > > there is a space: same as class comment now. only for the class comment, not for other package metadata

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Christophe Demarey
Hi Nicolai Good idea! I like it and it works well. I now wonder if it should not be enabled as default. For that, maybe the highlight should be styled a bit (e.g. lighter colors) to do not perturb the user when not really needed but still easy to see. Another idea would be to show it only if

Re: [Pharo-dev] request for improvements in GTInspector or debugger

2016-08-11 Thread Christophe Demarey
Hi, > Le 10 août 2016 à 14:11, Tudor Girba a écrit : > > Hi Stef, > > I agree with what you say in this mail, and I am not sure where this is not > the case. By example, it is not available in a String presentation of GTInspector. This one always forces me to go to

Re: [Pharo-dev] request for improvements in GTInspector or debugger

2016-08-12 Thread Christophe Demarey
h...@gmail.com> wrote: >> >> >> >> 2016-08-11 13:44 GMT+02:00 Christophe Demarey <christophe.dema...@inria.fr>: >> Hi, >> >>> Le 10 août 2016 à 14:11, Tudor Girba <tu...@tudorgirba.com> a écrit : >>> >>>

Re: [Pharo-dev] confused about the "image opening session"

2016-07-06 Thread Christophe Demarey
yes, what is bad now is that there is ‘no crash detector’. If you quit an image without saving, you will get the epicea browser. I do not want it in this case. When I do not save, it is on purpose. Maybe a flag should be set when you quit the image (by saving or not). This way, if the flag is

Re: [Pharo-dev] PharoLauncher create image / default image name

2017-02-03 Thread Christophe Demarey
Hi, Yes, I changed it on purpose after a small survey of people in the mod group. The old naming was very annoying, especially with some templates coming from Jenkins. If some still prefer the old naming, maybe the best way would be to have an option to choose the naming strategy. Christophe

Re: [Pharo-dev] ConfigurationOfIconFactory is broken in catalog

2016-09-06 Thread Christophe Demarey
Hi Peter, > Le 6 sept. 2016 à 11:22, Peter Uhnák a écrit : > > It would be nice if there was some validator against which I can run the the > configuration to see if it correct (so you don't have to manually test it and > inform people). > > (e.g. instead of comitting to

Re: [Pharo-dev] Maintainer of DependencyAnalyser: Action needed

2016-09-19 Thread Christophe Demarey
Didn’t we switch to the strategy integrate first into Pharo and notify maintainer afterwards? It is hard to follow because sometimes integration goes directly into Pharo with slices and other time, it is included through configurations. I will produce a new version of the config and update the

Re: [Pharo-dev] [ANN] Material Design For Seaside V1.0.0

2016-09-23 Thread Christophe Demarey
> Le 23 sept. 2016 à 16:21, Cyril Ferlicot D. <cyril.ferli...@gmail.com> a > écrit : > > Le 23/09/2016 à 15:53, Christophe Demarey a écrit : >> Cool! >> Could you share a picture of the widgets by email or put it in the GitHub >> README? >> >

[Pharo-dev] Fwd: [ci-announces] [Important] About Jenkins 2.x support

2016-11-15 Thread Christophe Demarey
An announce from Inria CI service: > Début du message réexpédié : > > De: Bruno Carrez > Objet: [ci-announces] [Important] About Jenkins 2.x support > Date: 15 novembre 2016 11:21:31 UTC+1 > À: ci-announ...@inria.fr > Répondre à: Bruno Carrez > >

Re: [Pharo-dev] two question about fasttable

2016-11-29 Thread Christophe Demarey
Hi, > Le 29 nov. 2016 à 08:45, Esteban Lorenzano a écrit : > >> >> On 29 Nov 2016, at 00:00, Ben Coman > > wrote: >> >> >> >> On Tue, Nov 29, 2016 at 5:29 AM, Esteban Lorenzano >

Re: [Pharo-dev] Set internal array size

2016-12-01 Thread Christophe Demarey
> Le 1 déc. 2016 à 15:04, Marcus Denker a écrit : > > The idea that a set is always created with a minimal size is because we > always add at least some elements not always. You know in some cases 80% of the time, your instances will have an empty Set and with some

Re: [Pharo-dev] Set internal array size

2016-12-01 Thread Christophe Demarey
second'" > > > Best regards, > Henrik > > > From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of > Christophe Demarey > Sent: Thursday, December 1, 2016 11:49 AM > To: Pharo Development List <pharo-dev@lists.pharo.org> > Subject: [Phar

[Pharo-dev] Set internal array size

2016-12-01 Thread Christophe Demarey
Hi, I just discovered a funny thing. If you create a Set with Set new, you will get a Set with an internal array of 5 elements (hardcoded in Set class>>#new). If you ask explicitly a Set for one or no element: Set new: 0 (or a number between 0 and 5), you will get an internal array of 7

Re: [Pharo-dev] How to install Iceberg?

2017-03-23 Thread Christophe Demarey
Hi Alex, the master branch is quite old. Please use dev-0.4 branch with the latest stable VM. > Le 26 août 2016 à 11:46, Tudor Girba a écrit : > > You should search for it on GitHub :) > > Metacello new > baseline: 'Iceberg'; > repository:

Re: [Pharo-dev] How to install Iceberg?

2017-03-29 Thread Christophe Demarey
Hi, > Le 25 mars 2017 à 14:04, Alistair Grant <akgrant0...@gmail.com> a écrit : > > Hi Christophe, > > On 23 March 2017 at 21:54, Christophe Demarey > <christophe.dema...@inria.fr> wrote: >> Hi Alex, >> >> the master branch is quite old. >&g

Re: [Pharo-dev] Script to download Pharo 4 vm for Mac os sierra

2017-03-16 Thread Christophe Demarey
http://files.pharo.org/get-files/40/pharo-mac-stable.zip > Le 16 mars 2017 à 15:41, Cyrille Delaunay a écrit : > > Hello, > > We have a jenkins job, running on a linux machine, that is responsible for >

Re: [Pharo-dev] Need to login to access pharo-dev ci

2017-03-09 Thread Christophe Demarey
There was a problem after the Jenkins update. It should be back to normal now. > Le 8 mars 2017 à 21:39, stepharong a écrit : > > Yes I reported this :) > Now try with google, because if you get a link inside you can go there funny > no? > > HI, > > when I go to

Re: [Pharo-dev] Need to login to access pharo-dev ci

2017-03-09 Thread Christophe Demarey
Is it better now? > Le 9 mars 2017 à 11:32, Cyril Ferlicot D. a écrit : > > I cannot launch a build or edit a config anymore on pharo-contribution. > > -- > Cyril Ferlicot > > http://www.synectique.eu > > 2 rue Jacques Prévert 01, > 59650 Villeneuve d'ascq France >

Re: [Pharo-dev] Iceberg and git repository management

2017-04-18 Thread Christophe Demarey
Hi Peter, It will be possible and is already doable but with no ui support. You can use these messages: iceRepository contentOfFileNamed: 'relative/path/from/git/repo/root’ commit: repository headCommit id iceRepository saveContent: ‘bla’ inWorkingCopyFile:

Re: [Pharo-dev] Catalog down

2017-08-01 Thread Christophe Demarey
It is nows back on line! Christophe > Le 1 août 2017 à 08:40, Torsten Bergmann a écrit : > > It is still down. > Am 31.07.2017, 19:55, Esteban Lorenzano schrieb: > It will be restarted at midnight > > > On 31 Jul 2017, at 19:51, Torsten Bergmann

Re: [Pharo-dev] WorkingSession log

2017-07-28 Thread Christophe Demarey
Hi Sven, > Le 27 juil. 2017 à 14:49, Sven Van Caekenberghe a écrit : > > Hi, > > I instrumented WorkingSession with a log collection that holds timing info > for each #startUp: executed. In a clean Pharo 6 image, 62 were run. Most of > them resulted in a 0ms execution time

Re: [Pharo-dev] New Launcher not working (Windows)

2017-07-24 Thread Christophe Demarey
Hi Jan, I’m currently updating the Pharo Launcher so that it can determine the right VM to use to launch an image and download it if not available on disk. It is almost finished but not yet ready! On Windows, there was indeed a bug in the executable name to find. It is now fixed on the latest

[Pharo-dev] spec ui as morph

2017-04-26 Thread Christophe Demarey
Hi, Does anyone know how to embed a UI component made with Spec into a UI expecting a morph? It looks like the only way to build a spec UI is to open it with #openWithSpec that will always embed the component in a window. Thanks, Christophe

Re: [Pharo-dev] spec ui as morph

2017-04-26 Thread Christophe Demarey
thanks but the result is not a morph. Should I use yourModel buildWithSpec spec instance? > Le 26 avr. 2017 à 11:55, Esteban Lorenzano <esteba...@gmail.com> a écrit : > > yourModel buildWithSpec. > > Esteban > >> On 26 Apr 2017, at 11:51, Christophe Demare

<    1   2   3   4   5   >