Re: [Pharo-dev] ImageWorkerTest>>#testError is failing

2015-02-05 Thread Nicolai Hess
2015-02-05 3:17 GMT+01:00 Juraj Kubelka : > Hi, > > a validation report > > says > that ImageWorkerTest>>#testError is failing but I do not have that test in > my Pharo image and I do not know how to d

Re: [Pharo-dev] ||

2015-02-05 Thread Marcus Denker
>>> >>> Is this now used in Squeak? Is it worth the complexity? >> >> Squeak doesn't use ReadOnlyVariableBinding anymore. The bindings of >> classes are instances of the ClassBinding class. >> Without using separate class it's a bit cumbersome (and less OO) to decide >> if an assignment to a g

Re: [Pharo-dev] How can I specify the bindings when evaluating an expression?

2015-02-05 Thread Nicolai Hess
2015-02-05 2:20 GMT+01:00 Sean P. DeNigris : > Nicolai Hess wrote > > We lost this feature in 40097 > > Which feature? Using bare associations instead of WorkspaceVariables? > Yes, maybe feature is the wrong word - ability? What is missing now is, convert an association into a "VariableBinding" s

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

2015-02-05 Thread GitHub
Branch: refs/tags/40475 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 4edeed: 40475

2015-02-05 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 4edeed0d881e8347a3cc294babe23f0949aa68a7 https://github.com/pharo-project/pharo-core/commit/4edeed0d881e8347a3cc294babe23f0949aa68a7 Author: Jenkins Build Server Date: 2015-02-05 (Thu, 05 Feb 2015

Re: [Pharo-dev] How Stable is Pharo 4.0?

2015-02-05 Thread Stephan Eggermont
Perfectly fine for daily use. At the moment there are no high-impact changes going on (like we had in 3 with RPackage and Opal) that take some time to stabilize. Once in a while there is a build that is less usable. As long as you follow the mailing list and commit often, no problem. Stephan

[Pharo-dev] GT + Dark Theme

2015-02-05 Thread Marcus Denker
Hi, 40 475 now integrates the fixes for making GT work nicer with the Dark Theme. Thanks to all the contributors! Marcus

Re: [Pharo-dev] Parsing float difference between 2.0 and 3.0, was it on purpose?

2015-02-05 Thread Ben Coman
I personally would prefer to be able to use exponents. No sure what the big picture is. cheers -ben On Thu, Feb 5, 2015 at 12:27 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Hi guys, > > In Pharo 2.0, the expression "Number readFrom: '2.58500098e+04' " > would answer 25850

Re: [Pharo-dev] GT + Dark Theme

2015-02-05 Thread Tudor Girba
Nice! Doru On Thu, Feb 5, 2015 at 10:32 AM, Marcus Denker wrote: > Hi, > > 40 475 now integrates the fixes for making GT work nicer with the Dark > Theme. > > Thanks to all the contributors! > > Marcus > > -- www.tudorgirba.com "Every thing has its own flow"

Re: [Pharo-dev] Parsing float difference between 2.0 and 3.0, was it on purpose?

2015-02-05 Thread Sven Van Caekenberghe
> On 05 Feb 2015, at 10:36, Ben Coman wrote: > > I personally would prefer to be able to use exponents. No sure what the big > picture is. > cheers -ben Of course exponents are still supported ;-) The discussion is about the + sign for positive exponents. I am not sure, but I think that tra

Re: [Pharo-dev] [pharo-project/pharo-core] 4edeed: 40475

2015-02-05 Thread Nicolai Hess
2015-02-05 10:09 GMT+01:00 GitHub : > Branch: refs/heads/4.0 > Home: https://github.com/pharo-project/pharo-core > Commit: 4edeed0d881e8347a3cc294babe23f0949aa68a7 > > https://github.com/pharo-project/pharo-core/commit/4edeed0d881e8347a3cc294babe23f0949aa68a7 > Author: Jenkins Build Serv

Re: [Pharo-dev] ||

2015-02-05 Thread Thierry Goubier
2015-02-05 10:12 GMT+01:00 Marcus Denker : > > > On 05 Feb 2015, at 10:04, Marcus Denker wrote: > > > > > >> On 04 Feb 2015, at 22:04, Levente Uzonyi wrote: > >> > >> A single parser is a nice goal, but performance is top priority for > Shout, because it should do it's job real-time. When it sta

Re: [Pharo-dev] ||

2015-02-05 Thread Sven Van Caekenberghe
> On 05 Feb 2015, at 10:46, Thierry Goubier wrote: > > > > 2015-02-05 10:12 GMT+01:00 Marcus Denker : > > > On 05 Feb 2015, at 10:04, Marcus Denker wrote: > > > > > >> On 04 Feb 2015, at 22:04, Levente Uzonyi wrote: > >> > >> A single parser is a nice goal, but performance is top priority f

[Pharo-dev] Metacello + Filetree

2015-02-05 Thread Sebastian Tleye
Hi, I am using a filetree repository for my project, also I have created a first stable version using the versioner tool. Everything was working fine until I commited more changes, now when I want to install the stable version is throwing an error saying that cannot resolve the package that it ne

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Yuriy Tymchuk
The problem here is that filetree only has the last version, so if you are on a commit with 12th, monticello cannot access 10th. I have created a guide some time ago on how to use metacello + github, maybe it can be useful for you: http://sleepycoders.blogspot.ch/2014/04/how-to-distribute-your-g

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Thierry Goubier
Hi Sebastian, filetree only gives you access to the latest version of your packages, and you can't access the history without access to the underlying version control system you are using. This access for Metacello is available in two ways: via Metacello github:// and bitbucket:// urls and tags o

Re: [Pharo-dev] ||

2015-02-05 Thread kilon alios
And there is also the matter of hardware evolution. When I was running Pharo on my 2007 imac 20'' with dual core 2.GHZ , Morphic was slow. And by slow I mean that I could see it was struggling to move windows around. I could see windows flickering trying to render themselves moving around. But no

Re: [Pharo-dev] ||

2015-02-05 Thread Thierry Goubier
2015-02-05 11:14 GMT+01:00 kilon alios : > And there is also the matter of hardware evolution. > > When I was running Pharo on my 2007 imac 20'' with dual core 2.GHZ , > Morphic was slow. And by slow I mean that I could see it was struggling to > move windows around. I could see windows flickering

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Sebastian Tleye
Thanks Yuriy and Thierry, I see what I can do, I was using Bitbucket until some time ago but now we moved our project to a private git server! 2015-02-05 11:13 GMT+01:00 Thierry Goubier : > Hi Sebastian, > > filetree only gives you access to the latest version of your packages, and > you can't a

[Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Sven Van Caekenberghe
Hi, I added ZnUrl>>#withRelativeReference: which implements the process described in section 5 of RFC 3986. https://pharo.fogbugz.com/f/cases/14855/Add-reference-resolution-to-ZnUrl Summary: In certain contexts (like links on a webpage) partial URLs are used that must be interpreted relative

Re: [Pharo-dev] ||

2015-02-05 Thread Thierry Goubier
2015-02-05 10:55 GMT+01:00 Sven Van Caekenberghe : > It is obviously a compromise (or a continuum) between abstractions and > performance. > I agree. With a special view in that we are in a sub domain where simple things well designed (Smalltalk, that is) are amazingly good at supporting complex

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Yuriy Tymchuk
Let us know about your solution, it can be interesting. Uko > On 05 Feb 2015, at 11:27, Sebastian Tleye wrote: > > Thanks Yuriy and Thierry, > > I see what I can do, I was using Bitbucket until some time ago but now we > moved our project to a private git server! > > 2015-02-05 11:13 GMT+01

[Pharo-dev] [CI] help needed: integration of Fuel changes with new version number

2015-02-05 Thread Max Leske
Hi guys Clément asked us a while ago to update Fuel for Spur support and we did (https://pharo.fogbugz.com/f/cases/14688/Change-CompiledMethod-header-serialization-to-use-signed-integer ).

Re: [Pharo-dev] ||

2015-02-05 Thread kilon alios
I am surely wont complain if you made code that I need to be faster, faster. Afterall languages like C/C++ are not popular by accident. Nor is accidental that many of python libraries are made in those two language that people love to hate. I am definitely not claiming that performance is not imp

Re: [Pharo-dev] Switching to Pharo from Visualworks

2015-02-05 Thread Markus Fritsche
On Wed, 4 Feb 2015 19:30:38 -0600 Stephen Travis Pope wrote: > How does a newbie learn what all the new packages are for? Glamour, Ring, > AsmJit, Zinc, etc. are neat names, but if they're not part of higher-level > packages it makes navigating the system (and even figuring out what they're > for

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Sebastian Tleye
hahah ok! 2015-02-05 11:33 GMT+01:00 Yuriy Tymchuk : > Let us know about your solution, it can be interesting. > > Uko > > > On 05 Feb 2015, at 11:27, Sebastian Tleye > wrote: > > Thanks Yuriy and Thierry, > > I see what I can do, I was using Bitbucket until some time ago but now we > moved our

Re: [Pharo-dev] Switching to Pharo from Visualworks

2015-02-05 Thread Serge Stinckwich
- Glamour : https://ci.inria.fr/pharo-contribution/view/Books/job/DeepIntoPharo/lastSuccessfulBuild/artifact/tmp/Glamour.pdf - Zinc : https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/Zinc-HTTP On Thu, Feb 5, 2015 at 11:37 AM, Markus Fritsche wrote: > On Wed, 4 Feb 2015 19:

Re: [Pharo-dev] GT + Dark Theme

2015-02-05 Thread p...@highoctane.be
Le 5 févr. 2015 11:52, "Sven Van Caekenberghe" a écrit : > > >> On 05 Feb 2015, at 10:32, Marcus Denker wrote: >> >> Hi, >> >> 40 475 now integrates the fixes for making GT work nicer with the Dark Theme. >> >> Thanks to all the contributors! >> >> Marcus > > > Ah, just beautiful: > > > Great wor

Re: [Pharo-dev] Switching to Pharo from Visualworks

2015-02-05 Thread Markus Fritsche
On Thu, 5 Feb 2015 11:45:53 +0100 Serge Stinckwich wrote: > - Glamour : > https://ci.inria.fr/pharo-contribution/view/Books/job/DeepIntoPharo/lastSuccessfulBuild/artifact/tmp/Glamour.pdf > - Zinc : > https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/Zinc-HTTP Thanks, but t

Re: [Pharo-dev] Switching to Pharo from Visualworks

2015-02-05 Thread Serge Stinckwich
On Thu, Feb 5, 2015 at 11:57 AM, Markus Fritsche wrote: > On Thu, 5 Feb 2015 11:45:53 +0100 > Serge Stinckwich wrote: > >> - Glamour : >> https://ci.inria.fr/pharo-contribution/view/Books/job/DeepIntoPharo/lastSuccessfulBuild/artifact/tmp/Glamour.pdf >> - Zinc : >> https://github.com/SquareBrac

Re: [Pharo-dev] ImageWorkerTest>>#testError is failing

2015-02-05 Thread Juraj Kubelka
Thank you, I have tried it, and it works on my computer. It just tests: -=-=- testError self should: [ self do: [ 1/0 ]] raise: ZeroDivide -=-=- And it likely cannot finish the job within 10 seconds. Can anyone try it on an Unix machine? Maybe it could b

Re: [Pharo-dev] ImageWorkerTest>>#testError is failing

2015-02-05 Thread Sven Van Caekenberghe
> On 05 Feb 2015, at 12:08, Juraj Kubelka wrote: > > Thank you, > > I have tried it, and it works on my computer. It just tests: > > -=-=- > testError > self > should: [ self do: [ 1/0 ]] > raise: ZeroDivide > -=-=- > > And it likely cannot finish the job wi

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Thierry Goubier
2015-02-05 11:27 GMT+01:00 Sebastian Tleye : > Thanks Yuriy and Thierry, > > I see what I can do, I was using Bitbucket until some time ago but now we > moved our project to a private git server! > If you are on a private server, then GitFileTree will work (except if the git server is on a non-st

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Serge Stinckwich
Why not launching a kickstarter thing to have someone (you !) paid to have a clean integration of git/pharo with documentation ? I guess people, companies and associations like ESUG can give money for that. Sent from my iPhone > On 5 févr. 2015, at 12:38, Thierry Goubier wrote: > > > > 20

[Pharo-dev] Pharo Catalogue

2015-02-05 Thread Markus Fritsche
On Thu, 5 Feb 2015 12:03:11 +0100 Serge Stinckwich wrote: > Having a catalog will definitively help here. > You should talk to Stéphane if you want to help us on this. Something I already thought of a year ago or so. To put something on a scratchpad: Tricky bit is to make it sustainable, packa

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Sebastian Tleye
Ok, great, I'll try GitFileTree, we are using the standard port. Thanks! 2015-02-05 12:53 GMT+01:00 Serge Stinckwich : > Why not launching a kickstarter thing to have someone (you !) paid to > have a clean integration of git/pharo with documentation ? I guess people, > companies and association

Re: [Pharo-dev] ImageWorkerTest>>#testError is failing

2015-02-05 Thread Juraj Kubelka
The issue is still present (4th validation report) and I have no clue to fix it. Cheers, Juraj > 5. 2. 2015 v 8:37, Sven Van Caekenberghe : > >> >> On 05 Feb 2015, at 12:08, Juraj Kubelka wrote: >

Re: [Pharo-dev] Metacello + Filetree

2015-02-05 Thread Thierry Goubier
2015-02-05 13:26 GMT+01:00 Sebastian Tleye : > Ok, great, I'll try GitFileTree, we are using the standard port. > Please ask if you need any help. Criticism on the lack of documentation and missing features accepted :) Thierry > > Thanks! > > 2015-02-05 12:53 GMT+01:00 Serge Stinckwich : > >>

[Pharo-dev] Spotter & exact match

2015-02-05 Thread Ben Coman
Some feedback on spotter. I want to search for #doIt. It shows me five methods starting with "doIt" but it would be nicer if exact matches took priority. Alternatively, it would be okay if typing "doit did an exact match. cheers -ben

Re: [Pharo-dev] Spotter & exact match

2015-02-05 Thread kilon alios
+1 On Thu, Feb 5, 2015 at 2:46 PM, Ben Coman wrote: > Some feedback on spotter. > > I want to search for #doIt. It shows me five methods starting with "doIt" > but it would be nicer if exact matches took priority. Alternatively, it > would be okay if typing "doit did an exact match. > > cheers

Re: [Pharo-dev] Spotter & exact match

2015-02-05 Thread Tudor Girba
Indeed, the matching has to be significantly improved. This is a work in progress, but we will likely get to it only in a couple of months. Doru On Thu, Feb 5, 2015 at 1:48 PM, kilon alios wrote: > +1 > > > On Thu, Feb 5, 2015 at 2:46 PM, Ben Coman wrote: > >> Some feedback on spotter. >> >>

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

2015-02-05 Thread GitHub
Branch: refs/tags/40476 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] abf9e7: 40476

2015-02-05 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: abf9e7101c0106e93e50b605501671ad1362dd27 https://github.com/pharo-project/pharo-core/commit/abf9e7101c0106e93e50b605501671ad1362dd27 Author: Jenkins Build Server Date: 2015-02-05 (Thu, 05 Feb 2015

Re: [Pharo-dev] GT + Dark Theme

2015-02-05 Thread Mariano Martinez Peck
Nice. And I have just added: PolymorphSystemSettings desktopImageFileName: '/Library/Desktop Pictures/Yosemite 3.jpg'. It looks nicer! On Thu, Feb 5, 2015 at 7:56 AM, p...@highoctane.be wrote: > > Le 5 févr. 2015 11:52, "Sven Van Caekenberghe" a écrit : > > > > > >> On 05 Feb 2015, at 10:32,

[Pharo-dev] [CI] is integrator actually integrating?

2015-02-05 Thread Max Leske
I’m subscribed to a couple of resolved (and validated) issues on fogbugz which don’t seem to get integrated, although the integrator runs once a day. Is something going wrong there? Issues to integrate: https://pharo.fogbugz.com/f/cases/14669/Delay-refactoring-part-2a-avoid-UI-locking-up-when-t

Re: [Pharo-dev] [CI] is integrator actually integrating?

2015-02-05 Thread Marcus Denker
> On 05 Feb 2015, at 15:08, Max Leske wrote: > > I’m subscribed to a couple of resolved (and validated) issues on fogbugz > which don’t seem to get integrated, although the integrator runs once a day. > Is something going wrong there? > > Issues to integrate: > > https://pharo.fogbugz.com/f/

Re: [Pharo-dev] [CI] is integrator actually integrating?

2015-02-05 Thread Max Leske
> On 05 Feb 2015, at 15:11, Marcus Denker wrote: > > >> On 05 Feb 2015, at 15:08, Max Leske > > wrote: >> >> I’m subscribed to a couple of resolved (and validated) issues on fogbugz >> which don’t seem to get integrated, although the integrator runs once a day. >>

Re: [Pharo-dev] [CI] help needed: integration of Fuel changes with new version number

2015-02-05 Thread Marcus Denker
> On 05 Feb 2015, at 11:35, Max Leske wrote: > > Hi guys > > Clément asked us a while ago to update Fuel for Spur support and we did > (https://pharo.fogbugz.com/f/cases/14688/Change-CompiledMethod-header-serialization-to-use-signed-integer > >

Re: [Pharo-dev] Proposal for LiteralArray class

2015-02-05 Thread Nicolai Hess
2015-02-02 3:03 GMT+01:00 Eliot Miranda : > > > On Sun, Feb 1, 2015 at 3:39 AM, Nicolai Hess wrote: > >> >> >> 2015-02-01 10:52 GMT+01:00 Ben Coman : >> >>> >>> Looking into Image locking problems [1] caused by a recursive array such >>> as this... >>> >>> literalArray := #( 1 2 3 ). >>>

Re: [Pharo-dev] TROSMTileProvider

2015-02-05 Thread Sven Van Caekenberghe
Thierry, Onil, I rounded up my experiments with a 2nd commit on my experimental branch: === Name: Roassal2-SvenVanCaekenberghe.720 Author: SvenVanCaekenberghe Time: 5 February 2015, 3:40:43.211681 pm UUID: 121ffc22-4a30-4153-bef1-e019a92862bc Ancestors: Roassal2-SvenVanCaekenberghe.719 Experimen

Re: [Pharo-dev] Proposal for LiteralArray class

2015-02-05 Thread Sven Van Caekenberghe
> On 05 Feb 2015, at 15:44, Nicolai Hess wrote: > > 2015-02-02 3:03 GMT+01:00 Eliot Miranda : > > > On Sun, Feb 1, 2015 at 3:39 AM, Nicolai Hess wrote: > > > 2015-02-01 10:52 GMT+01:00 Ben Coman : > > Looking into Image locking problems [1] caused by a recursive array such as > this... >

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

2015-02-05 Thread GitHub
Branch: refs/tags/40477 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 6a5096: 40477

2015-02-05 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 6a509693b22a9920f2a59f5c5194e612c27af9fc https://github.com/pharo-project/pharo-core/commit/6a509693b22a9920f2a59f5c5194e612c27af9fc Author: Jenkins Build Server Date: 2015-02-05 (Thu, 05 Feb 2015

Re: [Pharo-dev] [CI] help needed: integration of Fuel changes with new version number

2015-02-05 Thread Max Leske
> On 05 Feb 2015, at 15:19, Marcus Denker wrote: > > >> On 05 Feb 2015, at 11:35, Max Leske > > wrote: >> >> Hi guys >> >> Clément asked us a while ago to update Fuel for Spur support and we did >> (https://pharo.fogbugz.com/f/cases/14688/Change-CompiledMethod-head

Re: [Pharo-dev] ||

2015-02-05 Thread Levente Uzonyi
On Thu, 5 Feb 2015, Marcus Denker wrote: On 05 Feb 2015, at 10:04, Marcus Denker wrote: On 04 Feb 2015, at 22:04, Levente Uzonyi wrote: A single parser is a nice goal, but performance is top priority for Shout, because it should do it's job real-time. When it starts lagging behind, then

Re: [Pharo-dev] [Slots] Invisible Slots

2015-02-05 Thread Marcus Denker
On Mon, Jan 26, 2015 at 6:03 PM, Marcus Denker wrote: > > Next: Hidden ivar > > > This is now finally in #478. This is for notch just a subclass to have a normal InstanceVariable in a hidden version, later we will use the wrapping machism that we use already for MetaLinks to make it possible to h

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

2015-02-05 Thread GitHub
Branch: refs/tags/40478 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 6c62c7: 40478

2015-02-05 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 6c62c7435d8edd501c5be5a33f1ef5791f86a515 https://github.com/pharo-project/pharo-core/commit/6c62c7435d8edd501c5be5a33f1ef5791f86a515 Author: Jenkins Build Server Date: 2015-02-05 (Thu, 05 Feb 2015

Re: [Pharo-dev] [pharo-project/pharo-core] 6a5096: 40477

2015-02-05 Thread Ben Coman
On Thu, Feb 5, 2015 at 11:12 PM, GitHub wrote: > > > Log Message: > --- > 40477 > > 14669 Delay refactoring (part 2a) - avoid UI locking up when timer event > loop is stopped > https://pharo.fogbugz.com/f/cases/14669 > > > Thanks Max and Marcus for review and pushing this th

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Sven Van Caekenberghe
Peter, Thanks for the feedback. (CC-ing the list) > On 05 Feb 2015, at 18:16, PBKResearch wrote: > > Sven > > Thanks for your efforts. I have tried ZnUrl>>#withRelativeReference: on the > examples I gave in my e-mail of 11 Jan. Unfortunately it gives the same > incorrect result as ZnUrl>>#inCo

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Max Leske
> On 05 Feb 2015, at 18:28, Sven Van Caekenberghe wrote: > > Peter, > > Thanks for the feedback. (CC-ing the list) > >> On 05 Feb 2015, at 18:16, PBKResearch wrote: >> >> Sven >> >> Thanks for your efforts. I have tried ZnUrl>>#withRelativeReference: on the >> examples I gave in my e-mail o

Re: [Pharo-dev] ||

2015-02-05 Thread Eliot Miranda
On Thu, Feb 5, 2015 at 2:31 AM, Thierry Goubier wrote: > > > 2015-02-05 10:55 GMT+01:00 Sven Van Caekenberghe : > >> It is obviously a compromise (or a continuum) between abstractions and >> performance. >> > > I agree. With a special view in that we are in a sub domain where simple > things well

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Sven Van Caekenberghe
Max, Normal relative references are covered now. We are talking about a relative reference that looks like //otherhost.com/foo/bar.txt why would you do that and not just http://otherhost.com/foo/bar.txt ? I would like a concrete real-world example. Sven > On 05 Feb 2015, at 18:32, Ma

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Max Leske
> On 05 Feb 2015, at 19:24, Sven Van Caekenberghe wrote: > > Max, > > Normal relative references are covered now. > > We are talking about a relative reference that looks like > > //otherhost.com/foo/bar.txt That’s what I’m talking about. Pinterest for ex

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Max Leske
Addendum: I suspect that this practice will prevent CORS problems. If a page uses https to get the script for instance and the script calls another url on the same server but with http only, the request will fail (that’s a known problem with some of the Facebook scripts). > On 05 Feb 2015, at

Re: [Pharo-dev] ||

2015-02-05 Thread Thierry Goubier
2015-02-05 18:51 GMT+01:00 Eliot Miranda : > > > On Thu, Feb 5, 2015 at 2:31 AM, Thierry Goubier > wrote: > >> >> >> 2015-02-05 10:55 GMT+01:00 Sven Van Caekenberghe : >> >>> It is obviously a compromise (or a continuum) between abstractions and >>> performance. >>> >> >> I agree. With a special

Re: [Pharo-dev] TROSMTileProvider

2015-02-05 Thread Thierry Goubier
2015-02-05 15:47 GMT+01:00 Sven Van Caekenberghe : > Thierry, Onil, > > I rounded up my experiments with a 2nd commit on my experimental branch: > > === > Name: Roassal2-SvenVanCaekenberghe.720 > Author: SvenVanCaekenberghe > Time: 5 February 2015, 3:40:43.211681 pm > UUID: 121ffc22-4a30-4153-bef1

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Sven Van Caekenberghe
Peter, OK, thanks for the concrete example. So these are out there in the wild, I'll add a special case to handle these. Thanks, Sven > On 05 Feb 2015, at 20:03, PBKResearch wrote: > > Sven > > I agree the '//' case is weird, I would never use it myself. However, my > requirement is to be a

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Sven Van Caekenberghe
> On 05 Feb 2015, at 20:13, Max Leske wrote: > > >> On 05 Feb 2015, at 19:24, Sven Van Caekenberghe wrote: >> >> Max, >> >> Normal relative references are covered now. >> >> We are talking about a relative reference that looks like >> >> //otherhost.com/foo/bar.txt > > That’s what I’m t

[Pharo-dev] Howto create a new configuration?

2015-02-05 Thread Nicolai Hess
Hello, I fixed some issues for Athens and upload the changes to the repository. Now, I want to use Versionner to create a new configuration. What I tried: Open a fresh image Open the Athens repository and load the new changesets -> There are some merge conflicts. Why? There shouldn't be any conf

Re: [Pharo-dev] ||

2015-02-05 Thread Eliot Miranda
On Thu, Feb 5, 2015 at 11:34 AM, Thierry Goubier wrote: > > > 2015-02-05 18:51 GMT+01:00 Eliot Miranda : > >> >> >> On Thu, Feb 5, 2015 at 2:31 AM, Thierry Goubier < >> thierry.goub...@gmail.com> wrote: >> >>> >>> >>> 2015-02-05 10:55 GMT+01:00 Sven Van Caekenberghe : >>> It is obviously a c

Re: [Pharo-dev] [pharo-project/pharo-core] 6a5096: 40477

2015-02-05 Thread Max Leske
> On 05 Feb 2015, at 17:46, Ben Coman wrote: > > > On Thu, Feb 5, 2015 at 11:12 PM, GitHub > wrote: > > Log Message: > --- > 40477 > > 14669 Delay refactoring (part 2a) - avoid UI locking up when timer event loop > is stopped > https://pharo.

[Pharo-dev] development workflow for GTools (GToolkitCore)

2015-02-05 Thread Nicolai Hess
14850 Integrate GTools #development "From this version onwards the development version should be integrated." Is this a good idea? Does the #development version always include *all* the latest changes, because after Andrei opened 14866

Re: [Pharo-dev] [Slots] Invisible Slots

2015-02-05 Thread Clément Bera
I also can't wait to have a slot to automatically add instance variables in the additional method state for CompiledMethod subclasses. This shouldn't be tricky for you any more, should it ? I'm bored of not being able to add instance variables to compiledMethod subclasses :-). Having automatically

Re: [Pharo-dev] Howto create a new configuration?

2015-02-05 Thread Juraj Kubelka
I am just guessing: try to click on “development” item on the left side. Cheers, Juraj > 5. 2. 2015 v 17:13, Nicolai Hess : > > Hello, > > I fixed some issues for Athens and upload the changes to the > repository. Now, I want to use Versionner to create a new configuration. > What I tried: >

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Esteban A. Maringolo
2015-02-05 16:18 GMT-03:00 Max Leske : > Addendum: I suspect that this practice will prevent CORS problems. If a page > uses https to get the script for instance and the script calls another url > on the same server but with http only, the request will fail (that’s a known > problem with some of th

Re: [Pharo-dev] ||

2015-02-05 Thread Thierry Goubier
2015-02-05 21:28 GMT+01:00 Eliot Miranda : > > > On Thu, Feb 5, 2015 at 11:34 AM, Thierry Goubier < > thierry.goub...@gmail.com> wrote: > >> >> >> 2015-02-05 18:51 GMT+01:00 Eliot Miranda : >> >>> >>> >>> On Thu, Feb 5, 2015 at 2:31 AM, Thierry Goubier < >>> thierry.goub...@gmail.com> wrote: >>> >

Re: [Pharo-dev] Howto create a new configuration?

2015-02-05 Thread Nicolai Hess
2015-02-05 21:56 GMT+01:00 Juraj Kubelka : > I am just guessing: try to click on “development” item on the left side. > -> "Information: Nothing to save" Already tried :) > > Cheers, > Juraj > > > 5. 2. 2015 v 17:13, Nicolai Hess : > > > > Hello, > > > > I fixed some issues for Athens and upl

Re: [Pharo-dev] ZnUrl>>#withRelativeReference:

2015-02-05 Thread Sven Van Caekenberghe
> On 05 Feb 2015, at 22:05, Esteban A. Maringolo wrote: > > 2015-02-05 16:18 GMT-03:00 Max Leske : >> Addendum: I suspect that this practice will prevent CORS problems. If a page >> uses https to get the script for instance and the script calls another url >> on the same server but with http onl

Re: [Pharo-dev] ||

2015-02-05 Thread Eliot Miranda
Hi Thierry, On Thu, Feb 5, 2015 at 1:20 PM, Thierry Goubier wrote: > > > 2015-02-05 21:28 GMT+01:00 Eliot Miranda : > >> >> >> On Thu, Feb 5, 2015 at 11:34 AM, Thierry Goubier < >> thierry.goub...@gmail.com> wrote: >> >>> >>> >>> 2015-02-05 18:51 GMT+01:00 Eliot Miranda : >>> On T

Re: [Pharo-dev] [Slots] Invisible Slots

2015-02-05 Thread Eliot Miranda
On Thu, Feb 5, 2015 at 12:51 PM, Clément Bera wrote: > I also can't wait to have a slot to automatically add instance variables > in the additional method state for CompiledMethod subclasses. This > shouldn't be tricky for you any more, should it ? I'm bored of not being > able to add instance va

Re: [Pharo-dev] Howto create a new configuration?

2015-02-05 Thread Juraj Kubelka
I have downloaded the latest Pharo 4 and it looks like Esteban Lorenzano did the job. There is a new 2.7 version. Cheers, Juraj > 5. 2. 2015 v 18:28, Nicolai Hess : > > 2015-02-05 21:56 GMT+01:00 Juraj Kubelka >: > I am just guessing: try to click on “developmen

Re: [Pharo-dev] Howto create a new configuration?

2015-02-05 Thread Nicolai Hess
2015-02-05 23:06 GMT+01:00 Juraj Kubelka : > I have downloaded the latest Pharo 4 and it looks like Esteban Lorenzano > did the job. There is a new 2.7 version. > No, the version 2.7 is not new, I have some changes that came after that version. > > Cheers, > Juraj > > 5. 2. 2015 v 18:28, Nicola

Re: [Pharo-dev] review request

2015-02-05 Thread Nicolai Hess
2015-01-18 18:35 GMT+01:00 Ben Coman : > > On Sun, Jan 18, 2015 at 7:44 PM, Sven Van Caekenberghe > wrote: > >> Hi Ben, >> >> First off, thank you for looking into this, it is important, but it is >> also delicate and few people dare look at this stuff. >> > > This is why it would be good to give

Re: [Pharo-dev] Howto create a new configuration?

2015-02-05 Thread Juraj Kubelka
Well, then I cannot see packages that are not included in the version 2.7. Can you mention some? I will try to make a new version. Juraj > 5. 2. 2015 v 20:07, Nicolai Hess : > > > 2015-02-05 23:06 GMT+01:00 Juraj Kubelka >: > I have downloaded the latest Pharo

Re: [Pharo-dev] development workflow for GTools (GToolkitCore)

2015-02-05 Thread Ben Coman
Would it be possible/desirable to have a system such that: * bug fixes for external packages can be still be directly applied and tested in the Pharo-integrated branch * the CI workflow generates an updated ConfigurationOf{external package} that it pushes back to the external package repository? I

Re: [Pharo-dev] [Slots] Invisible Slots

2015-02-05 Thread Marcus Denker
> On 05 Feb 2015, at 21:51, Clément Bera wrote: > > I also can't wait to have a slot to automatically add instance variables in > the additional method state for CompiledMethod subclasses. This shouldn't be > tricky for you any more, should it ? I'm bored of not being able to add > instance v