Re: [Pharo-dev] argh, tests are failing!

2017-09-13 Thread Stephane Ducasse
Nice It should be added to the doc :) On Tue, Sep 12, 2017 at 9:51 AM, Guillermo Polito wrote: > Two other things: > > - if you choose to change the priority of the delivery process to the same > priority as the running test process (i.e., 40) you would still need to

Re: [Pharo-dev] Tricky Metaclass>>binding

2017-09-13 Thread Stephane Ducasse
At the minimum having classBinding instead of GlobalBinding would be already a good step. Then since the metaclass and the class are a real couple could we not have an object shared by both (but it would cost one indirection). On Tue, Sep 12, 2017 at 5:33 PM, Guillermo Polito

Re: [Pharo-dev] About Git support for windows

2017-09-10 Thread Stephane Ducasse
Hi esteban for me having space around [ ] improves readibility. I preferred methodDeclaration [ methodbody ] over methodDeclaration [ methodbody ] Especially in case of method body is blockish like while true/exception. But this is ok if people prefer methodDeclaration [

Re: [Pharo-dev] Pending FileSystem PRs (was: [Pharo-users] Pharo 6 FileSystem>>changeDirectory: is missing)

2017-09-10 Thread Stephane Ducasse
TX so I'm safe :) On Sat, Sep 9, 2017 at 11:11 PM, Alistair Grant <akgrant0...@gmail.com> wrote: > Hi Stef, > > (I've moved this to pharo-dev) > > On Sat, Sep 09, 2017 at 11:09:55AM +0200, Stephane Ducasse wrote: >> Alistair >> >> did I miss some pend

Re: [Pharo-dev] argh, tests are failing!

2017-09-10 Thread Stephane Ducasse
Yes we know but have no idea how to recategorise Iceberg protocols On Sun, Sep 10, 2017 at 1:03 PM, Pavel Krivanek wrote: > Of course you are right, the Integrators should really take care on it. > > Before it were only common random failures but the main problem is

Re: [Pharo-dev] argh, tests are failing!

2017-09-10 Thread Stephane Ducasse
Give me a system that I can fully change and you will see less trivial failing tests :) On Sun, Sep 10, 2017 at 6:24 PM, Stephane Ducasse <stepharo.s...@gmail.com> wrote: > Yes we know but have no idea how to recategorise Iceberg protocols > > On Sun, Sep 10, 2017 at 1:03 PM,

Re: [Pharo-dev] Updating CI plugins

2017-09-10 Thread Stephane Ducasse
Tx guille We should also remove all the jobs that are not useful. Stef On Sun, Sep 10, 2017 at 10:05 AM, Guillermo Polito < guillermopol...@gmail.com> wrote: > Hi all, > > I'm updating several CI plugins related to Multibranch builds. Since > Jenkins is moving fast is this direction, it is

Re: [Pharo-dev] Bloc Shock

2017-09-10 Thread Stephane Ducasse
Tx. Bloc is getting tremendously cool. On Sat, Sep 9, 2017 at 7:30 PM, Sean P. DeNigris wrote: > I was playing with Bloc when I came across the following: > > > I am taken aback by the elegance and utility

Re: [Pharo-dev] argh, tests are failing!

2017-09-10 Thread Stephane Ducasse
Ah thanks. So far I do not know how to integrate external project with the new process. So I need to learn. On Sun, Sep 10, 2017 at 6:26 PM, Cyril Ferlicot D. <cyril.ferli...@gmail.com> wrote: > Le 10/09/2017 à 18:24, Stephane Ducasse a écrit : >> Yes we know but have no idea how

[Pharo-dev] Looking for a turtle in Bloc

2017-09-10 Thread Stephane Ducasse
Hi Is there a super simple way to get a turtle graphic (similar to the one describe in the videos of laurent pharo) in Bloc http://www.pharocasts.com/2010/02/programming-with-live-objects.html I'm considering to use Bloc for my new book. But I need this one first. Stef

[Pharo-dev] Epicea wishlist

2017-09-07 Thread Stephane Ducasse
Hi martin I'm missing two features: - keep the filter across session because this is boring to have to redo them all over. - a search for entities accross session. - a search inside a session For example I was looking for all the changes I did to the UI part of my application but I was doing

Re: [Pharo-dev] slow Pharo downloading and Travis

2017-09-26 Thread Stephane Ducasse
es), seq=2 time=860.06 ms >> connected to 128.93.162.72:80 (169 bytes), seq=3 time=976.04 ms >> connected to 128.93.162.72:80 (169 bytes), seq=4 time=1238.72 ms >> connected to 128.93.162.72:80 (169 bytes), seq=5 time=1239.65 ms >> connected to 128.93.162.72:80 (169

[Pharo-dev] Call for little tasks for GCI

2017-09-26 Thread Stephane Ducasse
Hi guys We want to compete to a competition for newbies programming. We need to have at least 50 tasks. Right now the tasks are quite difficult to me :) Please help to get some tasks. I can be taken from exercisism.io or other little math problems. - Grab the Pharo logo from url and display it

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-25 Thread Stephane Ducasse
I agree with guille. We should just called them class annotations. Denis what is a declared instance (is it an object returned by the method having the annotation) but can we find a better name. may be effectiveInstances? On Mon, Sep 25, 2017 at 5:09 PM, Guillermo Polito

Re: [Pharo-dev] Non-deterministic ombu errors

2017-09-24 Thread Stephane Ducasse
Hi jan let us know if you have a reproducible case so that we fix it. Stef On Sat, Sep 23, 2017 at 10:42 PM, Jan Blizničenko wrote: > Hello > > I am having very similar errors from time to time when manually loading code > into Pharo from filetree (gitfiletree), but only

Re: [Pharo-dev] Class side method is missing in obsolete class after the class is removed from system

2017-09-24 Thread Stephane Ducasse
do you know that you can create class silently? so that you do not have to remove them from the log? Stef On Sat, Sep 23, 2017 at 10:33 PM, Nicolás Papagna Maldonado wrote: > Im writing some tests that needs to create classes dynamically. During the > tearDown phase,

[Pharo-dev] STON question :)

2017-09-24 Thread Stephane Ducasse
Hi Sven For Moose we are wondering if we can use STON to save/load models instead of MSE. - I'm sure we can :) Now my little friends would like to kill two or three birds with the same stone :) Would it be possible to use STON to handle cycles but to generate JSON compatible in the following

Re: [Pharo-dev] Calypso question

2017-09-24 Thread Stephane Ducasse
What is the relationship between a cursor and ClyEnvironmentContent and ClyEnvironment? On Sun, Sep 24, 2017 at 9:16 AM, Stephane Ducasse <stepharo.s...@gmail.com> wrote: > On Sat, Sep 23, 2017 at 10:56 AM, Denis Kudriashov <dionisi...@gmail.com> > wrote: >> &g

[Pharo-dev] catalog seems down?

2017-09-24 Thread Stephane Ducasse

Re: [Pharo-dev] Calypso question

2017-09-24 Thread Stephane Ducasse
GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: >> >> Ok what is localClassScope? > > > From LocalClassScope you will see only things which are defined in class > itself. > > There are also ClassHierarchyScope subclasses. They show you all things > which are vis

Re: [Pharo-dev] Calypso question

2017-09-24 Thread Stephane Ducasse
On Sat, Sep 23, 2017 at 10:56 AM, Denis Kudriashov wrote: > >>> >>> another question >>> >>> packageScope query: (ClyMessageSenders of: #(do: x)) >>> >>> It is returning all the senders of do: and the senders of x >>> or >>> returning all the sender of do: and x >> >> >> It

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-26 Thread Stephane Ducasse
Effective means instances. Because I do not understand what declared are. On Mon, Sep 25, 2017 at 5:57 PM, Denis Kudriashov <dionisi...@gmail.com> wrote: > 2017-09-25 17:38 GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: > >> I agree with guille. We shoul

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-26 Thread Stephane Ducasse
I would prefer to remove the meta. because class instance variables are not class meta instance variables :) On Mon, Sep 25, 2017 at 5:59 PM, Marcus Denker <marcus.den...@inria.fr> wrote: > >> On 25 Sep 2017, at 17:38, Stephane Ducasse <stepharo.s...@gmail.com> wrote: >

Re: [Pharo-dev] STON question :)

2017-09-26 Thread Stephane Ducasse
On Tue, Sep 26, 2017 at 1:15 PM, Sven Van Caekenberghe <s...@stfx.eu> wrote: > Stef, > >> On 24 Sep 2017, at 12:26, Stephane Ducasse <stepharo.s...@gmail.com> wrote: >> >> Hi Sven >> >> For Moose we are wondering if we can use STON to save/loa

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-26 Thread Stephane Ducasse
;) On Tue, Sep 26, 2017 at 1:28 PM, Ben Coman wrote: > Shhh... The first rule of meta-club is we don't talk about meta-club. > > > cheers -ben > > > On Mon, Sep 25, 2017 at 11:09 PM, Guillermo Polito < > guillermopol...@gmail.com> wrote: > >> Why calling them

Re: [Pharo-dev] XPath chapter...

2017-09-26 Thread Stephane Ducasse
The problem is that people really like when others write documentation. You see I did not know at all what was XPath before starting to write this chapter. Stef On Tue, Sep 26, 2017 at 3:14 AM, Sean P. DeNigris wrote: > ghoetker wrote >> Thank you, Stef, for providing

Re: [Pharo-dev] slow Pharo downloading and Travis

2017-09-28 Thread Stephane Ducasse
We opened a new ticket. On Tue, Sep 26, 2017 at 8:45 PM, Gabriel Cotelli <g.cote...@gmail.com> wrote: > I'm willing to do some other specific tests if needed. Just let me know. > > On Tue, Sep 26, 2017 at 3:36 PM, Stephane Ducasse <stepharo.s...@gmail.com> > wrote

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-28 Thread Stephane Ducasse
Thanks On Thu, Sep 28, 2017 at 6:36 PM, Denis Kudriashov <dionisi...@gmail.com> wrote: > 2017-09-28 18:17 GMT+02:00 Denis Kudriashov <dionisi...@gmail.com>: > >> 2017-09-25 17:57 GMT+02:00 Denis Kudriashov <dionisi...@gmail.com>: >> >>> 2017-09-25

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-28 Thread Stephane Ducasse
with all related names. > > But I keep meta prefix in #metaAnnotations Class extension to avoid > general name: > > MyClass metaAnnotations > > You can check updated readme for details https://github.com/ > dionisiydk/ClassAnnotation > > 2017-09-26 17:31 GMT+02:00 St

Re: [Pharo-dev] Epicea wishlist

2017-09-28 Thread Stephane Ducasse
it. > > Martín > > On Thu, Sep 7, 2017 at 3:15 AM, Stephane Ducasse <stepharo.s...@gmail.com> > wrote: >> >> Hi martin >> >> I'm missing two features: >> >> - keep the filter across session because this is boring to have to >> redo them all

Re: [Pharo-dev] Maybe better pinning messages? (inspired by [Pinning Objects in Pharo])

2017-09-28 Thread Stephane Ducasse
Indeed we could. Coudl you add an issue? On Thu, Sep 28, 2017 at 12:43 PM, Torsten Bergmann wrote: > > Why not make a backport to Pharo 6.1 with the new pinned message and provide > it in a 60511 (last update is 60510 as of today). > I know it is effort but that way you can be

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-28 Thread Stephane Ducasse
Yes. On Thu, Sep 28, 2017 at 6:17 PM, Denis Kudriashov <dionisi...@gmail.com> wrote: > 2017-09-25 17:57 GMT+02:00 Denis Kudriashov <dionisi...@gmail.com>: > >> 2017-09-25 17:38 GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: >> >>> I agree

Re: [Pharo-dev] Call for little tasks for GCI

2017-09-29 Thread Stephane Ducasse
Hernan What we should see is that students will barely know how to program. So any solution is good. I think that we should ask really simple task. Stef On Fri, Sep 29, 2017 at 7:19 AM, Hernán Morales Durand wrote: > Hi Jigyasa, > > Thank you for the invitation. I

Re: [Pharo-dev] Call for little tasks for GCI

2017-09-29 Thread Stephane Ducasse
I will turn the mooc challenges into tasks. On Fri, Sep 29, 2017 at 8:29 AM, Stephane Ducasse <stepharo.s...@gmail.com> wrote: > Hernan > > What we should see is that students will barely know how to program. > So any solution is good. > I think that we should ask really

[Pharo-dev] people on discord are asking were is the wiki to list projects?

2017-09-29 Thread Stephane Ducasse

Re: [Pharo-dev] Call for little tasks for GCI

2017-09-29 Thread Stephane Ducasse
We should add more tasks about design I would like have a little database of icons related to sea, boat, islands And we have a basis of them already stef On Fri, Sep 29, 2017 at 9:44 PM, Jigyasa Grover wrote: > Hernan > > As Stephane mentioned the tasks should

Re: [Pharo-dev] pharo --help returning non-zero exit status

2017-10-02 Thread Stephane Ducasse
Esteban, Eliot, Clement was is the process to get this fix in the VM? On Sun, Oct 1, 2017 at 9:05 AM, Peter Uhnák wrote: > Ah, perfect. Thanks! > > peter > > On Sun, Oct 1, 2017 at 8:41 AM, K K Subbu wrote: >> >> On Sunday 01 October 2017 11:27 AM, Peter

Re: [Pharo-dev] Non-deterministic ombu errors

2017-10-02 Thread Stephane Ducasse
Martin if you publish a fix for 6.1 we will port it back because this is important. Stef On Fri, Sep 29, 2017 at 3:55 PM, Martin Dias wrote: > Now I do not know the best way for you to get the new fixed version. It's > too late to include it in P6.1, I guess, so... either

Re: [Pharo-dev] [Ann] Class meta annotations

2017-09-29 Thread Stephane Ducasse
tx! On Fri, Sep 29, 2017 at 9:58 AM, Denis Kudriashov <dionisi...@gmail.com> wrote: > > 2017-09-28 21:12 GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: > >> I would not use meta because you would not write annotationAnnotations :) >> an

[Pharo-dev] New Pharo booklet: Scraping HTML with XPath

2017-09-29 Thread Stephane Ducasse
Hi we wanted to let you that a new booklet is available on http://books.pharo.org Stef and Peter

Re: [Pharo-dev] PharoLauncher feedback

2017-09-29 Thread Stephane Ducasse
Tx I loved the launcher! On Fri, Sep 29, 2017 at 3:50 PM, Christophe Demarey <christophe.dema...@inria.fr> wrote: > Hi Stéphane, > >> Le 22 sept. 2017 à 20:34, Stephane Ducasse <stepharo.s...@gmail.com> a écrit >> : >> >> Hi christophe >> &g

Re: [Pharo-dev] Should we always put application file paths into FileLocator?

2017-09-29 Thread Stephane Ducasse
Hi denis I like it!. Stef On Fri, Sep 29, 2017 at 10:31 AM, Denis Kudriashov wrote: > Hi. > > Many times I was trying to find "global" files of some packages in system. > > For example do you know how to find epicea session logs? > There is class side method for this at

[Pharo-dev] Lecture starting at Prague

2017-09-29 Thread Stephane Ducasse
Hi Pharoers from monday we are starting a lecture with 130 students at Prague. I will encourage them to ask questions in the learning-help channel and the mailing-list. We will try to help them with Robert and Jan now any help will be welcome :) Stef

Re: [Pharo-dev] Non-deterministic ombu errors

2017-09-27 Thread Stephane Ducasse
tx martin. On Mon, Sep 25, 2017 at 1:07 AM, Martin Dias wrote: > > > On Sun, Sep 24, 2017 at 5:49 AM, Sven Van Caekenberghe wrote: >> >> >> > On 23 Sep 2017, at 22:42, Jan Blizničenko wrote: >> > >> > Hello >> > >> > I am having very

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-24 Thread Stephane Ducasse
Because he wrote it but indeed it should be migrated to Pharo. On Thu, Aug 24, 2017 at 11:12 AM, Norbert Hartl wrote: > > Why is that document in the account of guille? > > Norbert > > Am 12.08.2017 um 11:47 schrieb Pavel Krivanek : > > > >

[Pharo-dev] [ Pharo 70 ] Build 51 PR 214 Matrix-Trivial-typo-fix

2017-08-21 Thread Stephane Ducasse
https://pharo.fogbugz.com/f/cases/20326/Matrix-Trivial-typo-fix https://github.com/pharo-project/pharo/pull/214

[Pharo-dev] [ Pharo 70 ] Build 50 PR 215 Rubric-line-numbers-are-not-dark-theme-friendly

2017-08-21 Thread Stephane Ducasse
https://pharo.fogbugz.com/f/cases/18172/Rubric-line-numbers-are-not-dark-theme-friendly https://github.com/pharo-project/pharo/pull/215

Re: [Pharo-dev] 19609 FileReference>>base should be before last separator

2017-08-22 Thread Stephane Ducasse
Thanks Alistair. On Thu, Aug 17, 2017 at 5:50 PM, Alistair Grant <akgrant0...@gmail.com> wrote: > Hi Stef, > > On Thu, Aug 17, 2017 at 05:08:40PM +0200, Stephane Ducasse wrote: >> I do not know but I imagine that I added basenameWithoutExtension because >> I found th

Re: [Pharo-dev] Launcher Opening Tiny Windows

2017-08-22 Thread Stephane Ducasse
Yes I experienced this problem too. I have the impression that during the build the size of the window are messed up. Stef On Sun, Aug 20, 2017 at 2:44 AM, Tim Mackinnon wrote: > It's a known problem for any image that was saved in headless mode (not just > launcher) - we

Re: [Pharo-dev] Latest Debian, Ubuntu and CentOS packages of the pharo-vm

2017-08-22 Thread Stephane Ducasse
Tx norbert I updated the blog post on pharoweekly. On Mon, Aug 21, 2017 at 11:18 AM, Norbert Hartl wrote: > For the .deb based distributions the adding of the repo is missing. This > would be for > > Ubuntu 16.04 > > echo "deb >

[Pharo-dev] Spotter references?

2017-08-22 Thread Stephane Ducasse
Hi I tried Command Shift n to get the class references in Spotter I got #References Point but I got an empty list while if I do Point Cmd shift n I get a list Stef

[Pharo-dev] Call for Spanish/ Portuguese and more subtitles for the PharoMooc

2017-08-25 Thread Stephane Ducasse
Hi guys The Pharo is a wonderful vehicule to promote Pharo and we need your help to translate the subtitles to different languages. This year we will have english voices paid by Inria (thanks) but we cannot do everything and we need your help.

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-26 Thread Stephane Ducasse
originating branch… > > On 25 August 2017 at 20:11, Dimitris Chloupis <kilon.al...@gmail.com> wrote: >> >> +100 :) >> >> >> On Fri, Aug 25, 2017 at 5:45 PM Stephane Ducasse <stepharo.s...@gmail.com> >> wrote: >>> >>> Hi >>&

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-26 Thread Stephane Ducasse
<serge.stinckw...@gmail.com> wrote: > This is great Stef ! > I'm waiting for the documentation to update all my projects with the new > process. > > > On Fri, Aug 25, 2017 at 4:42 PM, Stephane Ducasse <stepharo.s...@gmail.com> > wrote: >> >> Hi >> >> w

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-26 Thread Stephane Ducasse
ginating branch… >> >> On 25 August 2017 at 20:11, Dimitris Chloupis <kilon.al...@gmail.com> >> wrote: >>> >>> +100 :) >>> >>> >>> On Fri, Aug 25, 2017 at 5:45 PM Stephane Ducasse >>> <stepharo.s...@gmail.com> wrote: >>&g

Re: [Pharo-dev] libpng fails to download

2017-08-26 Thread Stephane Ducasse
Indeed. Tx alistair. On Fri, Aug 25, 2017 at 10:04 AM, Alistair Grant wrote: > Hi All, Esteban, > > I just attempted to build the pharo vm on Win32 and it failed due to: > > ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-1.6.29.tar.gz > > not being

Re: [Pharo-dev] pillars runs into an infinite loop on a simple typo

2017-08-26 Thread Stephane Ducasse
No pillar is line based and the beginning of the line is key. On Sat, Aug 26, 2017 at 5:56 PM, Peter Uhnák wrote: > Apparently this is enough to run into an infinite loop somewhere. > > text := '- one > - # cry'. > doc := PRPillarParser parse: text. > > > Also question

Re: [Pharo-dev] [Pharo6] [Issue Tracker] Help Needed: issues tagged Pharo6

2017-08-26 Thread Stephane Ducasse
Oh yes :) Esteban is fully aware of that because you cannot imagine the amount of energy we are losing. On Fri, Aug 25, 2017 at 3:47 PM, Henrik Sperre Johansen wrote: > Less crassly, what I meant to say, was; it'd be really nice if the > integration process was

Re: [Pharo-dev] Spotter references?

2017-08-27 Thread Stephane Ducasse
tX! On Sun, Aug 27, 2017 at 12:39 AM, Tudor Girba <tu...@tudorgirba.com> wrote: > Hi, > > Indeed, this was a bug. I fixed it and committed in the GT repo. > > Doru > > >> On Aug 22, 2017, at 9:14 AM, Stephane Ducasse <stepharo.s...@gmail.com> >>

Re: [Pharo-dev] pillars runs into an infinite loop on a simple typo

2017-08-27 Thread Stephane Ducasse
g 26, 2017 at 7:05 PM, Stephane Ducasse <stepharo.s...@gmail.com> > wrote: >> >> No pillar is line based and the beginning of the line is key. >> >> On Sat, Aug 26, 2017 at 5:56 PM, Peter Uhnák <i.uh...@gmail.com> wrote: >> > Apparently this is en

Re: [Pharo-dev] new chapter on double dispatch for new book :)

2017-08-23 Thread Stephane Ducasse
s Kudriashov <dionisi...@gmail.com>: >> >> I found little mistake: >> >> In a previous chapter you implemented a small DSL to add dice and manage >> dieHandle. >> >> >> It should be dice I guess. >> >> 2017-08-23 12:53 GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: >>> >>> feedback is welcome >>> Good reading >> >> >

[Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-25 Thread Stephane Ducasse
Hi with Damien Pollet, we went over all the booklets and some of the Pharo books currently written in Pillar and made sure that each time you commit - a travis job is run - latex is produced as well as pdf - the pdf is stored on bintray - the release versions are stored on the github repo (I

Re: [Pharo-dev] [Ann] PharoThings a live programming IoT platform based on Pharo

2017-08-25 Thread Stephane Ducasse
Nice videos :) So many exciting things moving in Pharo On Fri, Aug 25, 2017 at 4:25 PM, Denis Kudriashov wrote: > Hi. > > I am glad to announce the project PharoThings which brings the live > programming environment into IoT domain. > > It includes: > > development

Re: [Pharo-dev] Latest Debian, Ubuntu and CentOS packages of the pharo-vm

2017-08-19 Thread Stephane Ducasse
Tx Holger Really tx. On Fri, Aug 18, 2017 at 11:54 AM, Holger Freyther wrote: > Hi, > > when running Pharo in production you might want to install the image and a VM > from distribution packages. So far there were no current public packages and > during the last months

[Pharo-dev] [ Pharo 70 ] Build 47 PR 202 Refactor-the-MostUsedTools-of-the-world-menu-to-cut-dependencies-and-use-priorities

2017-08-20 Thread Stephane Ducasse
[ Pharo 70 ] Build 47 PR 202 Refactor-the-MostUsedTools-of-the-world-menu-to-cut-dependencies-and-use-priorities https://pharo.fogbugz.com/f/cases/20247/Refactor-the-MostUsedTools-of-the-world-menu-to-cut-dependencies-and-use-priorities https://github.com/pharo-project/pharo/pull/202

[Pharo-dev] [ Pharo 70 ] Build 46 PR 200 Latin1TextConverter-should-know-mone-encoding-names

2017-08-20 Thread Stephane Ducasse
https://pharo.fogbugz.com/f/cases/20256/Latin1TextConverter-should-know-mone-encoding-names https://github.com/pharo-project/pharo/pull/200

[Pharo-dev] [ Pharo 70 ] Build 46 PR 200 Space-analysis-resurrection

2017-08-20 Thread Stephane Ducasse
https://pharo.fogbugz.com/f/cases/20256/Latin1TextConverter-should-know-mone-encoding-names https://github.com/pharo-project/pharo/pull/200

Re: [Pharo-dev] Lowering the pain of newbies

2017-08-20 Thread Stephane Ducasse
a solution where the reflective calls are clearly identified. Stef On Sun, Aug 20, 2017 at 11:19 AM, Luke Gorrie <l...@snabb.co> wrote: > On 17 August 2017 at 21:52, Stephane Ducasse <stepharo.s...@gmail.com> > wrote: >> >> We should not accept such kind of behavior. >&

[Pharo-dev] Lowering the pain of newbies

2017-08-17 Thread Stephane Ducasse
Hi guys my son coded in Pharo 60 testGuessUrlPart |dg8| dg8 := GameItem new; name: 'Dragon Quest VIII : Journey Of The Cursed King'; console: 'PS2'. self assert: dg8 guessUrlPart equals: 'dragonquestviiijourneyofthecursedking' and guess

[Pharo-dev] [ Pharo 70 ] Build 83 PR 236 introduce-at-at-in-dictionary

2017-09-03 Thread Stephane Ducasse
https://github.com/pharo-project/pharo/pull/236 https://pharo.fogbugz.com/f/cases/20203/

Re: [Pharo-dev] The mooc is looking for forum moderators

2017-09-04 Thread Stephane Ducasse
Thanks you! On Mon, Sep 4, 2017 at 7:37 PM, p...@highoctane.be wrote: > Can be around. > > I did the MOOC once. > > Phil, missing ESUG :-( > > On Mon, Sep 4, 2017 at 7:34 PM, Myroslava Romaniuk > wrote: >> >> Hi I would like to help too, if possible. >>

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-09-01 Thread Stephane Ducasse
I know your feelings. I got a bad time back in July on my mac. Iceberg blew up on me on anything I tried. So I did something else and waited for a better version. On Fri, Sep 1, 2017 at 5:54 PM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > 2017-08-31 20:05 GMT+02:00 S

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Stephane Ducasse
How? On Fri, Sep 1, 2017 at 5:56 PM, Esteban Lorenzano wrote: > > On 1 Sep 2017, at 17:47, Nicolai Hess wrote: > > > > 2017-09-01 17:44 GMT+02:00 Esteban Lorenzano : >> >> >> On 1 Sep 2017, at 17:18, Nicolai Hess

Re: [Pharo-dev] The mooc is looking for forum moderators

2017-09-01 Thread Stephane Ducasse
Thank you Rajula we should reply to the question of the mooc followers and help them On Fri, Sep 1, 2017 at 6:12 PM, Rajula Vineet wrote: > Hey, > > I know I am new here. And I am not sure what exactly forum moderation is. > But I would be happy to involve. Do let me

Re: [Pharo-dev] BOF at ESUG - How about a BOF on Gemstone development environments?

2017-09-01 Thread Stephane Ducasse
Tim guille will do a presentation about the new process and esteban one on Iceberg and we should really release videos. stef On Fri, Sep 1, 2017 at 1:43 PM, Tim Mackinnon wrote: > I'm envious as I couldn't make it to Esug - but I'd love to hear any > conclusions/insights from

[Pharo-dev] About allDirectories vs. directories

2017-09-02 Thread Stephane Ducasse
Hi I have been hacking a little page generator based on pillar for the mooc table of contents and I got surprised by the behavior of allDirectories it returns all the subdirectories including itself This is strange and inconsistent with the API in Behavior X = one level allX = deep below

Re: [Pharo-dev] Bloc: Safe to Store SSH Passphrase in Pharo?

2017-08-31 Thread Stephane Ducasse
On Thu, Aug 31, 2017 at 11:23 AM, Esteban Lorenzano wrote: > you are all confused :) > > Sean talks about storing the passphrase for SSH, not the HTTPS user/pass. > Nevertheless both, passphrase and user/pass needs to be stored on Pharo and > then they are not safe. > > Now,

Re: [Pharo-dev] Can not review pull request with iceberg

2017-08-31 Thread Stephane Ducasse
Thanks Nicolai. Esteban will really look at these issues. On Thu, Aug 31, 2017 at 1:55 AM, Nicolai Hess wrote: > > > 2017-08-31 1:47 GMT+02:00 Nicolai Hess : >> >> Hi, >> >> I set up my fork and iceberg as it is described in >> >>

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-31 Thread Stephane Ducasse
st image, make my changes / > code fixes and create a slice. Save to the inbox -> done. > And looking at iceberg, I have really no clue how to upload a fix. > > I see that other people are using the new process, and I feel a bit lost > and closed out of the pharo 7 development process,

[Pharo-dev] Pharo / Iceberg BOF at ESUG

2017-08-31 Thread Stephane Ducasse
Hi I'm wondering if we should not do a BOF around Pharo iceberg at ESUG. Stef

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-31 Thread Stephane Ducasse
Hi Niolai thanks for raising this issue. The description should be migrated to Pharo github. Stef On Thu, Aug 31, 2017 at 12:42 AM, Nicolai Hess wrote: > > > 2017-08-31 0:28 GMT+02:00 Cyril Ferlicot D. : >> >> Le 31/08/2017 à 00:06, Nicolai Hess

[Pharo-dev] The mooc is looking for forum moderators

2017-09-01 Thread Stephane Ducasse
Hi guys we are looking for some brave souls to help us helping newbies during the next run of the mooc planned for October 16th 2017... https://www.fun-mooc.fr/courses/course-v1:inria+41010+session02/about Please let me know if you are interested helping. Stef

Re: [Pharo-dev] Pharo / Iceberg BOF at ESUG

2017-09-01 Thread Stephane Ducasse
May be wednesday afternoon the talks On Fri, Sep 1, 2017 at 9:17 AM, Tudor Girba <tu...@tudorgirba.com> wrote: > +1 > > Doru > > >> On Sep 1, 2017, at 8:58 AM, Esteban Lorenzano <esteba...@gmail.com> wrote: >> >> +1 :) >> >>> On 31 A

Re: [Pharo-dev] Spec enhancements

2017-10-05 Thread Stephane Ducasse
onfiguration: 'SpecUIAddOns'; > version: #bleedingEdge; > load: 'Core'. > > Most widgets has examples in class side. > > Cheers, > > Hernán > > > > > 2017-10-05 4:55 GMT-03:00 Stephane Ducasse <stepharo.s...@gmail.com>: >> Hi rob >> >> I l

[Pharo-dev] Deprecating ValueHolder (call for Spec user)

2017-10-04 Thread Stephane Ducasse
Hi we have ValueHolder and NewValueHolder so I wanted to remove the 6 last user of ValueHolder. Now I see that we have ValueHolder >> contents: newContents contents := newContents. self changed: #contents NewValueHolder >> value: anObject self handleCircularReferencesWhile: [ |

[Pharo-dev] About Pragma comment and Pragma description

2017-10-04 Thread Stephane Ducasse
Hi, That is my proposal as well: introduce a first class entity that describes a Pragma instance. Who would be interested to play with this? Cheers, Doru Doru where can I find the code?

Re: [Pharo-dev] [ANN] Iceberg 0.6 released

2017-10-07 Thread Stephane Ducasse
Tim we talk about this format of methods year ago and we will like it and we will not discuss it anymore. For the record a method is a named block so it fits and we do not have to have {} for method delimiters. Stef On Fri, Oct 6, 2017 at 11:34 PM, Tim Mackinnon wrote: > Gosh

Re: [Pharo-dev] Swimming with the fish imagery

2017-10-07 Thread Stephane Ducasse
Did you watch the What is Pharo videos of the mooc :) On Sat, Oct 7, 2017 at 3:16 AM, Ben Coman wrote: > > "Swimming with the fish" is a catchy phrase that I like which seems to > encompass the strength of Pharo's tight development feedback loop that comes > from operating

Re: [Pharo-dev] [ANN] Iceberg 0.6 released

2017-10-07 Thread Stephane Ducasse
to brick. Stef On Sat, Oct 7, 2017 at 10:08 AM, Stephane Ducasse <stepharo.s...@gmail.com> wrote: > Tim > > we talk about this format of methods year ago and we will like it and > we will not discuss it anymore. > For the record a method is a named block so it fits and we

Re: [Pharo-dev] PharoMinimal ?

2017-10-07 Thread Stephane Ducasse
I will let guille and pavel reply because they know. Sven guille and/or Pavel sent a mail a while ago explaining all the different stages. What I want is that we continue shrinking the core and get a modular system. We are getting there for real. ;) Stef On Sat, Oct 7, 2017 at 4:18 PM, Sven

Re: [Pharo-dev] slots & first class relations

2017-10-07 Thread Stephane Ducasse
I would love that someone work on a Pharo modeling library: Pharo + relationships. Stef On Sat, Oct 7, 2017 at 2:45 PM, Ben Coman wrote: > thx for the tip. > cheers -ben > > > On Sat, Oct 7, 2017 at 8:24 PM, Peter Uhnák wrote: >> >> Take a look at the

Re: [Pharo-dev] Swimming with the fish imagery

2017-10-07 Thread Stephane Ducasse
wrote: > I haven't. I just went looking for it through all the video links here... >http://files.pharo.org/mooc/ > and couldn't recognise which you refer to. Do you have a link? > > cheers -ben > > On Sat, Oct 7, 2017 at 4:23 PM, Stephane Ducasse <stepharo.s...@gmail.com

Re: [Pharo-dev] Never-ending computations and cmd-dot

2017-09-27 Thread Stephane Ducasse
Hi hernan Indeed it would be nice to have a solution for such case. Now we did not look at it. Stef On Tue, Sep 26, 2017 at 5:58 AM, Hernán Morales Durand wrote: > Hi Tim, > > Yes, I am aware of such menu item. However I would like to know if > someone is working in a

Re: [Pharo-dev] STON question :)

2017-09-27 Thread Stephane Ducasse
:38 PM, Henrik Sperre Johansen <henrik.s.johan...@veloxit.no> wrote: > Stephane Ducasse-3 wrote >> On Tue, Sep 26, 2017 at 1:15 PM, Sven Van Caekenberghe > >> sven@ > >> wrote: >>> Stef, >>> >>>> On 24 Sep 2017, at 12:26, Steph

[Pharo-dev] Help for the mooc

2017-10-17 Thread Stephane Ducasse
Hi students have a problem with the following in Pharo 50 (we could not upgrade) (ZnEasy getPng: 'http://pharo.org/web/files/pharo.png') asMorph openInWindow ConnectionClosed : connection closed while waiting for data And well this is super annoying. Stef

[Pharo-dev] open street map

2017-10-18 Thread Stephane Ducasse
Hi guys in the mooc I was used to use this expression http://a.tile.openstreetmap.org/8/12/8.png and now I get an empty tile and I wonder why. May openstreet map changed their policy. Did any of you experience the same? Stef

Re: [Pharo-dev] Help for the mooc

2017-10-18 Thread Stephane Ducasse
Tx! I should fix it but probably the videos are still using the old one. On Tue, Oct 17, 2017 at 10:36 PM, Sven Van Caekenberghe <s...@stfx.eu> wrote: > > >> On 17 Oct 2017, at 22:29, Stephane Ducasse <stepharo.s...@gmail.com> wrote: >> >> Hi >> >

Re: [Pharo-dev] UnifiedFFI Docs

2017-10-18 Thread Stephane Ducasse
Please do not hesitate to do Pull Requests. Luc told me that he wants to do a pass on it and Esteban promises that to me but he is super busy. Stef On Wed, Oct 18, 2017 at 5:54 AM, Todd Blanchard wrote: > Wonderful! Thanks. > >> On Oct 17, 2017, at 3:45 PM, stephan

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-10-18 Thread Stephane Ducasse
Esteban it would be good to make the remote handling more robust because many people face this problem. On Tue, Oct 17, 2017 at 11:53 AM, Esteban Lorenzano wrote: > no is ok. > with the pharo version I know the iceberg version :) > > anyway your problem is that the remote

Re: [Pharo-dev] [ANN] SeasideTesting recovered from oblivion

2017-10-23 Thread Stephane Ducasse
It will be a good candidate when I will convert the Seaside book to pillar. Tx On Mon, Oct 23, 2017 at 12:04 PM, Esteban Lorenzano wrote: > Hi, > > I spend some days last week woking with the guys of AFI (http://afi-sa.fr, > yes they also use Pharo in some of their projects)

<    1   2   3   4   5   6   7   8   9   10   >