[Pharo-users] image startup profiling

2018-06-29 Thread Peter Uhnák
Hi, does anyone know any tips how to profile why opening of an image takes X amount of time and on what? Thanks, Peter

[Pharo-users] Pharo Launcher multiplicated PhLDeploymentScript

2018-06-29 Thread Peter Uhnák
Hi, I've noticed that when I save Pharo Launcher image (ctrl+shift+s), because I was changing something, then PhLDeploymentScript is added to the the startup classes list. PhLStartupManager startUpClasses "a SortedCollection(PhLDirectoryBasedImageRepository PhLSettingBrowser PhLDeploymentScript P

Re: [Pharo-users] image startup profiling

2018-06-29 Thread Sven Van Caekenberghe
Hi Peter, I once did this: http://forum.world.st/WorkingSession-log-tt4957187.html HTH, Sven > On 29 Jun 2018, at 09:54, Peter Uhnák wrote: > > Hi, > > does anyone know any tips how to profile why opening of an image takes X > amount of time and on what? > > Thanks, > Peter

Re: [Pharo-users] Pharo Launcher multiplicated PhLDeploymentScript

2018-06-29 Thread Peter Uhnák
PhLStartupManager class>>addToLauncherStartUpList: aClass self startUpClasses addIfNotPresent: aClass seems to be enough. Peter On Fri, Jun 29, 2018 at 9:58 AM, Peter Uhnák wrote: > Hi, > > I've noticed that when I save Pharo Launcher image (ctrl+shift+s), because > I was changing something, t

[Pharo-users] Its too hard to contribute to the Iceberg wiki

2018-06-29 Thread Tim Mackinnon
Ok - my love affair with Github ends at the wiki - what a load of $%$%^$%… there is no sane and easy way to fork a wiki, make some changes and then submit a PR. (how the hell did they get into that state?). Can we agree to scrap the wiki Iceberg wiki and just have a longer readme.md (with secti

Re: [Pharo-users] Its too hard to contribute to the Iceberg wiki

2018-06-29 Thread Esteban Lorenzano
hi, > On 29 Jun 2018, at 16:25, Tim Mackinnon wrote: > > Ok - my love affair with Github ends at the wiki - what a load of $%$%^$%… > there is no sane and easy way to fork a wiki, make some changes and then > submit a PR. (how the hell did they get into that state?). yes, github wiki is crap.

[Pharo-users] What's the status of Pharo exercism?

2018-06-29 Thread Tim Mackinnon
Presumably someone is working on Pharo Exercism (did I notice Ben or Hilaire asking about the tonel format for it?) Is it possible for someone to put a comment in the repo for it - so we can coordinate effort? I’m assuming that someone can at least get hello world working as an example? It wou

Re: [Pharo-users] ApplicationSecurity Questions

2018-06-29 Thread Sean DeNigris
Moved from Pharo-Dev… > Please let me know how it is going I’m at the point where I seem to have a basic understanding of the library and I’m ready to integrate into an app I’m writing. Here are a few questions, which I put into an issue [1] to fold back into the docs when the conversation is “

Re: [Pharo-users] Tonel Fileout

2018-06-29 Thread Tim Mackinnon
Just as a followup to this - Bens suggestion can be slightly simplified (and less dependent on implementation details) as: tonelStream := ‘…path…./src/Polymorph-Widgets-Rules/IconShortcutRule.class.st' asFileReference readStream. parser := (TonelParser on: tonelStream). parser document do: [ :it

Re: [Pharo-users] What's the status of Pharo exercism?

2018-06-29 Thread Ben Coman
On 29 June 2018 at 22:53, Tim Mackinnon wrote: > Presumably someone is working on Pharo Exercism (did I notice Ben or > Hilaire asking about the tonel format for it?) > > Is it possible for someone to put a comment in the repo for it - so we can > coordinate effort? I’m assuming that someone can

Re: [Pharo-users] What's the status of Pharo exercism?

2018-06-29 Thread Tim Mackinnon
Hi Ben - it looks completely do-able. Just submitted my hello world for python - and it wasn’t anything particularly special. I thought your suggestion of using Tonel is perfect - I’m just not sure how well the exercism site will render tonel format (ideally with correct colour coding). I’ve n

Re: [Pharo-users] Its too hard to contribute to the Iceberg wiki

2018-06-29 Thread Serge Stinckwich
You can clone the Iceberg with : git clone g...@github.com:pharo-vcs/iceberg.wiki.git On Fri, Jun 29, 2018 at 3:25 PM Tim Mackinnon wrote: > Ok - my love affair with Github ends at the wiki - what a load of $%$%^$%… > there is no sane and easy way to fork a wiki, make some changes and then > su

Re: [Pharo-users] What's the status of Pharo exercism?

2018-06-29 Thread Ben Coman
Per (https://github.com/exercism/meta/issues/91) it looks like the syntax highlighter is "prism" (https://prismjs.com/). I added ".st" for Pharo... ( https://github.com/exercism/meta/issues/90#issuecomment-399412215). It briefly crossed my mind to wonder if using ".st" for both traditional fileout

Re: [Pharo-users] What's the status of Pharo exercism?

2018-06-29 Thread Ben Coman
On 30 June 2018 at 01:55, Tim Mackinnon wrote: > Hi Ben - it looks completely do-able. > > Just submitted my hello world for python - and it wasn’t anything > particularly special. I thought your suggestion of using Tonel is perfect - > I’m just not sure how well the exercism site will render ton

Re: [Pharo-users] What's the status of Pharo exercism?

2018-06-29 Thread Tim Mackinnon
Nice one Ben - I think a few quick iterations could get something out the door and then we can refine it and make it really cool! > On 29 Jun 2018, at 23:32, Ben Coman wrote: > > Per (https://github.com/exercism/meta/issues/91 > ) > it looks like the

Re: [Pharo-users] Tonel Fileout

2018-06-29 Thread Tim Mackinnon
As another output (and an answer to Ben’s question) - to output, you need a snapshot - the easiest I could work out was something like: TonelWriter new sourceDir: '.' asFileReference; writeSnapshot: (MCPackage named: HelloWorldTest package name) snapshot. > On 29 Jun 2018, at 17:11, Tim Macki

Re: [Pharo-users] PolyMath move to github !

2018-06-29 Thread Francisco Ortiz Peñaloza
Thanks! On Thu, 28 Jun 2018 at 16:01 Serge Stinckwich wrote: > Thank to the terrific work of Cyril, all the PolyMath code is now > available on github: https://github.com/PolyMathOrg/PolyMath > > With a lot of magic tricks, Cyril was able to preserve part of the history > of the project: > https