Re: [Pharo-users] Pharo on the SqueakJS virtual machine

2017-08-19 Thread Sean P. DeNigris
Craig Latta wrote > For more details, see https://tinyurl.com/y727fz4a Cool! A few things: - There is a very noticable lag (e.g. ~5 seconds to open an "About" window). Any idea what it would take to deliver performance levels that feel more native? - I wonder how Tether compares to Denis'

Re: [Pharo-users] [ANN] Pharo wiki , is here

2017-08-19 Thread Dimitris Chloupis
I also turned it to be published as a webpage, its can be viewed from this link https://squarebracketassociates.github.io/PharoWiki/ On Sat, Aug 19, 2017 at 11:54 PM Dimitris Chloupis wrote: > Many seemed to like the idea of a Pharo wiki , I like it too. I created > one,

[Pharo-users] [ANN] Pharo wiki , is here

2017-08-19 Thread Dimitris Chloupis
Many seemed to like the idea of a Pharo wiki , I like it too. I created one, can be found here and super easy to contribute to. https://github.com/SquareBracketAssociates/PharoWiki Will keep this thread for alerting for important updates to wiki. Have fun :)

Re: [Pharo-users] YAML parser (2017)

2017-08-19 Thread H. Hirzel
On 8/19/17, Peter Uhnak wrote: > On Sat, Aug 19, 2017 at 02:45:28PM +0200, H. Hirzel wrote: >> Peter, thanks for the confirmation that in your installation of the >> PetitYAML grammar all tests are green. >> >> I wonder how you did it. > > As I've said, you need to update

Re: [Pharo-users] [Ann] Blog entry about using Pharo / Smalltalk to build a bot

2017-08-19 Thread Sean P. DeNigris
kilon.alios wrote > This sneaky tactic can be a great way to promote pharo to your coworkers. > No need to convert your entire project to PHP. Just start using Pharo for > minor tasks, maybe clean up the code, analyse and visualise the code base > with Roassal , parse some text files etc. I love

Re: [Pharo-users] How to find where pharo is killing processor power?

2017-08-19 Thread Dimitris Chloupis
it depends what you mean if you talk about Pharo code then those tools should be enough , unless it freezes Pharo (a 100% consumption does not necessarily imply a freeze) if you talk about the Pharo VM itself then you will need to use one of the countless profilers that exist for C/C++ . Some

Re: [Pharo-users] Playground doesn't respect LF endings

2017-08-19 Thread Henrik Nergaard
>> Right now I have to execute `Clipboard clipboardText withSqueakLineEndings >> asString` and then copy the result. Why not fix the issue instead? * Browse senders of #cr * Filter "rub" * Find the method that navigates the cursor to line end * change #indexOf::: to use

Re: [Pharo-users] YAML parser (2017)

2017-08-19 Thread Peter Uhnak
On Sat, Aug 19, 2017 at 02:45:28PM +0200, H. Hirzel wrote: > Peter, thanks for the confirmation that in your installation of the > PetitYAML grammar all tests are green. > > I wonder how you did it. As I've said, you need to update PetitParser; if there's no appropriate catalog entry, then

Re: [Pharo-users] YAML parser (2017)

2017-08-19 Thread H. Hirzel
P.S. I assume I need to get a developer version. How do I do that? On 8/19/17, H. Hirzel wrote: > Peter, thanks for the confirmation that in your installation of the > PetitYAML grammar all tests are green. > > I wonder how you did it. > > This is what I did: > > 1. I

[Pharo-users] Tealight (similar to Teapot) installs fine in Pharo 6.1

2017-08-19 Thread H. Hirzel
Hello Torsten Tealight installs very fine into the latest Pharo release (6.0 / 6.1). It is easy to use and the documentation is great! --Hannes On 8/15/17, Torsten Bergmann wrote: > Hi sergio, > > why not use my existing "Tealight" project which is (similar to Teapot) also >

Re: [Pharo-users] YAML parser (2017)

2017-08-19 Thread H. Hirzel
Peter, thanks for the confirmation that in your installation of the PetitYAML grammar all tests are green. I wonder how you did it. This is what I did: 1. I put Pillar on the back burner for the moment and 2. I went for a pristine Pharo 6.0 Latest update: #60510 image (a.k.a. 6.1). 3. Then I

Re: [Pharo-users] How to find where pharo is killing processor power?

2017-08-19 Thread Ben Coman
On Thu, Aug 17, 2017 at 7:53 PM, Dimitris Chloupis wrote: > Are you aware of the profile tools inside Pharo ? They capture execution > and offer detailed analysis of how much time is spent on each task. One of > it can be found in World Menu -> Tools -> Time Profiler >

Re: [Pharo-users] YAML parser (2017)

2017-08-19 Thread Peter Uhnak
All my tests are green, so maybe you need to update PetitParser too to the latest (PetitParser-JanKurs.290) It is probable that Pillar loaded older version of PetitParser. Peter On Fri, Aug 18, 2017 at 10:56:30PM +0200, H. Hirzel wrote: > Hello again > > On 8/18/17, Peter Uhnak

Re: [Pharo-users] Loading and saving packages to filetree repos

2017-08-19 Thread Dimitris Chloupis
First lets get a basic understanding of git, filetree and metadata. The process of using both filetree and git are simple and short , the only problem is Monticello with a GUI that is not well designed. With filetree you do what you would have done anyway 1) You pick a package 2) You create a

Re: [Pharo-users] ZnConstants class>>#httpStatusCodes and cloudflare

2017-08-19 Thread Holger Freyther
> On 18. Aug 2017, at 20:14, Sven Van Caekenberghe wrote: > > Hi Holger, > > It is probably not a good idea to be too strict here. I committed the > following to #bleedingEdge thank you! holger