[Pharo-users] Slant question

2017-06-05 Thread john pfersich
Slant has a question/poll out there It's at https://www.slant.co/topics/25/~best-programming-language-to-learn-first?utm_source=Slant_campaign=digest_medium=email_content=questions Let's pile on it! Sent from my iPhone

Re: [Pharo-users] [Pharo-dev] GSoC Week 3 update - Enhancing Pharo Command Line

2017-06-05 Thread Ben Coman
On Thu, Jun 1, 2017 at 5:06 PM, Rajula Vineet wrote: > Hi all, > > It has been about three weeks, I started working on my GSoC project. The > first task I am working on is the new implementation for Current Working > Directory. I have written the new implementation.

[Pharo-users] Bloc/Brick/Spec

2017-06-05 Thread Brad Selfridge
I'm confused. I see the latest news and documentation about Bloc. Is Brick now dead and Bloc the default? I thought Brick was a layer on top of Bloc and Spec was layer on top on Brick? What is the direction now? Brad Selfridge - Brad Selfridge -- View this message in context:

Re: [Pharo-users] How to deploy headless app without changes and source files?

2017-06-05 Thread Andreas Sunardi
I had my changes and sources files in the bundle but has their write permission removed, and that causes the error. Simply deploying the tool without the changes file seems to fix it. Pharo5 doesn't complain if the changes file isn't there. However, without the sources file, I get this warning

Re: [Pharo-users] Wiring objects, IoC and Service Locator

2017-06-05 Thread Ben Coman
On Tue, Jun 6, 2017 at 5:11 AM, Stephane Ducasse wrote: > Tx ben. > When I see all this complexity for something that looks not that complex: > I prefer to pass the class and get done. > May be I missed something obvious... but when I see something too complex > I start

Re: [Pharo-users] XPath has unresolved dependencies

2017-06-05 Thread monty
Thanks, it should be fixed now.   Sent: Monday, June 05, 2017 at 6:50 AM From: "Henrik Nergaard" To: "Any question about pharo is welcome" , "mon...@programmer.net" Subject: XPath has unresolved dependencies Hi,  

[Pharo-users] How to deploy headless app without changes and source files?

2017-06-05 Thread Andreas Sunardi
I found this StackOverflow question: https://stackoverflow.com/questions/14737695/is-it-possible-to-deploy-a-pharo-image-without-changes-and-sources-files/14747328 and this older forum thread: https://www.mail-archive.com/pharo-project@lists.gforge.inria.fr/msg21170.html I'm using Pharo5.0 and

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-05 Thread Andreas Sunardi
I definitely will check Komitter and I can use and fallback to Ben's method. Thank you to all of you. On Mon, Jun 5, 2017 at 12:58 AM, Peter Uhnak wrote: > Komitter could indeed help you, see https://www.peteruhnak.com/ >

Re: [Pharo-users] STON Question

2017-06-05 Thread Offray Vladimir Luna Cárdenas
Ok Stef. Happy that we're exploring different paths ;-). Cheers, Offray On 05/06/17 13:56, Stephane Ducasse wrote: > Hi offray > > Thanks but pillar ha a conf since several years and it is working > well. Now I'm revisiting the implementation of cocoon > because I want to have it simpler

Re: [Pharo-users] Wiring objects, IoC and Service Locator

2017-06-05 Thread Stephane Ducasse
Tx ben. When I see all this complexity for something that looks not that complex: I prefer to pass the class and get done. May be I missed something obvious... but when I see something too complex I start to get worried. I think that thinking about the contract between classes at runtime is

Re: [Pharo-users] STON Question

2017-06-05 Thread Stephane Ducasse
Hi offray Thanks but pillar ha a conf since several years and it is working well. Now I'm revisiting the implementation of cocoon because I want to have it simpler independent of magritte and better tested. Now I just want to add a new functionality to output a configuration file from the

Re: [Pharo-users] Wiring objects, IoC and Service Locator

2017-06-05 Thread Ben Coman
On Tue, Jun 6, 2017 at 1:26 AM, Vitor Medina Cruz wrote: > Thanks for the answer Ben and Stephane. > > I already read A Mentoring Course on Smalltalk, Valloud, there is nothing > there I could use in this case :( . I will look after for The Design > Patterns Smalltalk

Re: [Pharo-users] STON Question

2017-06-05 Thread Offray Vladimir Luna Cárdenas
Hi, Maybe what I'm doing in Grafoscopio could help. I have a %metadata node which contains all configuration options for the production of the document (as shown in the image below). Exporting a document consist in looking for these nodes while traversing the notebook tree and applying that

Re: [Pharo-users] Wiring objects, IoC and Service Locator

2017-06-05 Thread Vitor Medina Cruz
Thanks for the answer Ben and Stephane. I already read A Mentoring Course on Smalltalk, Valloud, there is nothing there I could use in this case :( . I will look after for The Design Patterns Smalltalk Companion. Most of the sources provided I already know of or went in the same lines lines of

[Pharo-users] XPath has unresolved dependencies

2017-06-05 Thread Henrik Nergaard
Hi, Loading XPath from the catalog browser into the latest image raises a warning that there are unresolved references, and that the package depends on the following classes: XMLHighlighter, XMLHighlighterDefaults, GLMXMLHighlighterTextStylerDecorator. The regular XPath works fine ignoring

Re: [Pharo-users] Deprecating Auto-fix: WOW

2017-06-05 Thread Stephane Ducasse
:) little improvements one at a time but many many many times :) On Sat, Jun 3, 2017 at 3:32 PM, Sean P. DeNigris wrote: > Either I died and went to heaven, or my Pharo 6 image just ported all my > deprecated methods auto-magically. Very cool! Thanks!!! > > > > - >

Re: [Pharo-users] Wiring objects, IoC and Service Locator

2017-06-05 Thread Stephane Ducasse
Why don't you simply pass the class and use that class in your MovieLister? MovieLister new finderClass: MySuperCoolFinderClass ... MovieLister finder finderClass new . What is wrong with that. If you do not want to have a reference at runtime to a Finder then you need to use

Re: [Pharo-users] Porting Transducers to Pharo

2017-06-05 Thread p...@highoctane.be
Coupling this with Olek's work on the DataFrame could really come handy. Phil On Mon, Jun 5, 2017 at 9:14 AM, Stephane Ducasse wrote: > Hi Steffen > > > > The short answer is that the compact notation turned out to work much > better > > for me in my code, especially,

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-05 Thread Peter Uhnak
Komitter could indeed help you, see https://www.peteruhnak.com/blog/2016/08/12/fine-grained-committing-and-extending-nautilus/ Peter On Mon, Jun 05, 2017 at 08:27:23AM +0200, serge.stinckw...@gmail.com wrote: > Kommiter available in default image allows you do cherry pick quite easily. > >

Re: [Pharo-users] snap morphs/windows to each other when dragging

2017-06-05 Thread Stephane Ducasse
I do not know that by default. Especially since the drag and drop is when the mous is inside. this is anice scenario for bloc :) On Sun, Jun 4, 2017 at 2:51 PM, Peter Uhnak wrote: > Hi, > > is it possible to tell windows to "snap" to other windows when dragging? > > So e.g.

Re: [Pharo-users] Porting Transducers to Pharo

2017-06-05 Thread Stephane Ducasse
Hi Steffen > The short answer is that the compact notation turned out to work much better > for me in my code, especially, if multiple transducers are involved. But > that's my personal taste. You can choose which suits you better. In fact, > > 1000 take. > > just sits on top and simply calls

Re: [Pharo-users] Porting Transducers to Pharo

2017-06-05 Thread Stephane Ducasse
About NG this is strange but may be we were working on an old VW version. - I can help producing a nice document :) >> > > Do you mean like the booklets published over the last weeks? This would be > great. > yes now I do not want to help promoting a syntax that alienates me (and others because

Re: [Pharo-users] Porting Transducers to Pharo

2017-06-05 Thread Stephane Ducasse
We do not work with fileouts :) You should produce packages with also a configuration and published them on smalltalkhub or git and in the MetaRepository. You can also add package comments On Sat, Jun 3, 2017 at 10:29 PM, Steffen Märcker wrote: > Dear all, > > attached are

Re: [Pharo-users] STON Question

2017-06-05 Thread Stephane Ducasse
Sven I know what Ston is :) Now Pillar dev used Ston as input and it works. Then with some hooks they let the user convert the strings into specific objects and this is ok. Now I want to add export in Ston and for configurations I need to control for the application and not as a ston object the

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-05 Thread serge . stinckwich
Kommiter available in default image allows you do cherry pick quite easily. Envoyé de mon iPhone > Le 5 juin 2017 à 07:14, Ben Coman a écrit : > > > >> On Mon, Jun 5, 2017 at 10:12 AM, Andreas Sunardi wrote: >> I have a half done changes in my