Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-16 Thread Tim Mackinnon
gh - and by no means is this a citicism of SmalltalkCI or Gitlab-Smalltalk-CI - both of which help the community (and me) immensely through providing great examples and knowledgable people in this stuff. Tim > On 16 May 2018, at 02:50, Sean P. DeNigris <s...@clipperadams.com> wrote: > > T

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-15 Thread Tim Mackinnon
with the assets that you have? I’l have to go back and look again. Tim > On 15 May 2018, at 14:25, Sean P. DeNigris <s...@clipperadams.com> wrote: > > Tim Mackinnon wrote >> But I don’t understand how it works on Gitlab > > The gitlab-smalltalk-ci project performs three

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-15 Thread Tim Mackinnon
.com>> wrote: > > hi Tim, > > you cannot use vm “I” (for Itimer) with iceberg. This timer will kill the SSH > sockets. > you need the “threaded” VM (which is the default, for obvious reasons :P). > > cheers, > Esteban > >> On 15 May 2018, at

[Pharo-users] How does iceberg handle caching of packages with different versions?

2018-05-15 Thread Tim Mackinnon
Hi - while I’ve been trying to troubleshoot my tonel build woes - I noticed something that might be a potential problem with baselines not loading the correctly specified version. I was having no luck with GitHub:/repo references (see other thread on this), eg: spec baseline:

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-15 Thread Tim Mackinnon
data build.sh Description: Binary data BaselineOfPagerDuty.class.st Description: Binary data On 15 May 2018, at 09:36, Tim Mackinnon <tim@testit.works> wrote:Hi - I’ll extract the log files when I’m at my desk I can possibly make the pipeline public so you can better see it - and it’s a re

Re: [Pharo-users] Smalltalk CI on Gitlab

2018-05-15 Thread Tim Mackinnon
> > [1] > https://github.com/travis-ci/travis-build/blob/51ebd738f537a82874b03cb964ecabc042e83aac/lib/travis/build/script/smalltalk.rb#L15-L16 > > <https://github.com/travis-ci/travis-build/blob/51ebd738f537a82874b03cb964ecabc042e83aac/lib/travis/build/script/smalltalk.rb#L15-L1

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-15 Thread Tim Mackinnon
Hi - I’ll extract the log files when I’m at my desk I can possibly make the pipeline public so you can better see it - and it’s a relatively simple app so maybe it can shed some light (although I’m still not ruling out my own stupidity yet). It’s a Pharo 6.1 64 bit image - download on build,

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
ecting it all to be (hence the renewed interest in Smalltalk CI). Saying this - what I’m trying to do should be dead easy. Tim > On 14 May 2018, at 22:38, Sean P. DeNigris <s...@clipperadams.com> wrote: > > Tim Mackinnon wrote >> may take another look at SmalltalkCI - the troub

[Pharo-users] Smalltalk CI on Gitlab

2018-05-14 Thread Tim Mackinnon
.@clipperadams.com>> wrote: > > Tim Mackinnon wrote >> may take another look at SmalltalkCI - the trouble is, I really don’t like >> Travis… I quite like the model of Gitlab’s one stop shop > > I use SmalltalkCI on Gitlab > (https://gitlab.com/SeanDeNigris/gitlab-smal

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
the model of Gitlab’s one stop shop - and I was interested in simplifying it from what I did for PharoLambda - but its been a bit more painful than I had expected. Tim > On 14 May 2018, at 18:09, Tim Mackinnon <tim@testit.works> wrote: > > Hmmm - will have to try that again -

Re: [Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
Hmmm - will have to try that again - I seemed to get an error - maybe this is just a Pharo 7 thing? It had previously been simpler and more reliable to just run a simple gitlab ci pipeline - but yeah maybe I should reconsider that... > On 14 May 2018, at 16:59, Peter Uhnák

[Pharo-users] Is there a tonel:// format for repos?

2018-05-14 Thread Tim Mackinnon
Hi - I converted my project to tonel, and am looking to hook it up to my gitlab pipeline, and for older projects I had a run.st script that did: Metacello new baseline: 'WillowPagerDuty'; repository: ‘filetree://../src'; load. I get a not found error when I run

Re: [Pharo-users] Metacello load in code vs. Iceberg menu install? Can you automate remote loading?

2018-05-10 Thread Tim Mackinnon
18, at 01:26, Gabriel Cotelli <g.cote...@gmail.com> wrote: > > I think you can use: > Metacello new > baseline: 'PagerDuty'; > repository: 'gitlab://macta/WillowPagerDuty:master/source'; > load. > > or something like that > > On Wed, May 9, 2018 at 8

Re: [Pharo-users] Serializing Excpetion with Fuel on the production and opening debugger on the dev machine - hot to? [Pharo 5]

2018-05-10 Thread Tim Mackinnon
: ((Process forContext: materializedContext priority: Processor userInterruptPriority) newDebugSessionNamed: sessionName startedAt: materializedContext). Tim Sent from my iPhone > On 10 May 2018, at 12:41, Tim Mackinnon &

Re: [Pharo-users] Serializing Excpetion with Fuel on the production and opening debugger on the dev machine - hot to? [Pharo 5]

2018-05-10 Thread Tim Mackinnon
PharoLambda does this - I’m not near a computer to extract the code, but if you need it quickly you should find it easily - there is a class method on Lambda - something like debugSavedS3 which shows how to read in a file (from S3) and then launch a debugger. Tim Sent from my iPhone > On 10

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
Done (although possibly we should note to use git and not iceberg to merge the branch?) > On 10 May 2018, at 01:54, Bernardo Ezequiel Contreras <vonbecm...@gmail.com> > wrote: > > > > On Wed, May 9, 2018 at 9:36 PM, Tim Mackinnon <tim@testit.works > <mailto

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
thub.com/pharo-vcs/tonel/blob/master/MigrateFromFileTree.md > <https://github.com/pharo-vcs/tonel/blob/master/MigrateFromFileTree.md> > > in my pet projects. hope this helps. > > On Wed, May 9, 2018 at 8:22 PM, Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works

[Pharo-users] Metacello load in code vs. Iceberg menu install? Can you automate remote loading?

2018-05-09 Thread Tim Mackinnon
Hi - I’m trying to automate the deployment of a seaside image to Digital Ocean. I was following the Enterprise Pharo booklet - and its a bit out of date, but I wanted to do the bit about taking a clean image and then loading in my project which I’ve stored in Git using Iceberg. So on the

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
format - so how did they do it? I tried using git on the command line to add .properties file there - but not sure it did anything? Tim > On 9 May 2018, at 15:21, Tim Mackinnon <tim@testit.works> wrote: > > Ah - I missed that piece of information - could that be put on the icebe

Re: [Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
gt; to, somehow, but I forgot the algorithm already. I am dreadful as to when I >> will need to do it again. Takes lots of time and nerves. >> >> Herby >> >> On May 9, 2018 11:54:56 AM GMT+02:00, Tim Mackinnon <tim@testit.works> wrote: >>> Hi guys -

[Pharo-users] Tonel, Pharo 6.1 and file per class?

2018-05-09 Thread Tim Mackinnon
Hi guys - With all the talk about iceberg changes, I’ve stayed away from it for a bit (6 months) - but downloaded a new 6.1 image a few weeks ago and went to version some stuff yesterday into a new project. Iceberg seems a bit more stable - but it still seems to write out individual methods as

Re: [Pharo-users] Why no collect:ifNone: ?

2018-05-01 Thread Tim Mackinnon
You can learn so much from these innocent questions Maximiliano pointed out that there is a difference between #sum and a method I never noticed #sumNumbers, the latter would avoided my problem too... Sent from my iPhone > On 30 Apr 2018, at 23:00, Tim Mackinnon <tim@testit.works&

Re: [Pharo-users] Why no collect:ifNone: ?

2018-04-30 Thread Tim Mackinnon
)) asHours ]. Oops - thanks for being my sound board. Tim > On 30 Apr 2018, at 22:02, Francisco Garau <francisco.ga...@gmail.com> wrote: > > > Have you tried #inject:into: ? Looks like what are needing here > > - Francisco > > >> On 30 Apr 2018, at 19

[Pharo-users] Why no collect:ifNone: ?

2018-04-30 Thread Tim Mackinnon
Hi - I hit a small bug in my lunch experiments with Willow where I wanted to sum up a collection of support hours. I was collect: in the hours worked and hadn’t accounted for an empty collection. When I went to do it I was surprised there isn’t a concept of #collect:ifNone: that mirrors

Re: [Pharo-users] Restoring a class via Epicea didn't recompile a reference?

2018-04-26 Thread Tim Mackinnon
oes-not-work-well-with-Undeclareds> > > It's not particular to Epicea. There should be a better management of > Undeclareds in general in all Pharo. > > On Thu, Apr 26, 2018 at 8:44 AM, Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>> wrote: > That should be “re

Re: [Pharo-users] Restoring a class via Epicea didn't recompile a reference?

2018-04-26 Thread Tim Mackinnon
That should be “re-saved “ it, the issue went away. Sent from my iPhone > On 25 Apr 2018, at 23:43, Tim Mackinnon <tim@testit.works> wrote: > > Hi - I think I had this issue a long while back, but I just hit it again > (desperately trying to get back into Pharo again)… >

[Pharo-users] Restoring a class via Epicea didn't recompile a reference?

2018-04-25 Thread Tim Mackinnon
Hi - I think I had this issue a long while back, but I just hit it again (desperately trying to get back into Pharo again)… I was trying out Willow - and had a method like this: initializeContainerView | behaviorDetails scopeSelection | behaviorDetails := IdentifiedWebView

Re: [Pharo-users] How do you store and manage small programs?

2017-11-27 Thread Tim Mackinnon
Wow - I never noticed that extension - that’s amazing. > On 27 Nov 2017, at 10:56, p...@highoctane.be wrote: > > QuickAccess is also a great option. > > https://pharoweekly.wordpress.com/2015/11/06/quickaccess/ > > > On Mon, Nov 27,

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-23 Thread Tim Mackinnon
I think the days of running this stuff yourselves are disappearing… I think many OSS projects rely on SAS for this now - outsource it. We already do Travis - and maybe can leverage that more (but it seems a bit cumbersome) - OR there are fuller service solutions like what AWS does, or GitLab CI

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-21 Thread Tim Mackinnon
I would agree that grey is better than red - but I personally think we’re being too pedantic on this - particularly when doing TDD and coding in the debugger. If I’m writing straight forward tests and like to see a red failure (either by deliberately returning false, or a subclass

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-14 Thread Tim Mackinnon
there were, but you cannot honestly colour it > green. The code doesn't actually work. > > > On Fri, Nov 10, 2017 at 11:29 AM, Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>> wrote: > My specific usecase is from a pragmatic TDD perspective - failing test,

Re: [Pharo-users] QCMagritte on Github

2017-11-14 Thread Tim Mackinnon
I’ll agree that YAML is not an ideal syntax - but I have to also add that I wasn’t that impressed with Travis either, and reading between the lines its the combo of both that might be catching you out. Even with a few glitches, I’ve been impressed with GitLab although the team I worked with

Re: [Pharo-users] Open Debugger, Save and Quit

2017-11-13 Thread Tim Mackinnon
Hi Sean - not sure if this is exactly what you are after, but there is a method in the debugger that is invoked when you need to debug, you can override this and Fuel out the debug context to a file (or I guess even a variable in the image if you are also saving the image when it gets an

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-10 Thread Tim Mackinnon
Sorry "immediately running again to get red " should have been "to get green" Tim Sent from my iPhone > On 10 Nov 2017, at 19:29, Tim Mackinnon <tim@testit.works> wrote: > > immediately running again to get red

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-10 Thread Tim Mackinnon
My specific usecase is from a pragmatic TDD perspective - failing test, in the debugger you fix the test and press proceed - expecting green. Getting red, and then immediately running again to get red takes away from our story of love coding and loving your debugger - and even Cassie me to

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-09 Thread Tim Mackinnon
or craps out. Strange it would vary in 6.1 - but I'll check. Tim Sent from my iPhone Sent from my iPhone > On 9 Nov 2017, at 19:54, Denis Kudriashov <dionisi...@gmail.com> wrote: > > In Pharo 7 it works. > > 2017-11-09 18:29 GMT+01:00 Tim Mackinnon <tim@testit.works

Re: [Pharo-users] Why does the test runner show red when I correct a test?

2017-11-09 Thread Tim Mackinnon
. It forces me to fix. I always noticed it but never > take it seriously :) > > 2017-11-09 11:32 GMT+01:00 Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>>: > Hi - I really like the build in test runner in the Pharo browsers, and I was > preparing a talk t

[Pharo-users] Why does the test runner show red when I correct a test?

2017-11-09 Thread Tim Mackinnon
Hi - I really like the build in test runner in the Pharo browsers, and I was preparing a talk to show how great TDD is in Pharo and how we aren’t ashamed of our debugger when testing (it augments the experience in fact - letting you poke around and get your thoughts straight). However - if I

Re: [Pharo-users] LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks on latest 64bit 6.1 image?

2017-11-07 Thread Tim Mackinnon
ly on 64bits since some months now and I know I’m > not the only one… can you send a way to reproduce your problem so I can take > a look? > > Esteban > > >> On 6 Nov 2017, at 12:11, Tim Mackinnon <tim@testit.works >> <mailto:tim@testit.works>> wro

[Pharo-users] LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks on latest 64bit 6.1 image?

2017-11-06 Thread Tim Mackinnon
Hi - does Iceberg work on a 64bit image yet? I’ve not tried in a while, and was surprised when I went to get a new image via the command line that I am getting the error: LGit_GIT_ERROR: Invalid version 0 on git_remote_callbacks I can see a post by Alistair in Jun asking about this, and it

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-03 Thread Tim Mackinnon
Ha -actually looking more closely at your photo, it looks like your are doing it in pharo and I’m guessing are bored in a presentation (looking at the background) and recreating the slides from that presentation in Block (on the sly?)…nice Tim > On 3 Nov 2017, at 11:33, Tim Mackinnon &

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-03 Thread Tim Mackinnon
Nov 2017, at 11:11, stephan <step...@stack.nl> wrote: > > On 01-11-17 19:35, Tim Mackinnon wrote: >> Hi - has anyone made anything where you can create a full screen >> presentation in Pharo with slides with some large text, bullet points and >> embedded pictures -

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-02 Thread Tim Mackinnon
e I developed test first). > I'm not sure that I will have the time to get a look. > > > Stef > >> On Wed, Nov 1, 2017 at 7:35 PM, Tim Mackinnon <tim@testit.works> wrote: >> Hi - has anyone made anything where you can create a full screen >> presen

Re: [Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-01 Thread Tim Mackinnon
itioning of images like Morphic does. >> On Wed, 1 Nov 2017 at 20:35, Tim Mackinnon <tim@testit.works> wrote: >> Hi - has anyone made anything where you can create a full screen >> presentation in Pharo with slides with some large text, bullet points and >> embedded

[Pharo-users] Writing "powerpoint" like presentations in Pharo?

2017-11-01 Thread Tim Mackinnon
Hi - has anyone made anything where you can create a full screen presentation in Pharo with slides with some large text, bullet points and embedded pictures - but then it’s a facade that lets you evaluate items in the slide or jump to any code mentioned? Sort of like what Alan Kay does in the

Re: [Pharo-users] UK Smalltalk User Group Meeting - Monday, October 30th - PharoLambda: Smalltalk running serverless on AWS

2017-10-30 Thread Tim Mackinnon
of these old ideas… not sure if there are any video of this in action to inspire people. Anyway - not sure if any of this is useful to anyone reading, but it may be a reminder to me of things to follow up on. Tim > On 27 Oct 2017, at 17:58, Tim Mackinnon <tim@testit.works> wrote: > &

Re: [Pharo-users] Read-only images / how to deploy new image as fast as possible?

2017-10-28 Thread Tim Mackinnon
Hi Herby - for #1, yes you can do that (I do this in PharoLambda) - there was a snippet from Sven on how to do it (you need to override 2 classes I seem to recall) , if you search in the archives you should find it. I'm not near a computer to give you the exact bit - but if you can't find it

Re: [Pharo-users] UK Smalltalk User Group Meeting - Monday, October 30th - PharoLambda: Smalltalk running serverless on AWS

2017-10-27 Thread Tim Mackinnon
- and we’ll share the results here. Tim NOTE for anyone that is coming and is reading this: We’ve had to change the venue to the pub around the corner - The Crown Tavern. > On 27 Oct 2017, at 16:31, Sean P. DeNigris <s...@clipperadams.com> wrote: > > Tim Mackinnon wrote >> Ti

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-10-25 Thread Tim Mackinnon
Phil presented an Xmpp integration at Pharo days - I understood that was a common comms mechanism too. Tim Sent from my iPhone > On 25 Oct 2017, at 20:39, Stephane Ducasse wrote: > > Hi andrew > > I think that Avi did a package about BDD (but I thought it was

Re: [Pharo-users] Smalltalk Argument

2017-10-19 Thread Tim Mackinnon
I'm sure this comes up with many less main stream languages - I think there is a strong argument (particularly if we get the GitHub piece operating smoothly) that the language is so simple that what you creating is domain understanding (not language/tools prowess). Any good developer

Re: [Pharo-users] Smalltalk gets a reference in fastcompany Kay interview

2017-09-20 Thread Tim Mackinnon
Yes I also used the one time email link or the iPhone app as I don't use Facebook or a google login either. Sent from my iPhone > On 20 Sep 2017, at 02:54, Holger Freyther wrote: > > >> On 20. Sep 2017, at 06:43, Offray wrote: > > Hey! > > >

Re: [Pharo-users] "Leaking" CommandLineHandler when running headless image

2017-09-19 Thread Tim Mackinnon
There was a long post from Guille about how to sort this. It had to do with altering the priority of shutdown code - I'm not sure if we resolved it, but we should go back and see as it was well reasoned. Tim Sent from my iPhone > On 19 Sep 2017, at 14:20, Denis Kudriashov

[Pharo-users] Smalltalk gets a reference in fastcompany Kay interview

2017-09-17 Thread Tim Mackinnon
Interesting (although I found slightly rambling) interview with Alan Kay about personal computing. But Smalltalk does get a link. https://medium.com/fast-company/the-father-of-mobile-computing-is-not-impressed-9ab25dfff0c Tim Sent from my iPhone

Re: [Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-12 Thread Tim Mackinnon
ess <nicolaih...@gmail.com> wrote: > > > > 2017-09-11 1:26 GMT+02:00 Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>>: > While I’m on a debugger trip… anyone else also notice that the Suggestions, > Break once debug option acts weirdly? I seem to ge

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-10 Thread Tim Mackinnon
enough (like when you are working on statement in the middle of code and have just broken that one line). I'll try it for a few days and then maybe you might be interested in having a look? Tim Sent from my iPhone > On 9 Sep 2017, at 12:53, Tim Mackinnon <tim@testit.works> wrote: &g

[Pharo-users] Pharo 6.1 debugger - suggestions break once, does funny things?

2017-09-10 Thread Tim Mackinnon
While I’m on a debugger trip… anyone else also notice that the Suggestions, Break once debug option acts weirdly? I seem to get a debugger but it halts several lines after where I have said, and if I start stepping the debugger seems to jump to funny places and show values that don’t line up

[Pharo-users] Pharo 6.1 debugger - doesn't always step/step through reliably?

2017-09-10 Thread Tim Mackinnon
Has anyone else noticed that if you are stepping through code - the into and through operations don’t always step into or step through? I’ve been debugging some RBParser code to understand how it works and I notice that when I try to step through #intersectsInterval: anInterval in the chains

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-09 Thread Tim Mackinnon
r spaces and feeds that > word into the “senders of”.. > > So to make this work better we need to combine both approaches and deal > better with the Error Node content. > (e.g. trying to fix it and re-parse or just use the dumb “get the work under > the cursor” way as a firs

Re: [Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-08 Thread Tim Mackinnon
It’s always handy to put a

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-07 Thread Tim Mackinnon
o make them a bit more useful. Tim > On 7 Sep 2017, at 14:39, Tim Mackinnon <tim@testit.works> wrote: > > Thanks Thierry - I’ve been noodling in the background and next I hit the > question of “comments” - which I found RB does handle… and then as per your > point - h

Re: [Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-07 Thread Tim Mackinnon
ses this, but it seems like it happens. tim > On 7 Sep 2017, at 19:53, Tim Mackinnon <tim@testit.works> wrote: > > Answering my own question - I tried the Process browser and tried suspending > a few processes and then found a debug window that when closed fixed the > problem

Re: [Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-07 Thread Tim Mackinnon
Answering my own question - I tried the Process browser and tried suspending a few processes and then found a debug window that when closed fixed the problem. Tim > On 7 Sep 2017, at 19:46, Tim Mackinnon <tim@testit.works> wrote: > > Hi there - I’ve been running in a 6.1 64bit

[Pharo-users] Few days old 6.1 image now leaves window trails?

2017-09-07 Thread Tim Mackinnon
Hi there - I’ve been running in a 6.1 64bit image for a few days - doing a few experiments at lunch times, debugging things etc. I have had a few infinite loops that I’ve had to Cmd-. Out of and clean up lots of windows (whoever came up with the close all windows to right is a star!). Anyway,

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-07 Thread Tim Mackinnon
rry Goubier <thierry.goub...@gmail.com> wrote: > > Hi Tim, > > 2017-09-01 13:39 GMT+02:00 Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>>: > Thanks Thierry - this is proving an interesting problem domain ... > > I too am using #bestNodeFor: a

Re: [Pharo-users] Usability issues with Calypso

2017-09-06 Thread Tim Mackinnon
> using shortcut . > > > > 2017-09-06 1:14 GMT+02:00 Tim Mackinnon <tim@testit.works>: >> BTW - Is it intended that when you save a method in a Calypso tab, it shifts >> focus to the first non saved tab? I find this quite confusing as suddenly >> I'm not

Re: [Pharo-users] Usability issues with Calypso

2017-09-05 Thread Tim Mackinnon
and no nag prompt. Tim Sent from my iPhone Sent from my iPhone > On 3 Sep 2017, at 22:25, Tim Mackinnon <tim@testit.works> wrote: > > Ah - you are right that rename is in there (I’d never noticed it was in the > suggestions menu - which I find a confusingly named sub-menu ) - b

Re: [Pharo-users] [DesktopManager] Ctlr - D (do-it) is blocked after installation of desktop manager

2017-09-04 Thread Tim Mackinnon
Interesting, but how is it that Ctrl-B works for Browse and is also a meta key for Ctrl-B + Ctlr+N? I think there is a a way to support both - whether its worth it is another question (and I suspect the complication of supporting it might not be worthwhile, and some of the old key combinations

Re: [Pharo-users] Usability issues with Calypso

2017-09-03 Thread Tim Mackinnon
is not in Calypso right? Tim > On 3 Sep 2017, at 17:24, Denis Kudriashov <dionisi...@gmail.com> wrote: > > Hi Tim. > > No. It is available by cmd+r and from suggestions menu like in Nautilus. But > maybe I do not know other place which you use for this > > 2017-09-03 17:0

Re: [Pharo-users] Usability issues with Calypso

2017-09-03 Thread Tim Mackinnon
Hi Denis - I just noticed that the source refactoring menu is missing in Calypso as well? (So you can’t rename a temp for example). Tim > On 2 Sep 2017, at 10:30, Denis Kudriashov wrote: > > Hi > > 2017-09-01 14:26 GMT+02:00 kmo

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-01 Thread Tim Mackinnon
writen parser, the RBParser can't do that > unless you add the necessary entry points by hand and hack around the error > handling, because most of the parse attempts end on an error (as they should). > > Regards, > > Thierry > > 2017-09-01 8:50 GMT+02:00 Tim Mackinnon <tim@te

Re: [Pharo-users] Bitbucket CI

2017-09-01 Thread Tim Mackinnon
Hi Sean - haven't looked at BitBucket specifically, but these days they all seem to use a yaml config file. If you want something custom, look at the one I use in PharoLambda - it's using GitLab (which also has private repos), but I suspect BitBucket is probably similar. I don't use

Re: [Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-09-01 Thread Tim Mackinnon
Marcus Denker <marcus.den...@inria.fr> wrote: > > >> On 31 Aug 2017, at 19:07, Stephane Ducasse <stepharo.s...@gmail.com> wrote: >> >> On Wed, Aug 30, 2017 at 9:50 PM, Tim Mackinnon <tim@testit.works> wrote: >>> I’m looking for some feedback on t

[Pharo-users] #parseMethod:onError: isn't as obvious as expected - is it me?

2017-08-30 Thread Tim Mackinnon
I’m looking for some feedback on the usage of RBParser>>#parseMethod:onError:. I am looking at ways of improving the way we edit code - and making things work (as least for me - but maybe for everyone) a bit more like IntelliJ where they have some great code operations and very good keyboard

Re: [Pharo-users] Dark Mode

2017-08-28 Thread Tim Mackinnon
I found the place to adjust this - but I need to debug it as it seems my change also effects the colour used to highlight selected text (which is weird). If you modify the following method (possibly in a subclass), I found this helped - but haven’t figured out why text highlight colour would

Re: [Pharo-users] How do I get at the Morphic halos in Pharo 6.0?

2017-08-28 Thread Tim Mackinnon
On OSX, you hold the Shift and Alt keys and then click on something. I think on windows its probably Shift+Alt or Shift+Ctrl. The in-image help explains this under - Pharo Environment Help - Keyboard Shortcuts - Visual Exploration. Tim > On 28 Aug 2017, at 13:33, H. Hirzel

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Tim Mackinnon
It's also a single click in the Welcome screen - which is maybe too obvious ;) Tim Sent from my iPhone > On 27 Aug 2017, at 03:17, horrido wrote: > > Oh, cool! I didn't realize that. (I've never had a need to look at Settings.) > > Thanks. > > > > -- > View this

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-26 Thread Tim Mackinnon
verlaid with lines > clearly showing what has been expanded (for that "context" thing). > > Regards, > > Thierry > >> >> 2017-08-26 14:59 GMT+02:00 Thierry Goubier <thierry.goub...@gmail.com>: >>> >>> >>> 2017-08-26 14:46 GMT

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-26 Thread Tim Mackinnon
to come together. Tim Sent from my iPhone > On 26 Aug 2017, at 14:59, Thierry Goubier <thierry.goub...@gmail.com> wrote: > > > > 2017-08-26 14:46 GMT+02:00 Denis Kudriashov <dionisi...@gmail.com>: >> >> 2017-08-26 14:31 GMT+02:00 Tim Mackinnon <ti

Re: [Pharo-users] [Moose-dev] [ann] moldable editor - with expandable elements

2017-08-26 Thread Tim Mackinnon
Guys - this is absolutely astounding. 6 months ago I tagged a tweet with #pharoproject about why we put up with static source code when we can do so much more, and I'm stunned that in literally months this is a evolving around us. This community is awesome! Tim Sent from my iPhone > On 26

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini

2017-08-25 Thread Tim Mackinnon
I don't think it's just on Mac Mini - my MacBook Pro late 13" 2016 retina will show similar symptoms if I try and resize the window to full screen (not the maximise button, but try and drag the bottom corner of the world to the last 5-10 pixels at the bottom of the screen). I think Ted noticed

Re: [Pharo-users] Minimizing an Application

2017-08-25 Thread Tim Mackinnon
Mariano's PhD was on this - as mentioned it to me a few weeks ago. This was one of the reasons for building fuel - to enable this sort of thing on top - and he proved it worked. Dimitrus - the idea is to I have a small core that loads quick and then less used elements can be paged in when

Re: [Pharo-users] Minimizing an Application

2017-08-21 Thread Tim Mackinnon
There has been a lot of great work on this front on the Pharo side from the "team" and PharoLambda has made use of it (although it's a tiny project). My footprint is ~22mb including vm & image. And leaving out sources. The ./scripts directory has the example of how to do it, along side the

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-08-18 Thread Tim Mackinnon
Aug 2017, at 13:53, Marcus Denker <marcus.den...@inria.fr> wrote: > > >> On 18 Aug 2017, at 13:08, Tim Mackinnon <tim@testit.works >> <mailto:tim@testit.works>> wrote: >> >> Thanks Marcus - and definitely we all appreciate that its holiday season

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-08-18 Thread Tim Mackinnon
Thanks Marcus - and definitely we all appreciate that its holiday season and that a lot of this is driven by community and people donating their free time. I’m still a bit unclear on the moving parts. To paraphrase what you have said: We start each yearly cycle with a X.0 new release. Then

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-17 Thread Tim Mackinnon
Actually it looks like that extra 1.5mb is not worth having as It seems that something does end up using the class organisation and so it must recompute when the image is launched. Tim > On 17 Aug 2017, at 13:07, Tim Mackinnon <tim@testit.works> wrote: > > Just thought I wo

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-17 Thread Tim Mackinnon
code - that I don’t think Protocols are used?). So I’m now at 21mb. Tim > On 16 Aug 2017, at 10:53, Guillermo Polito <guillermopol...@gmail.com> wrote: > > > > On Wed, Aug 16, 2017 at 11:46 AM, Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>> wro

Re: [Pharo-users] Encoding Login information in your image (safely)

2017-08-16 Thread Tim Mackinnon
bles on the beanstalk. > > When running locally, the credentials are in the environment on my machine. > >> On Aug 16, 2017, at 9:55 AM, Tim Mackinnon <tim@testit.works> wrote: >> >> Hi - I’m struggling to find something that I saw that discussed this issue >&

[Pharo-users] Encoding Login information in your image (safely)

2017-08-16 Thread Tim Mackinnon
Hi - I’m struggling to find something that I saw that discussed this issue kind of. In my image (its actually a headless one - but this could apply to a fat image too) - I build an application that needs access to a service (in this case an S3 bucket). The AWS library I’m using (but others

Re: [Pharo-users] Pharo 6.0 and 6.1 64 bit freeze on MacMini

2017-08-16 Thread Tim Mackinnon
Actually this reminds me of a similar problem I’ve seen on my MacBook Pro (retina) - if I stretch the desktop to try and use the full space of the screen (not maximising it) I have on occasion frozen - however its not actually frozen it seems that drawing on screen has stopped, and if I resize

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-16 Thread Tim Mackinnon
gt; ------- > 25461 > > So there are ~5k arrays that are used outside collections. > > Worth exploring a bit more I think. > > On Wed, Aug 16, 2017 at 1:23 AM, Guillermo Polito <guillermopol...@gmail.com > <mailto:guillermopo

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-16 Thread Tim Mackinnon
fo allInstances do: [:each | each become: String new ]. > > And this may break some code if you're using non-ascii characters: > Unicode classPool at: #GeneralCategory put: nil. > Unicode classPool at: #DecimalProperty put: nil. > > > > On Wed, Aug 16, 2017 at

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-16 Thread Tim Mackinnon
to do a cleanup (at least the non aggressive > one, ChangeSets and MC stuff) on each of the images we produce and not just > the latest one. > >> On Wed, Aug 16, 2017 at 8:35 AM, Tim Mackinnon <tim@testit.works> wrote: >> Yes you were on to something the

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-16 Thread Tim Mackinnon
ethodChangeRecord instances ? > > Le mar. 15 août 2017 à 23:55, Tim Mackinnon <tim@testit.works> a écrit : >> A weird observation - is it possible that source code is being stored in the >> image as strings somehow? When I do >> >> ./pharo PharoLambda.image eval

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-15 Thread Tim Mackinnon
re is a quick 4mb win by simply nil’ing out some obvious things. (This doesn’t of course help with a default minimal image - but maybe a few tricks for packaging and deploying something). Tim > On 15 Aug 2017, at 22:26, Tim Mackinnon <tim@testit.works> wrote: > > Hi Guille/Ben -

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-15 Thread Tim Mackinnon
8:02, Guillermo Polito <guillermopol...@gmail.com> wrote: > > > > On Mon, Aug 14, 2017 at 4:42 PM, Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>> wrote: > Hi Guille - just running SpaceTally on my dev image to get a feel for it. It > turns ou

Re: [Pharo-users] including Pillar in Pharo image by default

2017-08-14 Thread Tim Mackinnon
syntax and behavior, but this extensibility will become even more important >> for supporting the idea of moving the documentation inside the image. For >> example, the ability to refer to a class, method or other artifacts will be >> quite relevant soon especially that the edi

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-14 Thread Tim Mackinnon
from his mass of followers. Tim > On 14 Aug 2017, at 10:49, Guillermo Polito <guillermopol...@gmail.com> wrote: > > Hi Tim, > > On Mon, Aug 14, 2017 at 11:41 AM, Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>> wrote: > Hey guys, thanks for you

Re: [Pharo-users] [ANN] PharoLambda 1.5 - Pharo running on AWS Lambda now with saved Debug sessions via S3

2017-08-14 Thread Tim Mackinnon
lt;mailto:dionisi...@gmail.com>> wrote: > This is cool Tim. > > So what image size you deployed at the end? > > 2017-08-10 15:47 GMT+02:00 Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works>>: > I just wanted to thank everyone for their help in getting my p

Re: [Pharo-users] including Pillar in Pharo image by default

2017-08-14 Thread Tim Mackinnon
gt;>> 5 > ]]] > > and being able to verify that the doc is in sync. > > > Stef > > > > On Sat, Aug 12, 2017 at 12:37 AM, Tim Mackinnon <tim@testit.works> wrote: >> Of course, I/we recognise and appreciate all the work that's gone into docs >> in pill

Re: [Pharo-users] including Pillar in Pharo image by default

2017-08-11 Thread Tim Mackinnon
Of course, I/we recognise and appreciate all the work that's gone into docs in pillar - but I think it should be reasonably straightforward to write a converter as it is pretty closely related from what I have seen. So I don't make the suggestion flippantly, and would want to help write a

<    1   2   3   4   5   6   7   8   >