Re: [Pharo-dev] Rubric set text without undorecord

2016-09-09 Thread stepharo
Oops. I will ask Alain (if he survives to the restart of the year). Stef Le 9/9/16 à 19:49, Nicolai Hess a écrit : Anyone knows how to set the text in a rub text model without generating an undorecord? Right now, opening a message browser and scrolling through the lists of entries updates

Re: [Pharo-dev] About file printOn: method

2016-09-09 Thread Udo Schneider
Hi Stef, once upon in time :-) I picked up the notion that #printString "should" return a string which (when executed) results in the printed object. Whereras #displayString is "nicer" for the user. Not quite sure if this still applies though. But in this regard what about something like

Re: [Pharo-dev] About file printOn: method

2016-09-09 Thread stepharo
Hi Udo Thanks for the suggestion. It means that the printOn: should really involve the FieSystem and this is probably right. Now the point of the printOn: vs the displayString is that we can get back an object and right now we get a string :) Your URI suggestion should be applied to the

Re: [Pharo-dev] About file printOn: method

2016-09-09 Thread Udo Schneider
I'm a bit biased on this. IMHO this simplification in the #printString (which I quite like BTW!) is only applicable to Files in DiskFileSystem. If you have a FileReference on a non disk filesystem (e.g. fr1 := FileSystem memory root / 'folder' / 'test.txt'.

Re: [Pharo-dev] typedef pointerArity for FFIOpaqueObjects

2016-09-09 Thread Esteban Lorenzano
Hi Ben, here you do not need to use an opaque object (is not that what you want). in this case you have two paths to follow: 1) you just declare CXIndex as an alias of ExternalAddress (or void*). This will work but is not cool because UFFI will answer you an ExternalAddress and probably you

Re: [Pharo-dev] SUnit improvements need review and feedback

2016-09-09 Thread Denis Kudriashov
2016-09-09 18:09 GMT+02:00 stepharo : > Tx denis. > > I wonder what is the reason of the crashes I experienced. > I don't know. Here is details on covered issue: TestExecutionEnvironment introduces problem when image is saved inside test process (which is case for Guille code

Re: [Pharo-dev] SUnit improvements need review and feedback

2016-09-09 Thread stepharo
Tx denis. I wonder what is the reason of the crashes I experienced. Le 9/9/16 à 18:01, Denis Kudriashov a écrit : And fix for Guille case is inbox 19073 . (details are inside)

Re: [Pharo-dev] Ombu losing file on folder renaming

2016-09-09 Thread stepharo
Ah, it fails when using the absolute path, which doesn't exist anymore...it would work by using a file locator , no? I do not know but I suspect that at each session restart this path should be renewed. El 8/9/2016 12:32, "Damien Pollet"

Re: [Pharo-dev] SUnit improvements need review and feedback

2016-09-09 Thread Denis Kudriashov
And fix for Guille case is inbox 19073 . (details are inside) 2016-09-05 23:30 GMT+02:00 Denis Kudriashov : > > 2016-09-05 18:23 GMT+02:00 Guillermo Polito

Re: [Pharo-dev] Ombu losing file on folder renaming

2016-09-09 Thread Martin Dias
Ah, it fails when using the absolute path, which doesn't exist anymore...it would work by using a file locator , no? El 8/9/2016 12:32, "Damien Pollet" escribió: > The path you copied corresponds to before, or after the rename ? > > On 8 September 2016 at 09:27,

[Pharo-dev] typedef pointerArity for FFIOpaqueObjects

2016-09-09 Thread Ben Coman
I have a type definition... typedef void *CXIndex; which I believe reads "CXIndex is a pointer at void" that is returned by... CXIndex clang_createIndex(int x, int y) This seems an obvious candidate to be a FFIOpaqueObject defined like this... FFIOpaqueObject subclass: #CXIndex

[Pharo-dev] [pharo-project/pharo-core] afc881: 60210

2016-09-09 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: afc88163c19ec091bfe3db3dc969adef74092578 https://github.com/pharo-project/pharo-core/commit/afc88163c19ec091bfe3db3dc969adef74092578 Author: Jenkins Build Server Date:

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

2016-09-09 Thread GitHub
Branch: refs/tags/60210 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Latest Configuration of XPath is broken

2016-09-09 Thread monty
Looks OK: https://ci.inria.fr/pharo-contribution/job/XPath/PHARO=60,VERSION=stable,VM=vm/lastCompletedBuild/console >From the output: > Project: XMLParser release-2.8.7 [2.8.7] Could you try manually loading the latest ConfigurationOfXMLParser from its repo and using the latest XPath config

[Pharo-dev] [pharo-project/pharo-core] 029f71: 60209

2016-09-09 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 029f71368a0922308dda859ff0fdb5fea76d2e60 https://github.com/pharo-project/pharo-core/commit/029f71368a0922308dda859ff0fdb5fea76d2e60 Author: Jenkins Build Server Date:

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

2016-09-09 Thread GitHub
Branch: refs/tags/60209 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Pharo-users] PharoJS ESUG 2016 Demo files

2016-09-09 Thread Dimitris Chloupis
Talking about javascript , I have been taking a look at the new chat channel I created at Discord for Pharo, Discord has a node.js API for creating plugins, was wondering how well PharoJS works with Node.js and if I can use it for this scenario . On Fri, Sep 9, 2016 at 11:53 AM Noury Bouraqadi

[Pharo-dev] PharoJS ESUG 2016 Demo files

2016-09-09 Thread Noury Bouraqadi
Hi, The Pharo 4.0 image + related files used in the PharoJS ESUG 2016 demo are now available for download at https://pharojs.github.io/faq.html#demoEsug2016 Best, Noury

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread Dimitris Chloupis
Discord has video conference as part of the plans https://mobile.twitter.com/discordapp/status/746540447586263040 The problem I see with having more than 10 people is latency. Just a 1 sec latency is enough to make people talk one on top of each other, in real life things are even worse when you

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread philippe.b...@highoctane.be
Not true. Terf experience would help in focusing the meeting and make it like a real assembly. We could take a conference theater with podium etc to make it work. I can help facilitating. And we can make an intro video to explain to people how they could just sit their avatar to listen, raise

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread philippe.b...@highoctane.be
Why are we not using 3DICC Terf for these? Would work wonderfully. We can have a persistent area, sound and webcam support, slides, Ron, how would it work cost wise for the Pharo Consortium to handle meetings in your servers? Phil Le 9 sept. 2016 09:25, "Norbert Hartl"

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread Norbert Hartl
Well, on the one hand this would be super cool. On the other hand nobody will listen to the meeting because everyone's playing with terf :) Norbert > Am 09.09.2016 um 08:51 schrieb Ron Teitelbaum : > > Terf? www.3dicc.com > > Ron Teitelbaum > > -Original Message-

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread Esteban Lorenzano
I would like to test terf, yes :) > On 09 Sep 2016, at 08:51, Ron Teitelbaum wrote: > > Terf? www.3dicc.com > > Ron Teitelbaum > > -Original Message- > From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of > Esteban Lorenzano > Sent: Friday,

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread Esteban Lorenzano
yeah, we are willing to pay… not immense amounts, but the consortium can pay for having better meetings ;) Esteban > On 09 Sep 2016, at 08:54, Norbert Hartl wrote: > > In the commercial world WebEx is quite prominent. No idea what they offer for > free. > >

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread Norbert Hartl
In the commercial world WebEx is quite prominent. No idea what they offer for free. https://www.webex.com/ But then usually only three or four people say anything. Should be a while to reach the limit. :) Norbert > Am 09.09.2016 um 08:46 schrieb Esteban Lorenzano : > >

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread Ron Teitelbaum
Terf? www.3dicc.com Ron Teitelbaum -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Esteban Lorenzano Sent: Friday, September 9, 2016 2:47 AM To: Pharo Development List Subject: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video

[Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-09 Thread Esteban Lorenzano
Hi, In the board we decided that we need to have a better support for public meetings (particularly for consortium meetings but also for others). So we wanted to explore other services that would allow is more than 10 persons participating (this limit is annoying). Now, I know google