Re: [Pharo-dev] Class syntax brainstorming

2017-05-23 Thread Luc Fabresse
t; Cheers, > > On Mon, May 22, 2017 at 10:48 AM, Ben Coman <b...@openinworld.com> wrote: > >> >> >> On Mon, May 22, 2017 at 3:25 PM, Luc Fabresse <luc.fabre...@gmail.com> >> wrote: >> >>> Hi, >>> >>> Following Pharo Days, I br

Re: [Pharo-dev] Class syntax brainstorming

2017-05-23 Thread Luc Fabresse
2017-05-22 15:06 GMT+02:00 Milan Vavra via Pharo-dev < pharo-dev@lists.pharo.org>: > > > -- Message transféré -- > From: Milan Vavra > To: pharo-dev@lists.pharo.org > Cc: > Bcc: > Date: Mon, 22 May 2017 06:06:26 -0700 (PDT) > Subject: Re: Class syntax

[Pharo-dev] Class syntax brainstorming

2017-05-22 Thread Luc Fabresse
Hi, Following Pharo Days, I brainstormed about some possible class definition syntaxes. What I have in mind: "basic mechanics, only THIS one in the image!" ClassDefinition new superclass: Object; "optional. If not specified, Object by default ;-)" name: #A; "optional and create an anonymous

Re: [Pharo-dev] About asClass and friend

2016-08-26 Thread Luc Fabresse
2016-08-26 9:10 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 26 Aug 2016, at 08:49, Luc Fabresse <luc.fabre...@gmail.com> wrote: > > Hi, > > My point of view is: > > 1) in code/core, we should use (we already said that with Camille in the > p

Re: [Pharo-dev] About asClass and friend

2016-08-26 Thread Luc Fabresse
Hi, My point of view is: 1) in code/core, we should use (we already said that with Camille in the past ;-)): self environmentAt: #Blah Object>>environmentAt: aSymbol ^ self class environmentAt: aSymbol Object class>>environmentAt: aSymbol ... The idea is that we can then customize name

Re: [Pharo-dev] Main pillar web site?

2015-05-18 Thread Luc Fabresse
Hi all, As a teacher, I wrote a little Lab subject to introduce the Visitor design pattern to students using Pillar. And I used the following fig to describe it. HIH, #Luc 2015-05-18 20:16 GMT+02:00 H. Hirzel hannes.hir...@gmail.com: Thank you. Is it possible to add a short paragraph about

Re: [Pharo-dev] Main pillar web site?

2015-05-18 Thread Luc Fabresse
! Luc On 18 May 2015 at 21:25, Luc Fabresse luc.fabre...@gmail.com wrote: Hi all, As a teacher, I wrote a little Lab subject to introduce the Visitor design pattern to students using Pillar. And I used the following fig to describe it. HIH, #Luc 2015-05-18 20:16 GMT+02:00 H

Re: [Pharo-dev] NativeBoost and memory management

2015-05-07 Thread Luc Fabresse
2015-05-07 9:58 GMT+02:00 Sven Van Caekenberghe s...@stfx.eu: On 07 May 2015, at 08:53, Holger Freyther hol...@freyther.de wrote: I used NB to access openlog, closelog and syslog of libc Why not use UDP datagrams to send messages to syslog ? such as what Olivier did:

Re: [Pharo-dev] [Review] Issue 14080: Nuke remaining subStringXyz's

2015-04-28 Thread Luc Fabresse
Congrats Sean for this one! It impacts on a lot of external packages... #Luc 2015-04-28 20:58 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: https://pharo.fogbugz.com/default.asp?14080 This was a real PITA! The monkey finally passed it. All [s|S]ubStr[ing].* methods and users have been

Re: [Pharo-dev] Updated WebDoc

2015-04-24 Thread Luc Fabresse
2015-04-24 9:18 GMT+02:00 Max Leske maxle...@gmail.com: On 24 Apr 2015, at 08:41, Esteban Lorenzano esteba...@gmail.com wrote: no, docs for pharo 4.0 are broken. I will regenerate it next week (it takes hours). and about if it is useful: no experienced smalltalker will ever use it. But

Re: [Pharo-dev] Making Seaside work in Pharo 4

2015-03-26 Thread Luc Fabresse
2015-03-26 15:16 GMT+01:00 Marcus Denker marcus.den...@inria.fr: On 26 Mar 2015, at 15:12, Luc Fabresse luc.fabre...@gmail.com wrote: 2015-03-26 12:04 GMT+01:00 Sean P. DeNigris s...@clipperadams.com: Marcus Denker-4 wrote It was in the “private” category and as such removed when

Re: [Pharo-dev] Making Seaside work in Pharo 4

2015-03-26 Thread Luc Fabresse
2015-03-26 12:04 GMT+01:00 Sean P. DeNigris s...@clipperadams.com: Marcus Denker-4 wrote It was in the “private” category and as such removed when there where no senders anymore after a cleanup. Ahh, I like that practice! I was thinking that the deprecation pragma should be used (to

Re: [Pharo-dev] Who maintains Aconcagua Chalten?

2015-03-20 Thread Luc Fabresse
Hernan probably missed your emails, try to contact him directly. #Luc 2015-03-20 13:26 GMT+01:00 Esteban Lorenzano esteba...@gmail.com: that was developed by Hernan Wilkinson trouppe… no idea if they keep maintaining it. Esteban On 20 Mar 2015, at 13:22, Sven Van Caekenberghe

Re: [Pharo-dev] Small Steps Multiply

2015-03-12 Thread Luc Fabresse
I fully agree *but* bash is installed by default and you still need a way to automatically download the image/vm (thanks zeroconf) and then even pass arguments to the image the first time you launch it (such as proxies ;-) so that gofer will find its way)... So bash is still not useless ... snif

Re: [Pharo-dev] Easy way to write a proxy?

2015-03-03 Thread Luc Fabresse
2015-02-27 20:57 GMT+01:00 Clément Bera bera.clem...@gmail.com: 2015-02-27 14:06 GMT+01:00 Mariano Martinez Peck marianop...@gmail.com: On Fri, Feb 27, 2015 at 7:10 AM, Marcus Denker marcus.den...@inria.fr wrote: For most cases Ghost is the way to go. We will add a proxy model

Re: [Pharo-dev] No more a single PDF for Updated PBE, why ?

2015-01-12 Thread Luc Fabresse
Hi Kilon, 2015-01-12 16:38 GMT+01:00 kilon alios kilon.al...@gmail.com: UPBE used to have a single pdf output for all chapters and I see this is no longer offered, why is that ? it was really convenient I've just updated the CI config. You now have a directory named book-result that contains

Re: [Pharo-dev] [Pharo-users] About Pharo books

2014-12-15 Thread Luc Fabresse
Hi Guys, I've just pushed some commits in SquareBracketAssociates/PharoReadyForReviews and now it compiles. I will do it for the new repos: PharoInProgress and PharoLimbo soon. @Stef, now https://github.com/pillar-markup/book-skeleton to have the latest pillar compilation tool chain. Cheers,

Re: [Pharo-dev] playground vs workspace

2014-12-09 Thread Luc Fabresse
2014-12-09 11:06 GMT+01:00 Sven Van Caekenberghe s...@stfx.eu: On 08 Dec 2014, at 22:53, Tudor Girba tu...@tudorgirba.com wrote: Hi everyone, My intention was to have a discussion based on arguments and to ask for permission to change something I believe in. If I give the impression

Re: [Pharo-dev] [ANN] Transition of Ubuntu PPA maintenance

2014-12-04 Thread Luc Fabresse
yes Thank you very much! #Luc 2014-12-04 23:40 GMT+01:00 Ben Coman b...@openinworld.com: Markus Fritsche wrote: Hello, The maintenance of the Ubuntu Pharo VM and .source Packages is being transferred from Damien Cassou to myself, Markus Fritsche. By trade, I am a Business Intelligence

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread Luc Fabresse
This is great. Fo info, DDS is a standardized MOM middleware heavily used in industrial apps with multiple concrete implementations such as http://www.prismtech.com/opensplice. And one of these implementations will be the next backend of ROS and therefore needed in PhaROS. Thx Santiago! #Luc

Re: [Pharo-dev] GetOpt

2014-12-02 Thread Luc Fabresse
2014-12-02 9:37 GMT+01:00 Esteban Lorenzano esteba...@gmail.com: is cool. I would like to explore the possibility to replace our command line parser with getopt. You know… is more compatible at the end :) +1 ! Thx Phil, Luc thanks phil. Esteban On 02 Dec 2014, at 08:45,

Re: [Pharo-dev] Scale in 3.0 (kind of ANN)

2014-12-02 Thread Luc Fabresse
Nice but I would like to know the exact status of Coral because it would be bad to restart from scratch. #Luc 2014-12-02 8:38 GMT+01:00 p...@highoctane.be p...@highoctane.be: I've put Guille's Scale thing ( http://guillep.github.io/blog/2014/01/23/replacing-bash-with-pharo/) into Pharo 3.0

Re: [Pharo-dev] Scale in 3.0 (kind of ANN)

2014-12-02 Thread Luc Fabresse
all shells are not named *sh for example, I really would love to have Xiki (http://xiki.org/screencasts/) in Pharo ;-) #Luc 2014-12-02 14:17 GMT+01:00 p...@highoctane.be p...@highoctane.be: On Tue, Dec 2, 2014 at 1:47 PM, Norbert Hartl norb...@hartl.name wrote: Am 02.12.2014 um 13:31

Re: [Pharo-dev] Scale in 3.0 (kind of ANN)

2014-12-02 Thread Luc Fabresse
yes I know I will try to put a student on it but I must get a good one ;-) #Luc 2014-12-02 14:53 GMT+01:00 Santiago Bragagnolo santiagobragagn...@gmail.com : wow. is amazing. 2014-12-02 14:46 GMT+01:00 Luc Fabresse luc.fabre...@gmail.com: all shells are not named *sh for example, I

Re: [Pharo-dev] tests coverage of minimal Pharo

2014-12-02 Thread Luc Fabresse
The idea is to integrate it with the VM (to some extend) via Sista next year. Meanwhile, you can already play with this idea thanks to Nick that implemented the Reflectogram idea. However, it requires a modified VM. It is explained in Nick's PhD but a paper will be published soon about that.

[Pharo-dev] Pharo+Git cons?

2014-12-02 Thread Luc Fabresse
Hi, I continue the discussion here because I really would like to know the cons of using Git + Pharo. From kilon's video (thx) and the discussion that followed, I have the following questions about possible drawbacks of Git+Pharo: - The most important point to me is: does ConfigurationOf work

Re: [Pharo-dev] Pharo+Git cons?

2014-12-02 Thread Luc Fabresse
it a try. Thank you all! #Luc 2014-12-02 18:00 GMT+01:00 Dale Henrichs dale.henri...@gemtalksystems.com: On Tue, Dec 2, 2014 at 8:00 AM, Luc Fabresse luc.fabre...@gmail.com wrote: Hi, I continue the discussion here because I really would like to know the cons of using Git + Pharo. From

Re: [Pharo-dev] Compilation error of the PharoEnterprise book with luatex

2014-12-01 Thread Luc Fabresse
, Luc Fabresse a écrit : now I can compile. I've pushed some fixes on github, we will see if it now breaks for other ;-) @Stef: $ luatex -v This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/MacPorts 2014_3) (rev 4971) do a macport update if you do not have this version. $ sudo port

[Pharo-dev] Books

2014-11-30 Thread Luc Fabresse
Hi Guys, Regarding the books, I think that all Zinc chapters and the STON one should be moved from the EnterprisePharo to the PharoWeb book. What do you think? #Luc

Re: [Pharo-dev] Compilation error of the PharoEnterprise book with luatex

2014-11-30 Thread Luc Fabresse
. I do not know Luc Stef Le 29/11/14 23:22, Luc Fabresse a écrit : now I can compile. I've pushed some fixes on github, we will see if it now breaks for other ;-) @Stef: $ luatex -v This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/MacPorts 2014_3) (rev 4971) do a macport

Re: [Pharo-dev] Compilation error of the PharoEnterprise book with luatex

2014-11-29 Thread Luc Fabresse
fairly easily. (I can't remember which other one originally tried that had some issues.) cheers -ben On Sat, Nov 29, 2014 at 12:02 AM, Luc Fabresse luc.fabre...@gmail.com mailto:luc.fabre...@gmail.com wrote: Hi All, I cannot compile the latest version in SquareBracketAssociates

Re: [Pharo-dev] Compilation error of the PharoEnterprise book with luatex

2014-11-29 Thread Luc Fabresse
outdated Then, you should be able to compile the latest version on github. Cheers, #Luc 2014-11-29 9:23 GMT+01:00 Luc Fabresse luc.fabre...@gmail.com: can one of you just give me the result of: luatex -v that works compiling the chapter. then, I will investigate. #Luc 2014-11-29 8:55 GMT+01

[Pharo-dev] Compilation error of the PharoEnterprise book with luatex

2014-11-28 Thread Luc Fabresse
Hi All, I cannot compile the latest version in SquareBracketAssociates/ EnterprisePharo.git My problem is that the FiraSans cannot be found. But in common.tex, the font path is correctly set up and the font is there. So on CI which version of luatex is used? I did not find it in the Jenkins

Re: [Pharo-dev] Stream instead of string concatenation

2014-11-26 Thread Luc Fabresse
Hi Uko, 2014-11-26 17:18 GMT+01:00 Yuriy Tymchuk yuriy.tymc...@me.com: Hi everyone! There is a Lint rule that suggests to use stream instead of strings concatenation. What is the most common way, to create a string this way, because the only thing I can come up with is: String

Re: [Pharo-dev] pane for repositories in the Configuration Browser

2014-11-05 Thread Luc Fabresse
2014-11-05 13:05 GMT+01:00 Torsten Bergmann asta...@gmx.de: Hi, when I initially created the config browser my idead was that (especially for newbees) the packages/frameworks/projects are easy to load. Key to success is easy access to things. One should not have to know or fight with

Re: [Pharo-dev] NAtiveBoost error

2014-11-04 Thread Luc Fabresse
Hi Alain, This is nice that you are working on a zmq binding for Pharo. Is it public and on Sthub? Cheers, #Luc 2014-11-04 7:43 GMT+01:00 Alain Rastoul alf.mmm@gmail.com: Le 04/11/2014 01:32, Igor Stasenko a écrit : What is zmq sockets? Some kind of wrapper library? Then best i can

[Pharo-dev] pane for repositories in the Configuration Browser

2014-11-04 Thread Luc Fabresse
Hi, I added a new slice in the inbox for this: https://pharo.fogbugz.com/default.asp?14392 it adds a pane for repositories in the Configuration Browser (cf. screenshot in the bugtracker) be careful, I made it the default Configuration Browser so you may want to deactivate it by default or not

Re: [Pharo-dev] Trouble while defining a customized tab in GT inspector

2014-11-02 Thread Luc Fabresse
tab. It probably matches what you want. Let me know if you still have troubles. Cheers, Doru On Wed, Oct 29, 2014 at 10:29 PM, Luc Fabresse luc.fabre...@gmail.com wrote: Hi all, I try to play with the GT inspector (thx Andrei and Doru for the great hands on session @ ESUG'14

[Pharo-dev] Trouble while defining a customized tab in GT inspector

2014-10-29 Thread Luc Fabresse
Hi all, I try to play with the GT inspector (thx Andrei and Doru for the great hands on session @ ESUG'14!). In short, I try to add a customized tab for Persons objects using a PersonUI facade and a subclass of GTObjectVariablesBrowser (ok I can explain why if needed ;-)). Like that:

Re: [Pharo-dev] ProtoObject/Proxies

2014-10-22 Thread Luc Fabresse
2014-10-22 14:53 GMT+02:00 Mariano Martinez Peck marianop...@gmail.com: Hi Esteban, You may want to check some proxy implementations I did. You can check Ghost proxies in my PhD thesis: http://rmod.lille.inria.fr/archives/phd/ PhD-2012-Martinez-Peck.pdf and here:

Re: [Pharo-dev] ProtoObject/Proxies

2014-10-22 Thread Luc Fabresse
2014-10-22 15:18 GMT+02:00 Esteban A. Maringolo emaring...@gmail.com: Hi Mariano, 2014-10-22 9:53 GMT-03:00 Mariano Martinez Peck marianop...@gmail.com: Hi Esteban, You may want to check some proxy implementations I did. You can check Ghost proxies in my PhD thesis:

Re: [Pharo-dev] [ANN] flow: a living full-stack #‎framework for the web

2014-10-07 Thread Luc Fabresse
2014-10-07 8:25 GMT-03:00 Ben Coman b...@openinworld.com: Sebastian Sastre wrote: I don’t know, flow is a mission with a curated framework (so it’s mission first) What you can see is flow’s features being done here: https://trello.com/b/NVqhll4I/flow I get... Board not found. This

Re: [Pharo-dev] Roadmap on tools?

2014-08-26 Thread Luc Fabresse
Hi all, Since the code of Spec has been integrated in Pharo when it was MIT, I think that this is not a problem. To me, the new licence only apply to the new code in the repository of Spec since the licence changed. So now, no spec code should be loaded in the Pharo base image. Cheers, Luc

Re: [Pharo-dev] Release TaskIT Version 1

2014-08-24 Thread Luc Fabresse
Hi Guys, Great to see TaskIt going on. 2014-08-24 22:07 GMT+02:00 Guillermo Polito guillermopol...@gmail.com: Hi guys! you probably already saw it in the list before, but I'm going anyways to re-release the first version of TaskIT :) What has changed between what Santiago said and this?

Re: [Pharo-dev] [Moose-dev] Roassal contest result

2014-08-21 Thread Luc Fabresse
yes congrats to both of you! nice demos #Luc 2014-08-21 11:29 GMT+01:00 Yuriy Tymchuk yuriy.tymc...@me.com: Thank you guys, it was very cool :) Uko On 21 Aug 2014, at 11:09, Natalia Tymchuk natalia.tymc...@unikernel.net wrote: Thank all of you very much. Best regards, Natalia

Re: [Pharo-dev] strange difference between localhost and 127.0.0.1 with a Zinc server on mac

2014-06-14 Thread Luc Fabresse
2014-06-14 6:04 GMT+02:00 Ben Coman b...@openinworld.com: Luc Fabresse wrote: Hi, I experiencing a strange difference between localhost and 127.0.0.1. In Pharo I do: (ZnServer startDefaultOn: ) onRequestRespond: [ :request | ZnResponse ok: (ZnEntity text: 'hello

Re: [Pharo-dev] Zinc IPv6 (was Re: strange difference between localhost and 127.0.0.1 with a Zinc server on mac)

2014-06-14 Thread Luc Fabresse
2014-06-14 10:55 GMT+02:00 Ben Coman b...@openinworld.com: Luc Fabresse wrote: 2014-06-14 6:04 GMT+02:00 Ben Coman b...@openinworld.com: Luc Fabresse wrote: Hi, I experiencing a strange difference between localhost and 127.0.0.1. In Pharo I do: (ZnServer startDefaultOn:

Re: [Pharo-dev] strange difference between localhost and 127.0.0.1 with a Zinc server on mac

2014-06-14 Thread Luc Fabresse
socket used is normally listening on all interfaces [0.0.0.0] Sven On 14 Jun 2014, at 09:17, Luc Fabresse luc.fabre...@gmail.com wrote: 2014-06-14 6:04 GMT+02:00 Ben Coman b...@openinworld.com: Luc Fabresse wrote: Hi, I experiencing a strange difference between localhost

[Pharo-dev] strange difference between localhost and 127.0.0.1 with a Zinc server on mac

2014-06-13 Thread Luc Fabresse
Hi, I experiencing a strange difference between localhost and 127.0.0.1. In Pharo I do: (ZnServer startDefaultOn: ) onRequestRespond: [ :request | ZnResponse ok: (ZnEntity text: 'hello') ] In bash: $ lsof -Pi | grep Pharo Pharo 2718 luc7u IPv4 0x1e64a2e9381f409b 0t0

Re: [Pharo-dev] ConfigurationOfIDE, ConfigurationOfMorphicUI

2014-06-11 Thread Luc Fabresse
Congrats! Luc 2014-06-10 22:02 GMT+02:00 Pavel Krivanek pavel.kriva...@gmail.com: Hi, I were successful in two small battles on the remodularization front. Firstly I'm able again to build image with ConfigurationOfIDE:

Re: [Pharo-dev] Delete a package in SmalltalkHub

2014-06-08 Thread Luc Fabresse
2014-06-06 21:47 GMT+02:00 jannik laval jannik.la...@gmail.com: Hum, I just retry from home and it works !!! So, I don't understand... an error related to proxies ? I don't understand. No I can't believe that it is related to proxies we will re-check Jannik 2014-06-06 21:43

Re: [Pharo-dev] ConfigurationOfMorphicCore

2014-06-04 Thread Luc Fabresse
Thanks Pavel, I have a clearer picture of the process. Luc 2014-06-04 11:47 GMT+02:00 Pavel Krivanek pavel.kriva...@gmail.com: 2014-06-04 0:09 GMT+02:00 Luc Fabresse luc.fabre...@gmail.com: Hi Pavel, I tested the image and it worked exactly as Doru described. I also noted that an error

Re: [Pharo-dev] ConfigurationOfMorphicCore

2014-06-03 Thread Luc Fabresse
Hi Pavel, I tested the image and it worked exactly as Doru described. I also noted that an error file is created when quitting the image. It contains: MessageNotUnderstood: receiver of new is nil Probably something in the shutdown? BTW, can you give some explanations on the different CI jobs?

Re: [Pharo-dev] ConfigurationOfIDE and issue 12601

2014-05-15 Thread Luc Fabresse
+1 #Luc 2014-05-15 18:43 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Sold. We make this goal number 1. Doru On Thu, May 15, 2014 at 6:36 PM, Esteban Lorenzano esteba...@gmail.comwrote: form my POV, this THE goal of pharo 4. Being able to build pharo from kernel and with nice

[Pharo-dev] Condense changes

2014-04-17 Thread Luc Fabresse
hi all, In a fresh image #30826, I tried: Smalltalk image condenseChanges - ZnInvalidUTF8 error https://pharo.fogbugz.com/default.asp?12729; describes that but it is closed. I tried the new version: PharoChangesCondenser condense. - parse error Do we open a new bug? Is there another way

[Pharo-dev] Smalltalkhub down

2014-04-15 Thread Luc Fabresse
Hi, http://www.downforeveryoneorjustme.com/http://smalltalkhub.com/ Any admin? ;-) #Luc

Re: [Pharo-dev] [OT] Pharo-Amber stack screencast

2014-04-11 Thread Luc Fabresse
Hi Sebastian, Really nice video and demo app! Thanks a lot for sharing this. Is the code available? To learn more in details ;-) In the video, I also liked when you presented the root folder of your project and how you managed the marriage of everything. For example, you explained that you use

Re: [Pharo-dev] [OT] Pharo-Amber stack screencast

2014-04-11 Thread Luc Fabresse
2014-04-11 22:06 GMT+02:00 Sebastian Sastre sebast...@flowingconcept.com: On Apr 11, 2014, at 4:47 PM, Luc Fabresse luc.fabre...@gmail.com wrote: Hi Sebastian, Really nice video and demo app! Thanks a lot for sharing this. thanks for your feedback, I’m glad you enjoyed! Is the code

Re: [Pharo-dev] Crazy Smalltalk code snippets

2014-03-27 Thread Luc Fabresse
Hi Frank, It you be excellent to have a workshop paper on partial continuations. Here are the infos: http://www.esug.org/wiki/pier/Conferences/2014/IWST14 Cheers, #Luc 2014-03-26 14:25 GMT+01:00 Frank Shearar frank.shea...@gmail.com: Hi Stef, Thanks for the kind words! How would I go

Re: [Pharo-dev] [Pharo-users] Pharo 3.0 on Mac OS X 10.9

2014-02-27 Thread Luc Fabresse
2014-02-27 11:43 GMT+01:00 Damien Cassou damien.cas...@gmail.com: Hi Sven, On Wed, Feb 26, 2014 at 11:52 PM, Sven Van Caekenberghe s...@stfx.eu wrote: The out of the box experience. Installing and running Pharo 3.0 on a blank Mac OS X 10.9 account in 40 seconds.

Re: [Pharo-dev] iPad version does not work ?

2014-02-26 Thread Luc Fabresse
Hi All, Are these steps written README file in the PharoVM repo? e.g. https://github.com/pharo-project/pharo-vm/blob/master/README.md Luc 2014-02-26 21:34 GMT+01:00 jannik laval jannik.la...@gmail.com: Yes, but a Pharo1.4 I tried with a Pharo2.0 but it freezes. Morover, for Pharo2.0 there

Re: [Pharo-dev] ARM, Raspbian: Good new everyone, Raspbian display is now fixed

2014-02-13 Thread Luc Fabresse
this is really nice. good job JB! I should try it. #Luc 2014-02-13 19:21 GMT+01:00 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com: Just a question: did you switch back to bitmap fonts? 2014-02-13 19:01 GMT+01:00 Sven Van Caekenberghe s...@stfx.eu: Very nice, I will try it over the

Re: [Pharo-dev] What will change in Pharo with Spur the new Cog memory manager ...

2014-02-06 Thread Luc Fabresse
Thanks Clement for the post and a big thank you to Eliot for Spur! Can't wait for pharo 4 running on Spur-based Cog ;-) Luc 2014-02-07 Clément Bera bera.clem...@gmail.com: 2014-02-06 20:34 GMT+01:00 Sebastian Sastre sebast...@flowingconcept.com : Thanks for this information. Great post.

Re: [Pharo-dev] Two videos to explain what we do when integrating a fix.

2014-01-07 Thread Luc Fabresse
2014/1/7 Benjamin benjamin.vanryseghem.ph...@gmail.com I do not want that end users to get expose to git on the command-line with different platforms. We should keep the simplicity of Pharo. Having an integration process based on git will expose only core-developpers ton git :) yes.

Re: [Pharo-dev] Pharo magic

2013-12-06 Thread Luc Fabresse
Hi, thanks kilon for sharing your Python experience ;-) I really enjoy listening to people that discover Pharo recently. Thank you all! #Luc 2013/12/6 kilon alios kilon.al...@gmail.com Well I tried pharo just for fun , I knew it would not last. Pharo is unpopular, not enough libraries,

Re: [Pharo-dev] NativeBoost String Handling Bug?

2013-12-03 Thread Luc Fabresse
Congrats Sean! and thanks Igor ;-) #Luc 2013/12/3 Igor Stasenko siguc...@gmail.com Yes, thank you. On 3 December 2013 05:57, Sean P. DeNigris s...@clipperadams.com wrote: Igor Stasenko wrote if yes then i think we can finally close the bug entry). I updated the issue and made your

Re: [Pharo-dev] Old ClassBuilder remove!

2013-11-21 Thread Luc Fabresse
yes thanks a lot! I like cleaning. #Luc 2013/11/21 Camille Teruel camille.ter...@gmail.com On 21 nov. 2013, at 13:44, kilon alios kilon.al...@gmail.com wrote: any links why newcomers like me should be impressed ? Whats the advantages ? That's just cleaning. The old class builder was

Re: [Pharo-dev] Does browse make sense?

2013-11-07 Thread Luc Fabresse
Hi Mariano, I would prefer to keep browse for everything. If it is a selector, it opens a browser on the only one implementation or the implementors windows. If it is a class name, it browses it. etc. my idea would be to have one keybinding and context disambiguation. Cheers, Luc #Luc

Re: [Pharo-dev] Duplicate IVs | Bug or feature?

2013-11-04 Thread Luc Fabresse
2013/11/4 Luc Fabresse luc.fabre...@gmail.com perhaps related to the new object layout. arg no, not in 2.0 I guess Luc Luc 2013/11/4 Noury Bouraqadi bouraq...@gmail.com Hi, In Pharo2.0 #20625 it's possible to create two classes, one inheriting from the other, and declaring

Re: [Pharo-dev] Duplicate IVs | Bug or feature?

2013-11-04 Thread Luc Fabresse
perhaps related to the new object layout. Luc 2013/11/4 Noury Bouraqadi bouraq...@gmail.com Hi, In Pharo2.0 #20625 it's possible to create two classes, one inheriting from the other, and declaring the exact same IV (attached code). It turns out that instances of the subclass hold two IVs

Re: [Pharo-dev] CMD+/ = Comment Selection or Line

2013-10-20 Thread Luc Fabresse
On Oct 20, 2013, at 11:49 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: I love you :) Doest it take in account nested comments ? yes ;-) Ben On Oct 20, 2013, at 1:19 AM, Luc Fabresse luc.fabre...@gmail.com wrote: Hi all, I wanted to be able to easily comment lines

[Pharo-dev] CMD+/ = Comment Selection or Line

2013-10-19 Thread Luc Fabresse
Hi all, I wanted to be able to easily comment lines or code selection using CMD+/ For those interested, a .cs to test is here: https://pharo.fogbugz.com/f/cases/11959 It is implemented in SmalltalkEditor so it works for: Workspace, Nautilus code pane, … Cheers, #Luc

Re: [Pharo-dev] Pharo Sprint Lille 18th October

2013-10-17 Thread Luc Fabresse
Hi all, I will be there too. Luc #Luc 2013/10/8 Erwan Douaille douailleer...@gmail.com count me in :) (afternoon) 2013/10/8 Noury Bouraqadi bouraq...@gmail.com I'll be traveling, so I won't make it. Hope to attend next time. Noury On 8 oct. 2013, at 15:40, Marcus Denker wrote:

[Pharo-dev] Commit right on github.com/pharo-project/pharo-vm/

2013-10-08 Thread Luc Fabresse
Hi all, I made a pull request on github a week ago on the pharo-vm repo. https://github.com/pharo-project/pharo-vm/pulls Can someone give me commit rights there? Bug entry is there: https://pharo.fogbugz.com/f/cases/11698/Serial-Plugin-primitives-ByName Cheers, #Luc

Re: [Pharo-dev] Commit right on github.com/pharo-project/pharo-vm/

2013-10-08 Thread Luc Fabresse
...@gmail.com wrote: can you remake the pull request on the development branch? arg, I will… Luc I changed the branches and added travis in the meantime. sorry for the inconvenience :( On 2013-10-08, at 10:19, Luc Fabresse luc.fabre...@gmail.com wrote: Hi all, I made a pull request

Re: [Pharo-dev] [Pharo-users] [ANN] Bootstrap for Seaside3 project (Release 0.1.0)

2013-10-03 Thread Luc Fabresse
Thank you very much Torsten! #Luc 2013/10/3 Stéphane Ducasse stephane.duca...@inria.fr Gorgeous On Oct 3, 2013, at 12:52 AM, Torsten Bergmann asta...@gmx.de wrote: Hi, there are various frameworks out there helping you to ease common tasks in web development. One of them is

[Pharo-dev] VM Serial plugin

2013-09-27 Thread Luc Fabresse
Hi all, With Santiago, we made a small fix for the serial plugin on Linux and OsX. We worked on a cloned repository of the PharoVM on github. I just sent a pull request. I guess I should also fill a bug entry somewhere. on which bugtracker, the pharo one ? Tell me and I will do it.

[Pharo-dev] VM repos on Gitorious

2013-09-25 Thread Luc Fabresse
Hi all, I am little bit lost in all repositories on Gitorious. I was using cogvm/blessed but currently it does not compile smoothly (small glitches) on my mountain lion. But VM is green on CI: https://ci.inria.fr/pharo/view/VM/job/PharoVM/ So my questions are: - does CI uses cogvm/pharovm

Re: [Pharo-dev] VM repos on Gitorious

2013-09-25 Thread Luc Fabresse
2013/9/25 Sean P. DeNigris s...@clipperadams.com EstebanLM wrote Sorry for the mess. Evolution is never pretty. All we can do is act and error correct. Thank you (all the core devs) for being consistently available to clear up the inevitable confusion :) yes thanks ;-) and I will try

Re: [Pharo-dev] Metacello2 now is part of Pharo3

2013-09-18 Thread Luc Fabresse
Hi, Cool. Is Versionner also integrated? Luc #Luc 2013/9/18 Esteban Lorenzano esteba...@gmail.com Hi, Since 10 minutes ago, Metacello2 is part of Pharo :) Thanks Dale and Christophe for their hard work! Now... we have a lot more of functionality and possibilities, but I will let

Re: [Pharo-dev] [NativeBoost] Can't load function on OS X 10.8.5

2013-09-15 Thread Luc Fabresse
Hi, I checked the symbol table: nm /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libclient.dylib | grep JNI_CreateJavaVM_Impl 6ee9 T _JNI_CreateJavaVM_Impl so it seems that the exported symbol is _JNI_CreateJavaVM_Impl Luc #Luc 2013/9/15 Joachim Geidel

Re: [Pharo-dev] NBFFI version of the OpenDBXDriver

2013-09-12 Thread Luc Fabresse
2013/9/12 Mariano Martinez Peck marianop...@gmail.com On Thu, Sep 12, 2013 at 1:08 AM, Rocio Amaya rochiam...@gmail.com wrote: * Hi! I'd like to show a bit the outcome of the first iteration of the DBXTalk Gsoc of this year. First, I've been adapting myself to the environment and

Re: [Pharo-dev] self foo: (var := …) vs var := …. self foo: var

2013-09-02 Thread Luc Fabresse
2013/9/2 Stéphane Ducasse stephane.duca...@inria.fr Alex from a style point of view I found really ugly to use the side effect value. I tend to think that they return #undefined as in Scheme. yes but it would be nice if := were a message send and in that case it would make sense to write

Re: [Pharo-dev] Where did Nativeboost Documentation disappear ?

2013-06-05 Thread Luc Fabresse
Hi Dimitris, yes it has moved. I said it in the commit log but did not provide the link. here it is: https://github.com/SquareBracketAssociates/PharoLimbo/blob/master/NativeBoost/nativeboost.tex Then, I probably do not have write access to the Nativeboost google code website. Cheers, Luc

Re: [Pharo-dev] Where did Nativeboost Documentation disappear ?

2013-06-05 Thread Luc Fabresse
Here it is: https://code.google.com/p/nativeboost/wiki/Help Enjoy, Luc 2013/6/5 kilon theki...@yahoo.co.uk tried also pdftex in ubuntu again it complains about errors in nativeboost.tex file :( just dozen of warnings ;-) but now I committed the pdf also -- View this message in