Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-03 Thread Johannes Brauer
I have got an image with my application running, so I could repair my rep. So, we can close the „issue“. Cheers Johannes > Am 03.08.2017 um 20:45 schrieb Alistair Grant : > > On Thu, Aug 03, 2017 at 06:04:37PM +, Johannes Brauer wrote: >> Hi Ben, hi Alistair! >> >>

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Tim Mackinnon
So I dont think I am going crazy - but there are so many different ways of working. I'll raise a bug in the morning. The trouble with enabling metacello support is that baselines aren't configs and so they don't have methods like #project that it seems to rely on. Tim Sent from my iPhone >

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Alistair Grant
On Thu, Aug 03, 2017 at 05:28:33PM +0100, Tim Mackinnon wrote: > Alistair - does that mean you?ve not tried using that menu item on a baseline > package? I think its there for this reason - but maybe Esteban will comment > when he?s back from holiday. OK, that's embarrassing... I didn't read your

[Pharo-users] Unknown variable warning with a method name when saving a method

2017-08-03 Thread Myroslava Romaniuk
Hi, I'm trying to add the rewrite option to the Match Tool, and when I create a method and try to debug the code I get the following: So basically it tells me that the name of the method is an unknown variable which I don't get at all. And when I try to set it as a temporary variable just to see

Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-03 Thread Alistair Grant
On Thu, Aug 03, 2017 at 06:04:37PM +, Johannes Brauer wrote: > Hi Ben, hi Alistair! > > Thank for your adjustment. In the meantime I looked backward in the version > history and I found an older version which I can load without problems. Then I > looked at the changes of the next higher

[Pharo-users] Pharo and Docker

2017-08-03 Thread Gmail
I'm trying to get pharo and teapot working with Docker. I've downloaded the command line image and I see a lot of Docker images but I'm not quite clear on how to connect the parts... Tony Giaccone

Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-03 Thread Johannes Brauer
Hi Ben, hi Alistair! Thank for your adjustment. In the meantime I looked backward in the version history and I found an older version which I can load without problems. Then I looked at the changes of the next higher version (producing the syntax error) and I found the following problem:

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Tim Mackinnon
Alistair - does that mean you’ve not tried using that menu item on a baseline package? I think its there for this reason - but maybe Esteban will comment when he’s back from holiday. So on a related front - do you go to a separate workspace and type in Metacello new baseline:

Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-03 Thread Ben Coman
Hi Johannes, Is your Monticello repo public? Perhaps someone else could try to load the package to check something in it is not corrupt? cheers -ben On Thu, Aug 3, 2017 at 9:00 PM, Alistair Grant wrote: > Hi Johannes, > > On Wed, Aug 02, 2017 at 08:59:33PM +,

Re: [Pharo-users] hard reset class variable state

2017-08-03 Thread Ben Coman
btw2, I submitted this to PharoLauncher repo. cheers -ben On Thu, Aug 3, 2017 at 9:42 PM, Ben Coman wrote: > btw, for the archives, I ended up using... > > packages := RPackageOrganizer default packages select:[:p| > (p name includesSubstring: 'PharoLauncher') ]. >

Re: [Pharo-users] hard reset class variable state

2017-08-03 Thread Ben Coman
btw, for the archives, I ended up using... packages := RPackageOrganizer default packages select:[:p| (p name includesSubstring: 'PharoLauncher') ]. packages do: [:p| p definedClasses do:[:class| class classPool keys do: [ :k | class classPool at: k put: nil ] ]]. cheers -ben On Sat, Jul 29,

Re: [Pharo-users] Glorp reconnection management (was: Re: Glorp: how to reconnect after image shutdown / load?)

2017-08-03 Thread Herby Vojčík
Pierce Ng wrote: On Wed, Aug 02, 2017 at 11:30:27AM +0200, Herby Vojčík wrote: Hm, I though that once I open a session it does actually connect on demand (it has Login, system and all the information for it). Does it actually mean that if I want to stay connected I must do `session login`

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Alistair Grant
Hi Tim, On Thu, Aug 03, 2017 at 10:55:09AM +0100, Tim Mackinnon wrote: > It might be something in this area - I will have to study. I am using > gitlab and have done a clone - so the packages are on my disk, but it > did look like it wasn???t properly finding them due to the naming of > the

Re: [Pharo-users] Glorp reconnection management (was: Re: Glorp: how to reconnect after image shutdown / load?)

2017-08-03 Thread Pierce Ng
On Wed, Aug 02, 2017 at 11:30:27AM +0200, Herby Vojčík wrote: > Hm, I though that once I open a session it does actually connect on > demand (it has Login, system and all the information for it). Does > it actually mean that if I want to stay connected I must do `session > login` before each

Re: [Pharo-users] Syntax Error: Message pattern expected

2017-08-03 Thread Alistair Grant
Hi Johannes, On Wed, Aug 02, 2017 at 08:59:33PM +, Johannes Brauer wrote: > > > Am 02.08.2017 um 21:44 schrieb Alistair Grant : > > > > On Wed, Aug 02, 2017 at 12:22:38PM -0700, jb wrote: > >> Hi everyone! > >> > >> I get this error when I try to load a package from

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Tim Mackinnon
It might be something in this area - I will have to study. I am using gitlab and have done a clone - so the packages are on my disk, but it did look like it wasn’t properly finding them due to the naming of the local git url (so not quite your issue, but in a similar space I think). I’m just

Re: [Pharo-users] What sets the Monticello Local Cache Directory default in a new image?

2017-08-03 Thread Andrei Chis
On Wed, Aug 2, 2017 at 2:37 PM, Tim Mackinnon wrote: > Hey thanks - that seems like a good strategy (I hadn’t though of sharing > the GT ones as well). > > *However, I’m still curious how/why a new image would pick up settings > from what I did in another image (at least I

Re: [Pharo-users] Pharo 61 crashes on iceberg history

2017-08-03 Thread Esteban Lorenzano
> On 3 Aug 2017, at 11:24, Herby Vojčík wrote: > > Esteban Lorenzano wrote: >> Hi, >> >> can I have a reproducible case? > > IIRC, every click on a particular commit in history view just does that. not really, I use it everyday (well, not now since I’m on holidays, but every

Re: [Pharo-users] Iceberg and removing packages

2017-08-03 Thread Esteban Lorenzano
so, this is probably a bug. are you using latest iceberg version? (it should be 0.5.5… the one present on P6.1) Esteban > On 3 Aug 2017, at 00:32, Tim Mackinnon wrote: > > I just hit the same problem - I wanted to remove a package that I no longer > wanted - I went to the

Re: [Pharo-users] Pharo 61 crashes on iceberg history

2017-08-03 Thread Herby Vojčík
Esteban Lorenzano wrote: Hi, can I have a reproducible case? IIRC, every click on a particular commit in history view just does that. and a bug report on https://github.com/pharo-vcs/iceberg/issues ? Not me, no github (and no plan to). (so I do not forget when I comeback from holidays).

Re: [Pharo-users] Pharo 61 crashes on iceberg history

2017-08-03 Thread Esteban Lorenzano
Hi, can I have a reproducible case? and a bug report on https://github.com/pharo-vcs/iceberg/issues ? (so I do not forget when I comeback from holidays). cheers! Esteban > On 30 Jul 2017, at 21:37, he...@mailbox.sk wrote: > > Me, too. Primitive

[Pharo-users] Problem with ThreadPool on os windows - no execution

2017-08-03 Thread Sabine Manaa
Hi, because of [1] I use ThreadPool [2] and while developing on my mac it worked fine. But now, testing it on my production server which is a windows machine, it does not work which means, it is some kind of magic, the code within the block [anObject doSomething] queueWork is not run. When

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Herby Vojčík
This works for me (to load BaselineOfTowergame from src/ relative to image location): | hereRef | hereRef := Smalltalk imageDirectory asFileReference. "Work around scp url hardwired 'git@'" IceScpRemote class compile: 'canHandleUrl: aRepositoryUrl "Very simplistic implementation that

Re: [Pharo-users] GT Playground, pages dropdown menu - how does it work?

2017-08-03 Thread Tim Mackinnon
Yes - it looks like I've found a corner I can try to help on (and I'm a bit blocked on my Lambda work while the dust settles in minimal images and how to load things). I'll go and have a look and come back with any questions. I may need help on how to actually integrate any changes as I've

Re: [Pharo-users] How to load a baseline in Iceberg? Get #addTo: sent to nil?

2017-08-03 Thread Tim Mackinnon
Its in the settings options under Iceberg - It looks like it offloads some loading to Metacello vs handling it directly in Iceberg - but have not seen many people talk about it. I'm still curious how people are loading things as I've realised I've probably had this issue all along but didn't

Re: [Pharo-users] Spotter question. "Spotter" search keyword need font setting from Pharo Setting Value.

2017-08-03 Thread peter yoo
https://pharo.fogbugz.com/f/cases/20283/ wow. this report is my "first case". thanks to all. it's real :D

Re: [Pharo-users] GT Playground, pages dropdown menu - how does it work?

2017-08-03 Thread Tudor Girba
Hi, The dropdown only shows the cached pages. It should be enhanced. Would you be interested in diving in to propose a change? Doru > On Aug 2, 2017, at 5:54 PM, Tim Mackinnon wrote: > > Hi - overtime I think I understand how the pages dropdown for the playground >