Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-24 Thread Sean Glazier
Yes, I created in Bitbucket a repository named New-QLine. I created aBaselinOfNewQLine which just has stubs. I created 2 Packages. New-Qline and New-Qline-Tests each of these have 3 tags underneath and no classes defined since I wanted to ensure I would have no loading issue and so I can verify

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-24 Thread Dale Henrichs
I'd be interested in making this work ... could you supply additional details about the problems you are seeing perhaps we can fix the problems? Dale On 7/24/16 6:42 PM, Sean P. DeNigris wrote: Dale Henrichs-3 wrote Yes, Metacello supports bitbucket:// repos... N.B. IIRC I wasn't able to

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-24 Thread Dale Henrichs
On 7/24/16 4:47 PM, Ben Coman wrote: On Mon, Jul 25, 2016 at 4:23 AM, Dale Henrichs wrote: On 7/24/16 11:29 AM, Cyril Ferlicot D. wrote: Le 18/07/2016 à 20:33, Dale Henrichs a écrit : Hello Cyril, This appears to be related to the fact that the class

Re: [Pharo-users] [ANN] JSONWebToken

2016-07-24 Thread Sean P. DeNigris
Sean Glazier wrote > I am still trying to figure out how to get a commit to a git repository > hosted > of bit buck to commit etc. The simplest thing you can do is create a filetree:// repo via the Monticello Browser pointing to your local git clone and deal with it as any other repo. -

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-24 Thread Sean P. DeNigris
Dale Henrichs-3 wrote > Yes, Metacello supports bitbucket:// repos... N.B. IIRC I wasn't able to use it for my private projects because it doesn't work with private repos accessed via SSH - Cheers, Sean -- View this message in context:

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-24 Thread Ben Coman
On Mon, Jul 25, 2016 at 4:23 AM, Dale Henrichs wrote: > > > On 7/24/16 11:29 AM, Cyril Ferlicot D. wrote: >> >> Le 18/07/2016 à 20:33, Dale Henrichs a écrit : >>> >>> Hello Cyril, >>> >>> This appears to be related to the fact that the class comment file >>>

Re: [Pharo-users] An Implementation of JSON Web Tokens

2016-07-24 Thread stepharo
Hi andrew I would love to read a blog post on your architecture... and also add your application (if it makes sense) to the Pharo success story Stef Le 22/7/16 à 13:46, andrew glynn a écrit : Thanks for this Norbert. It works great with Teapot microservices that are associated with

Re: [Pharo-users] in Nautilus, clicking a pane with few items in it changed in Pharo 5

2016-07-24 Thread stepharo
In Pharo 4 if e.g. the method pane had 3 methods, the bottom method would be selected when clicking in the empty region at the bottom of the pane. In Pharo 5 nothing is selected. I did not know this behavior of the old list. Open a bug entry. Did you see that we can do inplace category

Re: [Pharo-users] System Browser "Implementors of..." drill down?

2016-07-24 Thread stepharo
Feel free to improve the tools. This is on my list to improve - method categorizer - finder to use lists instead of trees (because it is way better) - message browser (to make sure that from a scope browser, the env is passed and we do not end up browsing the complete env

Re: [Pharo-users] System Browser "Implementors of..." drill down?

2016-07-24 Thread stepharo
Hi hernan Could you send a screenshot so that I understand precisely what you mean? I tend to listen to grumbling people like you and me :) Stef Le 22/7/16 à 09:24, Hernán Morales Durand a écrit : This was actually implemented in older versions of Pharo (or Squeak), the browser also

Re: [Pharo-users] System Browser "Implementors of..." drill down?

2016-07-24 Thread stepharo
Thanks. Indeed this is nice. I would also love to scope and manipulate the scope of the list. For example I would like to only see the sender of a given package. Stef Le 22/7/16 à 14:50, Ben Coman a écrit : On Fri, Jul 22, 2016 at 2:47 PM, Dimitris Chloupis wrote:

Re: [Pharo-users] System Browser "Implementors of..." drill down?

2016-07-24 Thread stepharo
Yes, I know you like GTSpotter. But as difficult as you may find, me (and others possibly) didn't find GTSpotter so cool, or even an usable tool, so we don't feel the love you feel. Why? Well, there was too many discussions about this tool in the mailing list. On the other side, I would

Re: [Pharo-users] [ANN] Pillar 4.0.0

2016-07-24 Thread stepharo
Thanks you guys. I'm eager to follow your ESUG presentation :) Stef Le 22/7/16 à 15:41, Thibault ARLOING a écrit : Hello, I'm happy to announce the latest release of Pillar. This release has been possible because of the hard work of Damien Cassou, Cyril Ferlicot, Yann Dubois, Thibault

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-24 Thread Cyril Ferlicot D.
Le 24/07/2016 à 22:23, Dale Henrichs a écrit : > > > Cyril, > > Thanks for providing a stack trace ... I recognize the issue --- windows > has a 256 char (I think) path length limit and a handful of the > Metacello methods exceed this limit ... I've created a dev_win-hack > branch on Metacello

Re: [Pharo-users] Changing method definition at runtime

2016-07-24 Thread stepharo
Have a look at my JOOP'99 article because I explain how to develop instance specific behavior. Stef Le 24/7/16 à 17:14, Eric Velten de Melo a écrit : Actually I wanted to have many different object instances with different behaviours picked at random from a list of available behaviours,

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-24 Thread Dale Henrichs
On 7/24/16 11:29 AM, Cyril Ferlicot D. wrote: Le 18/07/2016 à 20:33, Dale Henrichs a écrit : Hello Cyril, This appears to be related to the fact that the class comment file (README.md) is unexpectedly missing from your download ... Since the file is present on GitHub[1] ... perhaps the

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-24 Thread Dale Henrichs
On 7/24/16 9:55 AM, Yuriy Tymchuk wrote: Well, AFAIK bitbucket is supported by Metacello, so if there is API good enough to get the directory tree of a repo it should be possible to create some kind of BitBucketcello Yes, Metacello supports bitbucket:// repos... Dale

Re: [Pharo-users] [ANN] Metacello support for GitFileTree metadata-less mode

2016-07-24 Thread Cyril Ferlicot D.
Le 18/07/2016 à 20:33, Dale Henrichs a écrit : > > Hello Cyril, > > This appears to be related to the fact that the class comment file > (README.md) is unexpectedly missing from your download ... Since the > file is present on GitHub[1] ... perhaps the download from failed in an > odd way

Re: [Pharo-users] Can GitHubcello be used against BitBucket?

2016-07-24 Thread Yuriy Tymchuk
Well, AFAIK bitbucket is supported by Metacello, so if there is API good enough to get the directory tree of a repo it should be possible to create some kind of BitBucketcello > On 21 Jul 2016, at 22:10, Sean Glazier wrote: > > Yes bit bucket is the JIRA tools repo

Re: [Pharo-users] Changing method definition at runtime

2016-07-24 Thread Ben Coman
On Sun, Jul 24, 2016 at 11:14 PM, Eric Velten de Melo wrote: > Actually I wanted to have many different object instances with different > behaviours picked at random from a list of available behaviours, but didn't > find practical to create a class for each different method

Re: [Pharo-users] Messages interceptions without using "halt"

2016-07-24 Thread Steven Costiou
Hi Thierry, Esteban, i forgot to thnk you for your advices. I tried Metalinks but it cannot intercept messages receptions. I used Ghost, i have been able to do it with virus-proxies and it works well. Le 2016-04-26 15:07, Esteban Lorenzano a écrit : > it is not what MetaLinks are for? > I

Re: [Pharo-users] Changing method definition at runtime

2016-07-24 Thread Steven Costiou
As i'm trying to build some kind of context oriented mechanism, i have the same need of behavior modification for a single instance of a class. I use virus-proxies in Ghost, that can intercept a message upon its reception in a particular object. From there it is possible to choose the code you

Re: [Pharo-users] Changing method definition at runtime

2016-07-24 Thread Eric Velten de Melo
Actually I wanted to have many different object instances with different behaviours picked at random from a list of available behaviours, but didn't find practical to create a class for each different method implementation and delegating to it, since there are many, possibly unlimited valid

Re: [Pharo-users] How learning Smalltalk can make you a better developer

2016-07-24 Thread Hernán Morales Durand
Nice article! Cheers, Hernán 2016-07-24 9:35 GMT-03:00 horrido : > My article at TechBeacon has already become the third most popular (most > viewed) article at the website. > And its first week of publication isn't over

Re: [Pharo-users] How learning Smalltalk can make you a better developer

2016-07-24 Thread horrido
My article at TechBeacon has already become the third most popular (most viewed) article at the website. And its first week of publication isn't over yet! Apparently, this has become something of a "hot" topic. If you look at the Live Listener Count