Re: [Pharo-dev] PetitMarkdown

2015-05-03 Thread H. Hirzel
Thank you Jan, for your work in enhancing PetitParser for Markdown. I think I got what you did by loading PetitParser in Pharo 4.0. I found the examples PPMarkdownGrammarTest, category testing-documents. I also read http://scg.unibe.ch/research/indentParsing. Could you please elaborate a bit

Re: [Pharo-dev] PetitMarkdown

2015-05-03 Thread Jan Kurš
Hi Hannes, I actually did not do any changes to the grammar, I wrote the grammar from scratch. The reason I did so was to have a proof of concept of my PetitParser extension for parsing indentation-sensitive grammars such as Markdown or Python. The most simplest example you can do is to evaluate

[Pharo-dev] [pharo-project/pharo-core] d31f21: 50028

2015-05-03 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: d31f210a4de628dd26f5a20200ea1a332bb988d6 https://github.com/pharo-project/pharo-core/commit/d31f210a4de628dd26f5a20200ea1a332bb988d6 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-05-03 Thread GitHub
Branch: refs/tags/50028 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] New Versionner Tool and Authentication

2015-05-03 Thread Sean P. DeNigris
It seems maybe the commit Xyz patch tool is creating new instances of repositories instead of using the existing ones? Even though I am logged into sthub/Pharo/TxText, when I try to commit a config and new package versions for packages, dialogs pop up to enter my username and password, and even if

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-03 Thread Sergio Fedi
Ok, I added the case, submited the Slice and Resolved the case. https://pharo.fogbugz.com/f/cases/15480/Improving-the-About-information-of-Versionner The final text is this: *Versionner is tool for creating configurations.* *A Configuration determines the dependencies between packages. More

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-03 Thread Sergio Fedi

Re: [Pharo-dev] Where to start contributing

2015-05-03 Thread Cyril Ferlicot
Marcus opened a discussion last time and the result is that he'll maybe close all the bugs and ask to people to reopen only the one we really want. http://forum.world.st/Issue-tracker-what-about-old-issues-td4822552.html On 4 May 2015 at 02:27, Sergio Fedi sergio.f...@gmail.com wrote: @Cyril I

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-03 Thread Sean P. DeNigris
Sean P. DeNigris wrote a bit of cleaning... Issue 15475: TxText Cleanup for Pharo 5.0 #2 Finally passed validation! Okay to include? - Cheers, Sean -- View this message in context: http://forum.world.st/TxText-More-Cleaning-and-Questions-tp4823894p4824054.html Sent from the Pharo

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-03 Thread Sean P. DeNigris
EstebanLM wrote I’m sorry for the mess. Don't be! This is a great feature. I'm happy to test it :) - Cheers, Sean -- View this message in context: http://forum.world.st/New-Versionner-Tool-and-Authentication-tp4824032p4824051.html Sent from the Pharo Smalltalk Developers mailing list

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-03 Thread p...@highoctane.be
[image: Inline image 1] Pharo.exe - 5 363 606 bytes Phil On Sun, May 3, 2015 at 1:17 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-05-01 23:05 GMT+02:00 p...@highoctane.be p...@highoctane.be: Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md

[Pharo-dev] Beyond resolving a case

2015-05-03 Thread Sergio Fedi
How do we state and/or document that further work is needed after a Case? For example, some things I had in mind after finishing this case: *While adding the About comment for the Versionner tool I've found that the About should be modeled (at least to encapsulate the about text and the about

Re: [Pharo-dev] Where to start contributing

2015-05-03 Thread Sergio Fedi
I saw that discussion, but I didn't know how I could (if I could) contribute to that problem. ​

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-03 Thread Sean P. DeNigris
There is ConfigurationOfVersionner in the image... - Cheers, Sean -- View this message in context: http://forum.world.st/Improving-the-About-Text-of-Versionner-tp4823759p4824122.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-03 Thread Sergio Fedi
There is ConfigurationOfVersionner in the image... Sorry, I don't understand. What does it mean? Is there something wrong I did?

[Pharo-dev] TxSpan#isAtEnd

2015-05-03 Thread Sean P. DeNigris
Right now, there is: TxBasicSpan#isAtEnd ^ false and TxEndSpan#isAtEnd ^ true However, there are cases were a list of spans has no end marker e.g. the argument to #insert: I'm thinking of changing to: TxBasicSpan#isAtEnd ^ self next == self. This will allow changing e.g. the following slightly

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-03 Thread Sean P. DeNigris
Sergio Fedi wrote There is ConfigurationOfVersionner in the image... What does it mean? Is there something wrong I did? It was in response to Ben's question: is Versioneer Slice based or Configuration based?. We have two kinds of external projects in Pharo: - Traditional model: projects that,

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-03 Thread Sean P. DeNigris
Sean P. DeNigris wrote We have two kinds of external projects in Pharo: After reviewing your fix, your case is especially complicated - you have edited one of each type of project! Spec, which has been forked, and Versionner, which is externally maintained. You may have to open another issue for

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread Esteban Lorenzano
I think it is not possible (that’s github stuff, not ours)… at least it was not possible 1.5yr ago when we did it with Camilo. but I will take another look, in case things changed. Esteban On 03 May 2015, at 04:41, Sean P. DeNigris s...@clipperadams.com wrote: stepharo wrote could we put

Re: [Pharo-dev] Pharo Inbox Link pointing to Pharo40 Inbox still

2015-05-03 Thread Cyril Ferlicot
I corrected it. On 3 May 2015 at 13:55, Sergio Fedi sergio.f...@gmail.com wrote: Ah, that's why I commited my changes to version 4 On Sun, May 3, 2015 at 6:26 AM, Norbert Hartl norb...@hartl.name wrote: On http://pharo.org/contribute-propose-fix in Prerequisites the Pharo Inbox link

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread Ben Coman
I tried with this, but didn't know how to push it further... https://github.com/github/github-services/compare/master...bencoman:master cheers -ben On Sun, May 3, 2015 at 4:15 AM, stepharo steph...@free.fr wrote: Hi could we put the log of the commit on top before the touched files? Stef

[Pharo-dev] Pharo Inbox Link pointing to Pharo40 Inbox still

2015-05-03 Thread Norbert Hartl
On http://pharo.org/contribute-propose-fix http://pharo.org/contribute-propose-fix in Prerequisites the Pharo Inbox link points to the pharo40inbox instead of pharo50inbox. Norbert

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-03 Thread Nicolai Hess
2015-05-01 23:05 GMT+02:00 p...@highoctane.be p...@highoctane.be: Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md (I wrote that thing a while ago). http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ was

Re: [Pharo-dev] Pharo Inbox Link pointing to Pharo40 Inbox still

2015-05-03 Thread Sergio Fedi
Ah, that's why I commited my changes to version 4 On Sun, May 3, 2015 at 6:26 AM, Norbert Hartl norb...@hartl.name wrote: On http://pharo.org/contribute-propose-fix in Prerequisites the Pharo Inbox link points to the pharo40inbox instead of pharo50inbox. Norbert

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread Marcus Denker
On 03 May 2015, at 12:12, Esteban Lorenzano esteba...@gmail.com wrote: I think it is not possible (that’s github stuff, not ours)… at least it was not possible 1.5yr ago when we did it with Camilo. but I will take another look, in case things changed. I think there is a chance to do it

Re: [Pharo-dev] PetitMarkdown

2015-05-03 Thread H. Hirzel
Hi Jan, Thank you for your answer, in particular the PPMiniCommonMark example. For me this is an interesting work, I can see a lot lot of application areas in and out of the Pharo context. I'll have a closer look at your implementation, in particular the test cases. Have a good day Hannes On

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread Nicolas Cellier
2015-05-03 4:41 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: stepharo wrote could we put the log of the commit on top before the touched files? +1. But Nicolas wants to know if he can view the files in his favorite editor, `#(vim emacs) atRandom`ha ha :) Sure, I can even use ed,

[Pharo-dev] Help required for understanding a project on smalltalk hub

2015-05-03 Thread Jigyasa Grover
Hello All ! I have just started with Pharo and still grasping it features. I have come across a project on Smalltalk Hub http://smalltalkhub.com/#!/~BenjA/FullTextSearch ; a search application for Pharo. I wish to explore this project and enhance/improvise it further. It would be great if the

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread Esteban Lorenzano
in fact it was also not possible discriminate the mails they sent (it was all or nothing)… that’s why we receive two mails each commit, one complete unnecessary. On 03 May 2015, at 12:12, Esteban Lorenzano esteba...@gmail.com wrote: I think it is not possible (that’s github stuff, not

Re: [Pharo-dev] Idea how I could generate the update list automatically

2015-05-03 Thread Esteban Lorenzano
I think is easier to make a program to extract those commits using the github api: https://api.github.com/repos/pharo-project/pharo-core/commits https://api.github.com/repos/pharo-project/pharo-core/commits that can be parametrised to take specific commits… Esteban On 02 May 2015, at

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread Ben Coman
On Sun, May 3, 2015 at 4:15 AM, stepharo steph...@free.fr wrote: Hi could we put the log of the commit on top before the touched files? Stef On Sun, May 3, 2015 at 10:46 PM, Ben Coman b...@openinworld.com wrote: I tried with this, but didn't know how to push it further...

Re: [Pharo-dev] PluggableTextMorph vs PluggableTextEditorMorph

2015-05-03 Thread Nicolai Hess
2015-05-02 9:50 GMT+02:00 stepharo steph...@free.fr: No idea but if the difference is that small then this is clear that we should remove one. What is the difference between (or different use cases for) PluggableTextMorph and PluggableTextEditorMorph ? Do we need both? The only

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-03 Thread Esteban Lorenzano
yes… is a bug who should be fixed if you install bleedingEdge… I’m sorry for the mess. Esteban On 03 May 2015, at 19:29, Sean P. DeNigris s...@clipperadams.com wrote: It seems maybe the commit Xyz patch tool is creating new instances of repositories instead of using the existing ones?

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread Esteban Lorenzano
do you guys know that if you press in the link provided, for example: https://github.com/pharo-project/pharo-core/commit/cf09b156e5bc943d6b99a34016d64ac0e6e972b5 https://github.com/pharo-project/pharo-core/commit/cf09b156e5bc943d6b99a34016d64ac0e6e972b5 you will have all the diffs well

[Pharo-dev] [pharo-project/pharo-core] cf09b1: 50029

2015-05-03 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: cf09b156e5bc943d6b99a34016d64ac0e6e972b5 https://github.com/pharo-project/pharo-core/commit/cf09b156e5bc943d6b99a34016d64ac0e6e972b5 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] could the log message be placed on top of the files in the commit?

2015-05-03 Thread stepharo
Code diffs would be more valuable, but adopting the tools of file lovers must come with a cost ;) Yes I would love that too. I just want to compile a list of changes automatically. May I can do in the scriptLoader instead of reparsing git.