Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Tudor Girba
Exactly! Now try this: - While inspecting, go the Meta tab. - Select a method, and start writing the method that extends the inspector, like the method I gave you. - Save and the inspector is updated. This experience is still clumsy, but the idea here is that you can extend the inspector

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread p...@highoctane.be
In Tiki, there has been such discussions as well. https://tiki.org/License But yeah, MIT license is the best thing :-) Phil On Wed, Sep 7, 2016 at 12:25 AM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > > I thought for a while about the license. > > Fixing the ASP loophole

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Hernán Morales Durand
I thought for a while about the license. Fixing the ASP loophole means trying to escape from companies using a trick to avoid returning changes to the code back to the community[1]. I agree with such position. GNU AGPL is free, copyleft, approved by OSI, FSF, and used by successful projects :

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Hernán Morales Durand
Cool, now I see it. I added a package called GT-TerritorialExtensions where I will experiment with different extensions. Thank you. Hernán 2016-09-06 10:24 GMT-03:00 Tudor Girba : > Hi Hernan, > > I read quickly through the doc. Nice work! I noticed that you used the >

Re: [Pharo-users] Spec: InputWidget question

2016-09-06 Thread Nicolai Hess
2016-09-06 23:14 GMT+02:00 Brad Selfridge : > I've been trying for several days to get the Spec InputWidget to work as > expected. I've been running the "example2" example. If you enter text in > the input field and press the "enter" key, then the input text is returned. >

[Pharo-users] Spec: InputWidget question

2016-09-06 Thread Brad Selfridge
I've been trying for several days to get the Spec InputWidget to work as expected. I've been running the "example2" example. If you enter text in the input field and press the "enter" key, then the input text is returned. But, if you click the "Ok" button rather than "enter" key, then the input

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Tudor Girba
Hi Hernán, I believe Stef was asking about the choice of picking a viral license vs the permissive MIT one that we use in code that gets into Pharo (and several other larger related projects). Cheers, Doru > On Sep 6, 2016, at 10:28 PM, Hernán Morales Durand >

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Hernán Morales Durand
Hi Stef, I used the License Differentiator tool at http://oss-watch.ac.uk/apps/licdiff/ I like it because it fixes the 'ASP (application service provider) loophole' or 'privacy loophole' problem (See Choice Six in the tool) Hernán 2016-09-06 16:47 GMT-03:00 stepharo : > Hi

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread stepharo
Hi hernan why do you picked AGPL? We try to protect our community against license hell. Stef Le 6/9/16 à 11:40, Hernán Morales Durand a écrit : Hi Stephan, 2016-09-06 2:52 GMT-03:00 Stephan Eggermont >: On 06/09/16 06:24, Hernán Morales

Re: [Pharo-users] Lint Rule for Class-Side Method

2016-09-06 Thread Yuriy Tymchuk
Hi, sorry for late reply. What are you using to obtain critiques? QualityAssistnat? CriticBrowser? Cheers. Uko > On 06 Sep 2016, at 19:06, Sean P. DeNigris wrote: > > Sean P. DeNigris wrote >> I'm probably missing something obvious, but it seems like #checksMethod >>

Re: [Pharo-users] Lint Rule for Class-Side Method

2016-09-06 Thread Sean P. DeNigris
Sean P. DeNigris wrote > I'm probably missing something obvious, but it seems like #checksMethod > Lint Rules only get checked against instance-side methods. How does one > check class-side methods? I converted it to a #checksClass rule, but then > hits showed the class definition instead of the

Re: [Pharo-users] UFFI cleanup of externally allocated memory (was Re: UFFI const, unsigned, opaque-ish types)

2016-09-06 Thread Ben Coman
On Tue, Sep 6, 2016 at 8:08 PM, Esteban Lorenzano wrote: > Hi, > > sorry for arriving so late to this, but I was on holidays :) > this is how autoRelease works: > > 1) #autoRelease of an object registers object for finalisation with a > particular executor. Then behaviour is

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Tudor Girba
Hi Hernan, I read quickly through the doc. Nice work! I noticed that you used the GTInspector (even with multiple panes at a time). That was a nice surprise :). On this occasion I noticed that you could probably extend the inspector with a couple of dedicated views. For example, on page 35,

Re: [Pharo-users] UFFI cleanup of externally allocated memory (was Re: UFFI const, unsigned, opaque-ish types)

2016-09-06 Thread Esteban Lorenzano
Hi, sorry for arriving so late to this, but I was on holidays :) this is how autoRelease works: 1) #autoRelease of an object registers object for finalisation with a particular executor. Then behaviour is divided: 2.1.1) for ExternalAddresses, it just registers in regular way, who will call

Re: [Pharo-users] UFFI cleanup of externally allocated memory (was Re: UFFI const, unsigned, opaque-ish types)

2016-09-06 Thread Ben Coman
Hi Pierce, I can't determine from DemoFFI how the autorelease works. I see memory is allocated by the C library here DemoFFIAutoThing>>allocByReturnedPointer super allocByReturnedPointer. handle autoRelease where super is... DemoFFIThing>>allocByReturnedPointer ((handle :=

Re: [Pharo-users] PunQlite problems

2016-09-06 Thread Esteban Lorenzano
Hi, Voyage-UnQLite uses PunQLite driver. I will check what happens, because it should be working. Esteban ps: numbering is a mess, it doesn’t necessarily means anything. > On 06 Sep 2016, at 12:42, PBKResearch wrote: > > Hi Esteban > > Well, I tried re-installing

Re: [Pharo-users] PunQlite problems

2016-09-06 Thread PBKResearch
Hi Esteban Well, I tried re-installing from your repo, but now I cannot even run the tests in the mumez repo. Whatever I try, I get an error message in trying to open the database, saying I cannot get a pointer to a byte array. Previously, my Monticello browser said I was using

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Hernán Morales Durand
2016-09-06 2:53 GMT-03:00 Serge Stinckwich : > On Tue, Sep 6, 2016 at 6:24 AM, Hernán Morales Durand > wrote: > > > > I am happy to announce the release of Territorial, a new Smalltalk > library > > for Geographical Information Retrieval in

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread Hernán Morales Durand
Hi Stephan, 2016-09-06 2:52 GMT-03:00 Stephan Eggermont : > On 06/09/16 06:24, Hernán Morales Durand wrote: > >> >> I am happy to announce the release of Territorial, a new Smalltalk >> library for Geographical Information Retrieval in geopolitical objects. >> > > Nice. Please

Re: [Pharo-users] priority for startup actions

2016-09-06 Thread Peter Uhnák
> single startup file that's too messy > they are executed in reading order, so if you name them something10.st, something20.st, etc. they will be in order. ah, I'll try that Thanks, Peter On Tue, Sep 6, 2016 at 9:44 AM, Esteban Lorenzano wrote: > another solution is

Re: [Pharo-users] PunQlite problems

2016-09-06 Thread Esteban Lorenzano
Hi, most probably not related to the problem, but the currently maintained (for us) PunQLite is now here: https://github.com/pharo-nosql/PunQLite and correct way to install it is: Metacello new repository:

Re: [Pharo-users] priority for startup actions

2016-09-06 Thread Esteban Lorenzano
another solution is to put all your dependent startup actions in a single startup file… then you can load them in the order you want. Esteban > On 06 Sep 2016, at 09:43, Esteban Lorenzano wrote: > > they are executed in reading order, so if you name them something10.st

Re: [Pharo-users] priority for startup actions

2016-09-06 Thread Esteban Lorenzano
they are executed in reading order, so if you name them something10.st , something20.st , etc. they will be in order. Esteban > On 05 Sep 2016, at 10:10, Guille Polito wrote: > > Do you really mean startup actions or

Re: [Pharo-users] [ANN] Territorial

2016-09-06 Thread H. Hirzel
On 9/6/16, Stephan Eggermont wrote: > On 06/09/16 06:24, Hernán Morales Durand wrote: >> >> I am happy to announce the release of Territorial, a new Smalltalk >> library for Geographical Information Retrieval in geopolitical objects. > > Nice. Please tell us about your license