[Pharo-users] feenk log

2018-08-16 Thread Tudor Girba
Hi, We again got carried away and forgot to update the world about what is up in our corner. Here is a summary: -- Bloc & Brick -- - Text editor stability has been significantly improved - Improved support for selection in the text editor - Support for typical editing keybindings (copy, cut,

Re: [Pharo-users] Trait method override

2018-08-16 Thread Vitor Medina Cruz
Thanks Julian! On Thu, Aug 16, 2018 at 5:38 PM, Julien wrote: > Hello Vitor, > > Yeah, I was talking about that with Pablo (who implemented stateful > traits) some times ago. > > He told me that aliasing was he way to go. > > There is no other option to override a trait method without aliasing

Re: [Pharo-users] Trait method override

2018-08-16 Thread Julien
Hello Vitor, Yeah, I was talking about that with Pablo (who implemented stateful traits) some times ago. He told me that aliasing was he way to go. There is no other option to override a trait method without aliasing it. Cheers, Julien --- Julien Delplanque Doctorant à l’Université de Lille

Re: [Pharo-users] Zinc loading problems (as project dep) - versions mess

2018-08-16 Thread Petr Fischer via Pharo-users
--- Begin Message --- That Metacello code snip did not update the ConfigurationOfZincHTTPComponents to the latest version, so actual stable version was not loaded :( Weird. pf > Yes, those .TheIntegrator versions are not real, can't explain that further. > > If you want to go to the very

Re: [Pharo-users] Zinc loading problems (as project dep) - versions mess

2018-08-16 Thread Sven Van Caekenberghe
Yes, those .TheIntegrator versions are not real, can't explain that further. If you want to go to the very latest version, you also have to load the latest version of ConfigurationOfZincHTTPComponents first, else you get an older latest version (yes this is a bit confusing, but it makes perfect

Re: [Pharo-users] Zinc loading problems (as project dep) - versions mess

2018-08-16 Thread Petr Fischer via Pharo-users
--- Begin Message --- I can't understand a mess in Zinc packages versions. I downloaded fresh 6.1 (32bit) image from pharo.org, opened Monticelo Browser and searced for 'Zinc-HTTP' package. There is version Zinc-HTTP (TheIntegrator.461). Repository info points to

Re: [Pharo-users] Trait method override

2018-08-16 Thread Vitor Medina Cruz
Well, found out about aliasing in http://pharo.gemtalksystems.com/book/LanguageAndLibraries/Traits/, is that the correct way of doint it? On Thu, Aug 16, 2018 at 11:30 AM, Vitor Medina Cruz wrote: > Hello, > > In a class that uses a Trait, how can I override one of it's method by > appending

Re: [Pharo-users] Zinc loading problems (as project dep)

2018-08-16 Thread Sven Van Caekenberghe
Hi Petr, I also have project: 'ZincHTTPComponents' with: [ spec className: 'ConfigurationOfZincHTTPComponents'; repository: 'http://mc.stfx.eu/ZincHTTPComponents'; loads: #('Core' 'Tests' 'REST' 'AWS'); versionString: #stable ]; in my main project, which has not

[Pharo-users] Zinc loading problems (as project dep)

2018-08-16 Thread Petr Fischer via Pharo-users
--- Begin Message --- Hello, I am trying to load stable Zinc as dependency in my project, like this: ... project: 'ZincHTTPComponents' with: [ spec className: #ConfigurationOfZincHTTPComponents;

[Pharo-users] Trait method override

2018-08-16 Thread Vitor Medina Cruz
Hello, In a class that uses a Trait, how can I override one of it's method by appending behavior to the method implemented by the Trait? In a typical override, this is done by calling super: method super method "extended behavior" ... Is there a way to change "super" to a reference

Re: [Pharo-users] separate native window of same Pharo image

2018-08-16 Thread Peter Uhnak
> I believe this is a known Windows issue. Well this is more of a show-stopper than just an issue. Is the project maintained? Is Windows support something that is planned? Thanks, Peter On Thu, Jul 19, 2018 at 7:35 PM kmo wrote: > I believe this is a known Windows issue. I have certainly

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-16 Thread Stephan Eggermont
In the group with Roassal you should load the (symbolic) version of Roassal you need. Stephan

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-16 Thread H. Hirzel
Hello Jesús Marí Your most recent note about the different groups for the Metacello command clarifies the situation. Thank you also for your two answers yesterday 15th. You asked if I installed Jupyter and and ZeroMQ in your system? The answer is no: I was assuming Jupytertalk (your Pharo

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-16 Thread Jesús Marí
Yes, you are right, indeed there are three groups in the baseline so you can install only JupyterTalk package doing Metacello new baseline: 'JupyterTalk'; repository: 'github://jmari/JupyterTalk:master/repository'; load:'default' This is the right way.

Re: [Pharo-users] XML Writer not pretty printing

2018-08-16 Thread Peter Uhnak
Thanks! #removeAllFormattingNodes did the trick. Perhaps #prettyPrinted / #enablePrettyPrinting should call it by default? WIth regards, Peter On Tue, Aug 14, 2018 at 10:27 PM Carlo wrote: > Hi Peter > > It seems that #preservesIgnorableWhitespace: is only adhered to "...When > validation is

Re: [Pharo-users] Jupyter notebooks / Dynabook / JupyterTalk

2018-08-16 Thread Stephan Eggermont
Jesús Marí wrote: > First screenshot shows a warning because JupyterTalk script doesn't care > about if Roassal or Polymath are installed or not, only tries to add some > methods to several of its classes...for sure you will be interested in these > frameworks combined with Jupyter, I suggest you