[Pharo-users] Re: How to log pharo output to stdio safely?

2024-04-20 Thread Tim
to the transcript but has indirection to map to another log provider. This said - Beacon works well, and tools generating events do let you easily plug in your own and easily write show:’’;cr conventions yourself. This was the case with Zinc which was nice. Tim > On 19 Apr 2024, at 08

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Tim Hendriks
I'am just learning (a few weeks) so why not use super in Class? Thanks Tim Op 20-8-2013 11:29, Igor Stasenko schreef: Thanks for your hard work! 1 important remark: NBXLibTypes classinitialize super initialize. Display := #NBXLibDisplay. Never use 'super initialize

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Tim Hendriks
Ok, I don't want to know :-) Just as a rule: don't call super initialize on the Class site ? But I can use (the message) initialize on the Class site (for initializing applications roots in seaside for example) but just do'nt use super in it. Correct? Thanks Tim Op 20-8-2013 11:45, jtuc

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Tim Hendriks
class#initialize super initialize. THIS IS BAD ... rest of initialization. we should add a Lint rule with that, btw. On Aug 20, 2013, at 11:52 AM, Tim Hendriks t...@dds.nl wrote: Ok, I don't want to know :-) Just as a rule: don't call super initialize on the Class site

Re: [Pharo-users] Process ID of VM

2013-08-20 Thread Tim Hendriks
write is somewhere down... Tim Esteban On Aug 20, 2013, at 12:22 PM, Tim Hendriks t...@dds.nl wrote: OK Thanks a lot. I won't call super initialize on de Class side Don't know why I just don't simpel Thanks for trying to explain why. Op 20-8-2013 12:00, Esteban Lorenzano

Re: [Pharo-users] [ANN] Bootstrap for Seaside3 project (Release 0.1.0)

2013-10-03 Thread Tim Hendriks
Great, Thanks Op 3-10-2013 0:52, Torsten Bergmann schreef: Hi, there are various frameworks out there helping you to ease common tasks in web development. One of them is Bootstrap (http://getbootstrap.com) that is used more and more to easily style web sites and web applications. We had

Re: [Pharo-users] A question about sets

2014-06-14 Thread Tim Hendriks
In sets there can be only Unique nummers. So random produced a few of the same numbers. They get excluded from the set. Tim Op 14 jun. 2014 om 11:48 heeft Fabian Boucsein fabian.boucs...@googlemail.com het volgende geschreven: Hi there, i am new to Smalltalk and Pharo and today, while

Re: [Pharo-users] How to download Pharo40?

2014-07-09 Thread Tim Mackinnon
for the location of an image file?). I would have expected it to give me something like the 1-click download that would run? Do I also have to download a 40 image file as well? I expected the 40+ of the command line to mean image? Am I missing something? Tim -- View this message in context: http

[Pharo-users] Red Exclamation in Nautilus?

2014-07-09 Thread Tim Mackinnon
next to it. What does that mean? Also what is the difference between Add Class, and Add full Class in the context menu? I ended up just typing over the definition of an existing class as there is no flyover help for either of these to know what it does? Tim -- View this message in context: http

Re: [Pharo-users] How to download Pharo40?

2014-07-09 Thread Tim Mackinnon
Thanks Marcus - you know I did read the deepintopharo first chapter - but I didn't notice the subtle invocation mentioned under How to find our way (I think it was a bit wordy for me). Thinking about this - I think it might be clearer if the heading for 2.3 was Running An Image with Command line

[Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-09 Thread Tim Mackinnon
me to? I do have a fobgugz account. I've also noticed another error with the locked methods pane (not sure what to call it, and also really don't fully understand how it works). However it gets corrupted with long wrapping strings in the source. Do I report that? Tim -- View this message

Re: [Pharo-users] How to download Pharo40?

2014-07-09 Thread Tim Mackinnon
Hey Uko - just tried Pharo launcher and its actually pretty good. I already have a few ideas for little tweaks so maybe I may be able to contribute something when I get a bit better. Thanks for pointing it out. Tim -- View this message in context: http://forum.world.st/How-to-download

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-09 Thread Tim Mackinnon
OK - will do. I am finding that Nautilus in Pharo 3 is very flakey - its very easy to get into a position where you cant select anything in the package or class pane - and you just get walkbacks making it unusable. I'm surprised its not been noticed already. Tim -- View this message

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-09 Thread Tim Mackinnon
Just to clarify - should I just submit for 4.0 and make a note that it applies to 3.0 and then you guys can make a duplicate? Or should I make a duplicate? If its me - how do I duplicate a bug in fogbugz - I can't see an option to do it (and would expect it to link the two) Tim -- View

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-10 Thread Tim Mackinnon
buttons. Tim -- View this message in context: http://forum.world.st/Should-I-be-reporting-bugs-in-Pharo-3-0-tp4767284p4767392.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread Tim Mackinnon
monticello - but how do I load a slice? If its written up somewhere - I'm happy to go and read. I'm assuming the idea is that when you report a bug, if someone fixes it - you try and verify it and then I can mark it resolved in Fogbugz? Tim -- View this message in context: http://forum.world.st

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread Tim Mackinnon
in the past). Even if your accommodate is far away - it looks quite cheap to rent a bicycle for the week and cycle in. Tim On 11 Jul 2014, at 13:57, philippeback [via Smalltalk] ml-node+s1294792n4767516...@n4.nabble.com wrote: I'd like to come but hotel/accomodation rates looked prohibitive to me

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread Tim Mackinnon
to you (hoepfully that's what I'm supposed to do). Tim -- View this message in context: http://forum.world.st/Should-I-be-reporting-bugs-in-Pharo-3-0-tp4767284p4767531.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-12 Thread Tim Mackinnon
(as in, similar to X). Not Pharo's fault of course. Tim -- View this message in context: http://forum.world.st/Should-I-be-reporting-bugs-in-Pharo-3-0-tp4767284p4767598.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-13 Thread Tim Mackinnon
. Tim Sent from my iPhone On 13 Jul 2014, at 19:14, Ben Coman [via Smalltalk] ml-node+s1294792n4767653...@n4.nabble.com wrote: Tim Mackinnon wrote: Can I check one more item - should I record the actual Image version where bugs occur? In fogbugz, there is a version field - but I'm

[Pharo-users] I've raised a bug that the Pharo website has a missing video

2014-07-15 Thread Tim Mackinnon
FYI - I've raised a bug that the pharo website doesn't have a video showing how to report bugs anymore. 13553 - Reporting issues video on Pharo website reports Does not exist Not sure if it's right to raise an issue - but thought it made sense (and given I can't watch the video... ;) Tim

[Pharo-users] Advice on making a first contribution

2014-07-15 Thread Tim Mackinnon
it? (and I'm happy to read up on this, if there is something that has it nicely documented). Tim -- View this message in context: http://forum.world.st/Advice-on-making-a-first-contribution-tp4767806.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Advice on making a first contribution

2014-07-16 Thread Tim Mackinnon
I think I've figured out what I need to know by watching the video on the Pharo fogbugz page here - https://pharo.fogbugz.com/default.asp?W68 So I guess I will try that and see what feedback I get. Tim -- View this message in context: http://forum.world.st/Advice-on-making-a-first

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-16 Thread Tim Mackinnon
Thanks Marcus - I will use it carefully and try and improve anything I find as I relearn things. -- View this message in context: http://forum.world.st/Should-I-be-reporting-bugs-in-Pharo-3-0-tp4767284p4768079.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] Pharo launcher network error for Pharo 4.0 (beta)?

2014-07-22 Thread Tim Mackinnon
I was quite enjoying using Pharo Launcher - but today I am getting “network error” for the Pharo4.0 (beta) and Pharo 2.0 (old) trees? Has something changed? Tim

[Pharo-users] What should I do when I get a fogbugz Fix review needed?

2014-07-22 Thread Tim Mackinnon
?). Having retested my bug, and found that it has been fixed - I entered a comment saying which image version I tested it in, but then I’m not sure what I should do with the status? Can someone just clarify that for me? Tim

Re: [Pharo-users] Pharo launcher network error for Pharo 4.0 (beta)?

2014-07-22 Thread Tim Mackinnon
check it from home - but it seems weird that some work and others don't. Tim -- View this message in context: http://forum.world.st/Pharo-launcher-network-error-for-Pharo-4-0-beta-tp4769383p4769414.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Pharo launcher network error for Pharo 4.0 (beta)?

2014-07-25 Thread Tim Mackinnon
I've tried it at home and it works fine, yesterday it didn't work in the office (just 4.0 and 2.0) - some there must be some weird networking going on in that office. Anyway - glad I can use it at home, as its a very handy launcher! Thanks for creating it, and to those helping maintain it. Tim

[Pharo-users] Slice loading/merging differences question

2014-08-07 Thread Tim Mackinnon
such that Tool-Base-DamienPollet.24 is correctly loaded in release image? Thanks for any help. Tim

Re: [Pharo-users] Slice loading/merging differences question

2014-08-08 Thread Tim Mackinnon
, although I've now noticed it does seem to be encoded in the slice somehow?). This is the bit that is eluding me? Tim -- View this message in context: http://forum.world.st/Slice-loading-merging-differences-question-tp4772352p4772418.html Sent from the Pharo Smalltalk Users mailing list archive

[Pharo-users] PharoLauncher can only run 1 instance on OSX?

2014-08-08 Thread Tim Mackinnon
wondering it its the way that the launcher, launches the images (is it an os sub-process or something - and so this is why it just switches back to that process if you try and run it again?). Tim

Re: [Pharo-users] PharoLauncher can only run 1 instance on OSX?

2014-08-08 Thread Tim Mackinnon
pressed the export button - but and that seemed to do it, but I wasn’t convinced that is actually save? Tim On 8 Aug 2014, at 16:45, Baptiste Quide baptiste.qu...@inria.fr wrote: Hello, i think you select the option Quit on Launch (by default) on Pharo Launcher. That's why when you're clicking

[Pharo-users] Always asking for developer initials in 4,0?

2014-08-08 Thread Tim Mackinnon
it in case someone else has noticed this as well. Tim

Re: [Pharo-users] Always asking for developer initials in 4,0?

2014-08-08 Thread Tim Mackinnon
Yes - there is definitely a problem - after not prompting me a few times - I’ve just made another text change in the comment and its asked me for “Author Identification” again. Tim On 8 Aug 2014, at 18:11, Tim Mackinnon tim@testit.works wrote: I’ve noticed quite a few times now in the Pharo

Re: [Pharo-users] Website redirects?

2014-08-09 Thread Tim Mackinnon
Another url was: http://www.pharo.org/get-involved On 9 Aug 2014, at 12:32, Tim Mackinnon tim@testit.works wrote: Guys - some of the URL’s on the pharo website have changed - I think it would make sense to have redirects instead of a Not Found error? e.g. http://www.pharo.org/get-help

[Pharo-users] Website redirects?

2014-08-09 Thread Tim Mackinnon
Guys - some of the URL’s on the pharo website have changed - I think it would make sense to have redirects instead of a Not Found error? e.g. http://www.pharo.org/get-help Just saying? Should I raise a ticket for this? Tim

Re: [Pharo-users] PharoLauncher can only run 1 instance on OSX?

2014-08-09 Thread Tim Mackinnon
Thanks Ben - you are right, there has been another release since I downloaded it (might have to look at how to detect a version update in the launcher to spot that - that would keep me busy ;) I’m fixed now. Tim On 9 Aug 2014, at 06:29, Ben Coman b...@openinworld.com wrote: Tim Mackinnon

[Pharo-users] Any thoughts on improving MC browser?

2014-08-09 Thread Tim Mackinnon
- are there any proposals to improve MC? Tim

Re: [Pharo-users] PharoLauncher can only run 1 instance on OSX?

2014-08-09 Thread Tim Mackinnon
Actually Ben - I take it back, it still seems to want to only launch a single instance with v.3.0.0 - I’m not sure what’s going on (and when i’m back at the office I will have to check it with my desktop version as swear it was working properly). Tim On 9 Aug 2014, at 13:20, Tim Mackinnon tim

[Pharo-users] Categorise method defaults?

2014-08-09 Thread Tim Mackinnon
in the image to choose from? I was expecting “instance creation” to be there already for me? Am i missing something? Tim

[Pharo-users] The tedious split between class and instance?

2014-08-09 Thread Tim Mackinnon
and then flip back to writing my class method. This is really tedious - we really should find a better way to do this, as it eats away at your programming flow. It’s not the language - its the tools… Tim

[Pharo-users] Can I create a personal slice?

2014-08-09 Thread Tim Mackinnon
to contribute? Can’t I make a personal slice? Or is this where I have to use Metacello? Tim

Re: [Pharo-users] Can I create a personal slice?

2014-08-10 Thread Tim Mackinnon
repositories it seems right to want to flag a group of packages together to easily reload. No-one has mentioned metacello - so I’m assuming that is more heavy-weight than what I should need right? Tim On 10 Aug 2014, at 02:15, Ben Coman b...@openinworld.com wrote: Tim Mackinnon wrote: Hi - i

Re: [Pharo-users] Can I create a personal slice?

2014-08-10 Thread Tim Mackinnon
Thanks guys - I was offline and didn't notice the replies. Definitely good to know I can do this. Tim Sent from my iPhone On 10 Aug 2014, at 10:34 pm, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: A slice is basically just a set of mcz files So there is no problem at all to use

[Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Tim Mackinnon
reused the deny: one with a new title. I did think possibly a hover over balloon or having something like the comments panel in Pharo - but its a modal dialog for now) - I changed the Run icon to a play button (as the process icon used - seemed a bit obscure) Tim

Re: [Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Tim Mackinnon
Thanks Ben - I think that makes sense, as I did notice doing that kind of compare seemed to pull things into my image. As I’m about to try again - I’ll try what you suggest (I’m sure I will get there in the end). Tim On 11 Aug 2014, at 13:32, Ben Coman b...@openinworld.com wrote: Tim

Re: [Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Tim Mackinnon
if not, and cause a refresh). It’s not beautiful - but its not so bad (but I’ll see what Damien and Ben think). Tim On 11 Aug 2014, at 11:49, stepharo steph...@free.fr wrote: Hi tim I would love a sync from file possibility because I often remove directly folders and after the launcher is dead

[Pharo-users] Anyone still at Esug Camp Smalltalk?

2014-08-17 Thread Tim Mackinnon
Hi Guys - I'm on the train to Cambridge and wondering if anyone will still be at Camp Smalltalk 4:30ish? My train gets in at 4 - so was thinking of walking over if people are still around for a bit? Tim Sent from my iPhone

Re: [Pharo-users] Anyone still at Esug Camp Smalltalk?

2014-08-17 Thread Tim Mackinnon
Awesome - train is getting close, will walk over. Tim Sent from my iPhone On 17 Aug 2014, at 03:24 pm, Marcus Denker marcus.den...@inria.fr wrote: On 17 Aug 2014, at 15:07, Tim Mackinnon tim@testit.works wrote: Hi Guys - I'm on the train to Cambridge and wondering if anyone will still

Re: [Pharo-users] Migrate code from Dolphin Smalltalk

2014-08-19 Thread Tim Mackinnon
Hi Esteban - might it be possible to put your script and mock classes on Smalltalk hub for future reference? I might need to do something similar at some point - and it sounds workable with what you did. Thanks for mentioning it. Tim Sent from my iPhone On 18 Aug 2014, at 04:46 pm, Esteban

Re: [Pharo-users] best solution to store data

2014-09-02 Thread Tim Mackinnon
Esteban talked about Voyage at ESUG, its on the list of talks here: http://goo.gl/E1VF53 You can of course scale up to Gemstone (or indeed start with that as well if you need something more commercial and supported - there is a Gemstone talk in that link as well). Tim On 2 Sep 2014, at 07

Re: [Pharo-users] Tide installation

2014-09-02 Thread Tim Mackinnon
You can try watching the ESUG video from this year on: http://goo.gl/E1VF53 The presentation that Esteban gave was great - and it also inspired me to look at this some more too. Tim On 2 Sep 2014, at 17:46, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Hey, it looks really nice

Re: [Pharo-users] Tide installation

2014-09-02 Thread Tim Mackinnon
You also know about the action and state pragma’s as well right? They were explained in the Esug session, and show up in the Counter code. Tim On 2 Sep 2014, at 18:03, Bernat Romagosa tibabenfortlapala...@gmail.com wrote: Thanks Tim, I'll take a look at it. Unfortunately I couldn't attend

[Pharo-users] How to create a red box with text in a big font?

2014-09-04 Thread Tim Mackinnon
. bMorph := Morph new color: Color red; addMorph: tMorph. bMorph openInWorld. Tim

Re: [Pharo-users] How to create a red box with text in a big font?

2014-09-04 Thread Tim Mackinnon
Cool - that’s handy to know it works somewhere (and in fact, it was when playing with GT-Inspector I noticed this - so that solution would work). I’m still curious how you do it in Morphic? Tim On 4 Sep 2014, at 17:10, Alexandre Bergel alexandre.ber...@me.com wrote: Using Roassal, I would

Re: [Pharo-users] How to create a red box with text in a big font?

2014-09-05 Thread Tim Mackinnon
and eliminate cruft where possible? Tim On 5 Sep 2014, at 10:37, Thierry Goubier thierry.goub...@gmail.com wrote: Hi Peter, As far as I can understand, this is because TextStyle is brain dead code when it comes to font selection (and fontName:size: is a useless API). (and now I can't write code

Re: [Pharo-users] Testing Traits?

2014-10-09 Thread Tim Mackinnon
to crawl before trying to run ;) Tim On 9 Oct 2014, at 14:05, Damien Cassou damien.cas...@gmail.com wrote: On Thu, Oct 9, 2014 at 2:17 PM, Tim Mackinnon tim@testit.works wrote: Any thoughts/pointers? I would tend to create one test trait for each application trait the same way I create one

Re: [Pharo-users] GUI Frameworks Choice

2014-10-17 Thread Tim Mackinnon
An approachable example of what you can do (I believe its using Spec as its UI glue) is PharoLauncher - it might be something worth studying as an example? It’s on Smalltalk Hub. Tim On 17 Oct 2014, at 08:11, Craig cr...@hivemind.net wrote: Hi All, I'm new to Pharo although

Re: [Pharo-users] Useful tools?

2015-01-16 Thread Tim Mackinnon
a bit of structure around things and try out new stuff when I saw it mentioned on these mailing lists. Its on: http://www.smalltalkhub.com/#!/~Pharo/PharoLauncher (It’s also a nice example of how to write a shrink wrapped Pharo application that looks quite slick) Tim On 15 Jan 2015, at 03:58

Re: [Pharo-users] [ANN] Working with Pharo on the Raspberry Pi

2015-10-30 Thread Tim Hendriks
Pharo5 works with fine with the squeak vm in Jessie. No error’s and much faster. Didn’t test it thoroughly. Tim > On 26 Oct 2015, at 16:41, Attila Magyar <m.magy...@gmail.com> wrote: > > Hi Torsten, > > Have you tried the cogvm on the Pi? It is much faster than the stac

Re: [Pharo-users] [ANN] Working with Pharo on the Raspberry Pi

2015-10-30 Thread Tim Hendriks
What I would like is access to the GPIO pins from Pharo…. It is possible from Scratch so someone (i am to stupid to do this) could maybe hack that into Pharo? Tim > On 30 Oct 2015, at 16:22, Tim Hendriks <t...@dds.nl> wrote: > > Pharo5 works with fine with the squeak vm in Jes

Re: [Pharo-users] Pharo Launcher

2016-06-27 Thread Tim Mackinnon
for this - or is it the other way around (vm-path should be the new vm)? The floating help isn’t very descriptive on this. Thanks, Tim Sent from my iPhone > On 17 Jun 2016, at 13:10, Christophe Demarey <christophe.dema...@inria.fr> > wrote: > > Now fixed.

Re: [Pharo-users] Pharo Launcher

2016-07-13 Thread Tim Mackinnon
if this is still the case. Tim > On 28 Jun 2016, at 17:13, Damien Cassou <damien.cas...@inria.fr> wrote: > > Christophe Demarey <christophe.dema...@inria.fr> writes: >> Pharo launcher is now shipped with both vm (pre-spur and spur). The >> cog-spur vm now powered

Re: [Pharo-users] Pharo Launcher

2016-07-13 Thread Tim Mackinnon
- but a switch should hopefully satisfy everyone). I’ll also see if we can make it look nice again - as Launcher used to be a good showcase of how to make a Pharo app look beautiful. Tim > On 28 Jun 2016, at 13:59, Christophe Demarey <christophe.dema...@inria.fr> > wrote: > > Hi Tim

Re: [Pharo-users] How to view hierarchy of multiple classes in a package?

2017-02-01 Thread Tim Mackinnon
of scrolling then that might be a code smell to look into. As an extra data point - dolphin and visual age both work this way (maybe even visual works?) and I never saw it as a problem - which is why I was surprised that Pharo is different - however I know you guys often think differently. Tim

Re: [Pharo-users] [Pharo-dev] Slack, fragmentation and design information

2017-02-14 Thread Tim Mackinnon
for the joy of making things better) I would get Stef or Marcus to reach out to them. Tim > On 10 Feb 2017, at 12:26, François Stephany <tulipe.mouta...@gmail.com> wrote: > > There is a special price for non-profits organization: > > > The Slack for Nonprofits

[Pharo-users] 2017: Final call for workshop, symposium, demo & poster submissions

2017-01-20 Thread Tim Molderez
--- 2017 : The Art, Science, and Engineering of Programming April 3-6, 2017, Brussels, Belgium http://2017.programming-conference.org --- Final call

[Pharo-users] 2nd Call for papers - 2017

2016-11-10 Thread Tim Molderez
of Potsdam Tim Molderez (publicity), Vrije Universiteit Brussel Program Committee: Andrew Black, Portland State University Shigeru Chiba, University of Tokyo Yvonne Coady, University of Victoria Robby Findler, Northwestern University Lidia Fuentes, Universidad de Málaga Richard Gabriel, IBM Research

[Pharo-users] 2017: Call for papers

2016-10-17 Thread Tim Molderez
Tobias Pape (web technology), HPI - University of Potsdam Tim Molderez (publicity), Vrije Universiteit Brussel Program Committee: Andrew Black, Portland State University Shigeru Chiba, University of Tokyo Yvonne Coady, University of Victoria Robby Findler, Northwestern University Lidia Fuentes

[Pharo-users] Pharo 5 and retina displays in 2016?

2016-11-28 Thread Tim Mackinnon
Browser?). Has anyone found a font that makes everything look crisp (I tried Helvetica but its only marginally better). Or is this still the same issue that’s been hanging around for a long time as its hard to easily fix? Tim

Re: [Pharo-users] How to view hierarchy of multiple classes in a package?

2016-12-30 Thread Tim Mackinnon
Ah, cool I will give that a go. As always it's very little code when you know how. I'll report back - but I wonder if this might be something that could be in the default image? Tim Sent from my iPhone > On 30 Dec 2016, at 11:49, Henrik Nergaard <draag...@outlook.com> wrote: >

Re: [Pharo-users] How to view hierarchy of multiple classes in a package?

2017-01-05 Thread Tim Mackinnon
I finally got a chance to try this change out - and this a super helpful change - thanks so much. (It also taught me where some of the things live in Pharo). Why wouldn’t this change be made permanent in the live Pharo? I can’t see any downside and it really helps understand new code. Tim

[Pharo-users] 2017: Call for workshop, symposium & poster submissions

2017-01-06 Thread Tim Molderez
--- 2017 : The Art, Science, and Engineering of Programming April 3-6, 2017, Brussels, Belgium http://2017.programming-conference.org --- We are excited

Re: [Pharo-users] How to view hierarchy of multiple classes in a package?

2016-12-28 Thread Tim Mackinnon
essing you would see the same flat list - but I will go and try that to help me learn a bit more. Tim Sent from my iPhone > On 27 Dec 2016, at 23:55, Denis Kudriashov <dionisi...@gmail.com> wrote: >

Re: [Pharo-users] How to view hierarchy of multiple classes in a package?

2016-12-28 Thread Tim Mackinnon
classes in the selected package at the same time. (Which would make learning new packages a bit easier). Maybe it's something I can easily adjust myself. Or something to consider for Calypso. Tim Sent from my iPhone > On 28 Dec 2016, at 17:38, Denis Kudriashov <dionisi...@gmail.com&

[Pharo-users] How to view hierarchy of multiple classes in a package?

2016-12-27 Thread Tim Mackinnon
classes and pure risky identify useful refactorings. I can't see how to do this in pharo anymore? Is this functionality that has been lost (which seems a shame)? Or am I missing another useful browsers? Tim Sent from my iPhone

Re: [Pharo-users] How to view hierarchy of multiple classes in a package?

2016-12-27 Thread Tim Mackinnon
? Tim Sent from my iPhone Sent from my iPhone > On 27 Dec 2016, at 17:59, Denis Kudriashov <dionisi...@gmail.com> wrote: > > Hi. > > 2016-12-27 17:44 GMT+01:00 Tim Mackinnon <tim@testit.works>: >> What confuses me, is his I can see the hire hybrid the clas

Re: [Pharo-users] Critical issues for Dr. Geo on P6

2017-07-28 Thread Tim Mackinnon
, and when it was shut down it was 6+ weeks to migrate off it and stabilise things). We are close - we just need to rally around to get a good stable base that can support the next round of revolution (aka P7). Tim Sent from my iPhone > On 28 Jul 2017, at 11:00, Serge Stinckwich <serge.s

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-31 Thread Tim Mackinnon
hile as I’m sure the action is higher up the chain?) Tim > On 15 Jul 2017, at 09:35, Pavel Krivanek <pavel.kriva...@gmail.com> wrote: > > If you want to stay with Pharo 6 image, you can try the bootstrapped version > of the minimal image: > https://ci.inria.fr

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-31 Thread Tim Mackinnon
like Gofer isn’t there, and I’m now wondering if Metacello isn’t there either) - so I’m wondering how you guys load baselinesOf of configurationsOf? Tim > On 31 Jul 2017, at 14:17, Pavel Krivanek <pavel.kriva...@gmail.com> wrote: > > H Tim > > 2017-07-31 15:07 GMT+02:

Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-31 Thread Tim Mackinnon
ing etc. and it seems like I should be a good customer for kicking the tires on all of this. Tim > On 31 Jul 2017, at 14:42, Pavel Krivanek <pavel.kriva...@gmail.com> wrote: > > > > 2017-07-31 15:28 GMT+02:00 Tim Mackinnon <tim@testit.works > <mailto:tim@testit.works&

Re: [Pharo-users] Iceberg and removing packages

2017-08-02 Thread Tim Mackinnon
that as it was gone, maybe you don’t show that?). Tim > On 31 Jul 2017, at 13:30, Esteban Lorenzano <esteba...@gmail.com> wrote: > > Did you commit? > >> On 31 Jul 2017, at 14:06, Esteban A. Maringolo <emaring...@gmail.com> wrote: >> >> That's exactly wh

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

2017-08-02 Thread Tim Mackinnon
aw - “Enable Metacello Integration” - should I set that to true (its false by default)? I’m wondering how other people are loading their projects in Iceberg if this doesn’t work? Tim

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

2017-08-02 Thread Tim Mackinnon
of these? So I guess that setting isn’t applicable? Tim > On 2 Aug 2017, at 22:31, Tim Mackinnon <tim@testit.works> wrote: > > I’m wondering if I’m missing a trick somewhere - but I have a simple project > with 2 packages, one is a BaseLineOfMyPkg and the other is MyPkg (tech

Re: [Pharo-users] about a pillar based output format for Epicea

2017-08-02 Thread Tim Mackinnon
orting Metalsmith might be easier and in interesting personal project. Anyway, might be worth a look if you want architectural inspiration. Tim Sent from my iPhone > On 2 Aug 2017, at 18:19, Stephane Ducasse <stepharo.s...@gmail.com> wrote: > > I'm because Pillar is central to a

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

2017-08-03 Thread Tim Mackinnon
realise it, until I found a very simple example of it. Tim Sent from my iPhone > On 3 Aug 2017, at 01:55, Esteban A. Maringolo <emaring...@gmail.com> wrote: > > What is the Metacello integration setting? > > Esteban A. Maringolo > > 2017-08-02 19:01 GMT-03:00 Tim

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

2017-08-03 Thread Tim Mackinnon
never been comfortable with the whole slice thing and doing it with git doesn't seem bedded down yet (it's this that's really held me back in retrospect - so I'm hoping this current disruption will ultimately get us to an easier place) Tim Sent from my iPhone > On 3 Aug 2017, at 07:42, Tu

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

2017-08-02 Thread Tim Mackinnon
A that’s how it works… StartupPreferencesHandler and its in my user/Library/Preferences/Pharo/6.0 folder… You learn something new every day (minute it seems lately) Tim > On 2 Aug 2017, at 14:04, Pavel Krivanek <pavel.kriva...@gmail.com> wrote: > > Try to run the image wi

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

2017-08-02 Thread Tim Mackinnon
to reload a file, you close that playground and then pick it again from the list? Its quite a cool way of working (not perfect) but a real time saver. Thanks for sharing. Tim > On 2 Aug 2017, at 13:24, Mariano Martinez Peck <marianop...@gmail.com> wrote: > > > > On Wed, A

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

2017-08-02 Thread Tim Mackinnon
set it to some common directory? What is the recommended strategy? Tim

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

2017-08-03 Thread Tim Mackinnon
why there is an install menu item just on baselineOF packages?) Tim > On 3 Aug 2017, at 09:09, Herby Vojčík <he...@mailbox.sk> wrote: > > This works for me (to load BaselineOfTowergame from src/ relative to image > location): > > | hereRef | > hereRef := Smalltalk ima

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

2017-08-03 Thread Tim Mackinnon
packageSpecsInLoadOrder allButLast do: [ :s | s version load ]. > On 3 Aug 2017, at 14:15, Alistair Grant <akgrant0...@gmail.com> wrote: > > Hi Tim, > > On Thu, Aug 03, 2017 at 10:55:09AM +0100, Tim Mackinnon wrote: >> It might be something in this area - I wil

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] Settings - Server Mode - should I use it?

2017-08-04 Thread Tim Mackinnon
- WorldState is not there (which makes sense, as you would expect all of the UI pieces to be stripped out). Tim > On 2 Aug 2017, at 18:09, Ben Coman <b...@openinworld.com> wrote: > > hi Tim, > > This is Pharo! You can dig in to understand it yourself. ;) > 1. On the setting,

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
65555509 2203601.00 40.00 As an aside - my Gitlab project is public, the scripts that load things up are in ./scripts (build.sh, and minimal.st <http://minimal.st/> and loadlocal.st <http://loadlocal.st/>) Tim > On 15 Aug 2017, at 0

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-16 Thread Tim Mackinnon
healthier - and those MethodChangeRecords are gone too) !!! I suspect there are more monti/metacello things that are still lurking around. I also wonder if I need some the character sorting strings too. Tim "CmdLine script to debug the initial minimal image" | logger repo version

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
minimum build steps and which are an external script (or possibly a HeadlessImageCleaner class we keep loaded so it's easier to maintain?) Tim Sent from my iPhone > On 16 Aug 2017, at 08:52, Guillermo Polito <guillermopol...@gmail.com> wrote: > > This means it would be healthy

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
it to bootstrap my code). Tim > On 16 Aug 2017, at 02:32, Guillermo Polito <guillermopol...@gmail.com> wrote: > > Actually it happens first that monticello is "nicely" coupled with the > changeset system and logs all the source code loaded in change sets :D :/ ¬¬. &

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
pattern from more mainstream projects but as execution time and memory size are the key here, as Lambda is about short lived executions, so you would take the hit at build time). Tim > On 16 Aug 2017, at 09:11, Guillermo Polito <guillermopol...@gmail.com> wrote: > > Be caref

  1   2   3   4   5   6   7   8   >