Re: [Pharo-dev] [Pharo-users] [ANN] RProjectConnector V1.0

2015-03-13 Thread Juan Pablo Sandoval Alcocer
Hi, I was trying to use RProjectConnector in my Mac (1.9.1) and i have some issues :(. I have copied the dynamic libraries of R to /usr/lib directory (.i.e. libR.dylib). But PharoVM does not find the libraries. For instance, this line of code returns always nil. self nbGetSymbolAddress

Re: [Pharo-dev] ZnUrl: Constructing without Scheme

2015-03-13 Thread Norbert Hartl
> Am 13.03.2015 um 20:04 schrieb Sven Van Caekenberghe : > > I know you mean well, but you cannot confuse things. Without some context, > not much can be done. #asZnUrl has totally no context. > Maybe this is misunderstanding. My point was that there is no context given by #asUrl. So it is not

Re: [Pharo-dev] Athens BitBlt bug?

2015-03-13 Thread stepharo
I do not know. May be igor is reading this mailing-list but I doubt. 2015-01-27 21:46 GMT+01:00 Nicolai Hess >: Anyone knows what this BitBlt bug is or was? 12818 Last row missing 13236

Re: [Pharo-dev] ZnUrl: Constructing without Scheme

2015-03-13 Thread Sven Van Caekenberghe
I know you mean well, but you cannot confuse things. Without some context, not much can be done. #asZnUrl has totally no context. I recently added ZnUrl>>#withRelativeReference: reference "Return a new URL by parsing & resolving the relative reference using myself as base URL. Th

Re: [Pharo-dev] ZnUrl: Constructing without Scheme

2015-03-13 Thread Norbert Hartl
> Am 13.03.2015 um 17:29 schrieb Sven Van Caekenberghe : > > >> On 13 Mar 2015, at 17:20, Norbert Hartl wrote: >> >> My concern is more that >> >> 'urn:foo:bar' asUrl >> >> doesn't do what it should :) > > That is because #urn is not in #schemesNotUsingDoubleSlash, it should > probably be

Re: [Pharo-dev] #milliseconds versus #milliSeconds

2015-03-13 Thread stepharo
Le 3/3/15 22:37, Stephan Eggermont a écrit : On 03/03/15 14:37, Sean P. DeNigris wrote: I definitely recall feeling "lots of pain" with the subStringXyz -> substringXyz that we're still dealing with in recent updates (I think I started that push as a naive newbie), but I'm not sure about the "

Re: [Pharo-dev] ZnUrl: Constructing without Scheme

2015-03-13 Thread Sven Van Caekenberghe
> On 13 Mar 2015, at 17:20, Norbert Hartl wrote: > > My concern is more that > > 'urn:foo:bar' asUrl > > doesn't do what it should :) That is because #urn is not in #schemesNotUsingDoubleSlash, it should probably be added. But then I have to read more about it first. https://en.wikipedia.

Re: [Pharo-dev] ZnUrl: Constructing without Scheme

2015-03-13 Thread Norbert Hartl
> Am 12.03.2015 um 22:20 schrieb Sean P. DeNigris : > > On Mar 12, 2015, at 4:54 PM, Sven Van Caekenberghe-2 [via Smalltalk] <[hidden > email] > wrote: >> The scheme is not optional, it defines what (kind) the URL is. You are >> expecting behaviour such as in a browser's address bar. But there,

Re: [Pharo-dev] ZnUrl: Constructing without Scheme

2015-03-13 Thread Sven Van Caekenberghe
Sean, > On 12 Mar 2015, at 22:33, Sean P. DeNigris wrote: > > On Mar 12, 2015, at 5:30 PM, Sven Van Caekenberghe-2 [via Smalltalk] <[hidden > email]> wrote: > > I think that what we have now is correct. I am willing to change my mind > > when you point to some RFC that supports your point ;-)

[Pharo-dev] [pharo-project/pharo-core] 1b4db2: 40556

2015-03-13 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 1b4db25bc8c28fbe0b92f96752a34dc57c8edbef https://github.com/pharo-project/pharo-core/commit/1b4db25bc8c28fbe0b92f96752a34dc57c8edbef Author: Jenkins Build Server Date: 2015-03-13 (Fri, 13 Mar 2015

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

2015-03-13 Thread GitHub
Branch: refs/tags/40556 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] QUESTION: Is anybody using zeroconf with Pharo 2.0?

2015-03-13 Thread Damien Cassou
Esteban Lorenzano writes: > that… is someone using it? I think the pharo-users mailing list is more appropriate -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

Re: [Pharo-dev] #milliseconds versus #milliSeconds

2015-03-13 Thread stepharo
definitively and we should have deprecated methods. Le 3/3/15 14:31, Ben Coman a écrit : Using Finder, the majority representation in the image appears to be all-lowercase #milliseconds with only a few #milliSeconds. Googling indicates the former is usual. Is it worth logging a ticket for

Re: [Pharo-dev] Athens BitBlt bug?

2015-03-13 Thread Nicolai Hess
2015-01-27 21:46 GMT+01:00 Nicolai Hess : > Anyone knows what this BitBlt bug is or was? > 12818 Last row missing > 13236 Fix 1 extra height > for Cairo surface > > Because with the fix in 13236, it is not

Re: [Pharo-dev] [BUG?]: Strange Fuel Result

2015-03-13 Thread Max Leske
> On 13 Mar 2015, at 08:39, Max Leske wrote: > >> >> On 13 Mar 2015, at 07:37, Max Leske wrote: >> >> >>> On 13 Mar 2015, at 02:24, Sean P. DeNigris wrote: >>> >>> Sean P. DeNigris wrote the file-in target had the slots in the same order as the inst var indexes. >>> >>> One more

Re: [Pharo-dev] [BUG?]: Strange Fuel Result

2015-03-13 Thread stepharo
Le 13/3/15 09:01, Marcus Denker a écrit : ClassDescription>>superclass: aSuperclass layout: aLayout layout := aLayout. self superclass: aSuperclass methodDictionary: MethodDictionary new format: aLayout format. se

Re: [Pharo-dev] Ring class/metaclass

2015-03-13 Thread stepharo
Ok I will propose something. And test it in the context of the FilePackage contents browser I'm writing. Stef Le 9/3/15 07:50, Marcus Denker a écrit : On 08 Mar 2015, at 20:16, stepharo wrote: Hi RGClassDefinition named: className. does not create the associated metaclass. It means

Re: [Pharo-dev] [BUG?]: Strange Fuel Result

2015-03-13 Thread Max Leske
> On 13 Mar 2015, at 09:01, Marcus Denker wrote: > >> >> >> ClassDescription>>superclass: aSuperclass layout: aLayout >> layout := aLayout. >> >> self >> superclass: aSuperclass >> methodDictionary: MethodDictionary new >> format: aLayout

Re: [Pharo-dev] [BUG?]: Strange Fuel Result

2015-03-13 Thread Marcus Denker
> > > ClassDescription>>superclass: aSuperclass layout: aLayout > layout := aLayout. > > self > superclass: aSuperclass > methodDictionary: MethodDictionary new > format: aLayout format. > self halt. > instanceVariables :=

Re: [Pharo-dev] [BUG?]: Strange Fuel Result

2015-03-13 Thread Max Leske
> On 13 Mar 2015, at 08:39, Max Leske wrote: > >> >> On 13 Mar 2015, at 07:37, Max Leske wrote: >> >> >>> On 13 Mar 2015, at 02:24, Sean P. DeNigris wrote: >>> >>> Sean P. DeNigris wrote the file-in target had the slots in the same order as the inst var indexes. >>> >>> One more

Re: [Pharo-dev] [BUG?]: Strange Fuel Result

2015-03-13 Thread Max Leske
> On 13 Mar 2015, at 07:37, Max Leske wrote: > > >> On 13 Mar 2015, at 02:24, Sean P. DeNigris wrote: >> >> Sean P. DeNigris wrote >>> the file-in target had the slots in the same order as the inst var >>> indexes. >> >> One more observation: if I serialize in the second image (the one that