Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-30 Thread Alexandre Bergel
Why not having just one folder level? As we would have in any other language? One folder per package, and inside a .st file per class. Alexandre > Le 30 sept. 2015 à 18:47, Dale Henrichs a > écrit : > > > >> On 09/29/2015 01:50 AM, Henrik Johansen

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-30 Thread p...@highoctane.be
Yes, about the git config core.longpaths true: works here as well. It requires git for windows > 1.9 to work. My 1.8.x choked, had to upgrade. I have checked out the VM code where there was the GeniePlugin problem and the issue was gone with that setup. cp -r or rm -rf indeed give trouble. If

Re: [Pharo-dev] 16666 CI validation Failure misreported as Success

2015-09-30 Thread Nicolai Hess
2015-09-30 3:16 GMT+02:00 Ben Coman : > Of the eight issues currently "Resolved (Fix Reviewed By monkey)" > which passed validation successfully, three seem to actually be failures. > That is, Fogbugz shows SUCCESS when the validation report shows FAILURE. > > * 16577 Random

Re: [Pharo-dev] [pharo-project/pharo-core] 07c9a0: 50344

2015-09-30 Thread Christophe Demarey
This builds also breaks the browsing of users of a variable in Nautilus. See https://pharo.fogbugz.com/f/cases/16668/Variables-button-throws-KeynotFound-when-a-variable-is-selected Le 28 sept. 2015 à 15:41, GitHub a écrit : > Branch: refs/heads/5.0 > Home:

[Pharo-dev] Code completion in comment pane and Pillar

2015-09-30 Thread Peter Uhnak
Hi, Some time ago I ran into a problem with typing left brackets into comment pane. As you know, code blocks in Pillar are marked with [[[ However comment pane is subject to regular code completion of NECController, which means that every time I type '[' NEC converts it into '[ ]'. So if I

[Pharo-dev] [Reflectivity] Links on Slots

2015-09-30 Thread Marcus Denker
Hi, basis for annotating instanceVariables (Slots) with meta links is now working. https://pharo.fogbugz.com/f/cases/16669/MetaLinks-on-Slots This test is green: testReifySlotName | iVar instance link | iVar := ReflectivityExamples slotNamed: #ivar. link := MetaLink new

[Pharo-dev] [pharo-project/pharo-core] 89dbe2: 50348

2015-09-30 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 89dbe29954b2bd7271456d8ffe1951fd927cb807 https://github.com/pharo-project/pharo-core/commit/89dbe29954b2bd7271456d8ffe1951fd927cb807 Author: Jenkins Build Server Date:

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

2015-09-30 Thread GitHub
Branch: refs/tags/50348 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] 16666 CI validation Failure misreported as Success

2015-09-30 Thread Ben Coman
On Wed, Sep 30, 2015 at 3:43 PM, Christophe Demarey wrote: > > Le 30 sept. 2015 à 03:16, Ben Coman a écrit : > >> Of the eight issues currently "Resolved (Fix Reviewed By monkey)" >> which passed validation successfully, three seem to actually be failures. >> That is,

Re: [Pharo-dev] 16666 CI validation Failure misreported as Success

2015-09-30 Thread Christophe Demarey
- Mail original - > De: "Ben Coman" > À: "Pharo Development List" > Envoyé: Mercredi 30 Septembre 2015 14:14:06 > Objet: Re: [Pharo-dev] 1 CI validation Failure misreported as Success > > I've documented five cases now. One was a

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

2015-09-30 Thread GitHub
Branch: refs/tags/50349 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 165bd2: 50349

2015-09-30 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 165bd2921abc361af623dad6b830b33c2947ed87 https://github.com/pharo-project/pharo-core/commit/165bd2921abc361af623dad6b830b33c2947ed87 Author: Jenkins Build Server Date:

Re: [Pharo-dev] Code completion in comment pane and Pillar

2015-09-30 Thread p...@highoctane.be
Completion in the comment pane is a major PITA for me. There are times when it makes sense, but not that often. Phil On Wed, Sep 30, 2015 at 9:56 PM, Peter Uhnak wrote: > Hi, > > Some time ago I ran into a problem with typing left brackets into comment > pane. > > As you

[Pharo-dev] ZeroConf for Pi VM

2015-09-30 Thread Torsten Bergmann
http://get.pharo.org includes many configurations but I do not see one for the Raspberry pi that installs the Raspberry Pi ARM VM. Is Pi already included somehow or does a Pi user still have to grab the VM ZIP manually from CI: https://ci.inria.fr/pharo/view/RaspberryPi/job/RaspberryPi-Publish

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-30 Thread Dale Henrichs
1. the original code from Otto put each method in a file 2. I liked the idea of using git to manage method versions - and it is a really cool feature as git is able to maintain the history of a method (file) as the method is moved from class to class 3. Using directory structure

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-30 Thread Jan Vrany
On Mon, 2015-09-28 at 16:48 -0700, Dale Henrichs wrote: > The big issue for git and windows (in general) is that there is a 255 > character limit on the paths for files I recently pruned some > file names for Metacello (on a win-hack branch) just to get Metacello > to work with filetree ..

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-30 Thread Jigyasa Grover
Agreed. On Sun, Sep 27, 2015 at 3:27 PM, Alexandre Bergel wrote: > … Pharo may be within the 30 most popular languages on Earth. > The 30th languages has 3,253 repository. There are 2,635 on SmalltalkHub. > > I wish we had a nice Git integration. > > Alexandre > -- >

Re: [Pharo-dev] ZeroConf for Pi VM

2015-09-30 Thread Sven Van Caekenberghe
+10 this would be very nice to have ! Last time I played with Pharo on the RPi I took the VM from http://files.pharo.org/vm/pharoS/raspbian/latest.zip which worked fine for 4.0 > On 01 Oct 2015, at 00:51, Torsten Bergmann wrote: > > http://get.pharo.org includes many

[Pharo-dev] How is StartupPreferencesLoader invoked?

2015-09-30 Thread Yuriy Tymchuk
Hi, I was expecting that StartupPreferencesLoader is added to the startup list, but I didn’t find it there. So how are the preference files loaded at each startup? Uko

Re: [Pharo-dev] [Reflectivity] Links on Slots

2015-09-30 Thread Tudor Girba
Yuppee! This means that we can now implement an inspector refresh properly, right? Cheers, Doru On Wed, Sep 30, 2015 at 11:49 AM, Marcus Denker wrote: > Hi, > > basis for annotating instanceVariables (Slots) with meta links is now > working. >

Re: [Pharo-dev] Navigate from Variables to AST Node accessing that variable

2015-09-30 Thread Marcus Denker
> On 30 Sep 2015, at 17:48, Tudor Girba wrote: > > Great! This is so cool. > > We should just change the gtDisplayOn: for RBGlobalNode to show something > like: > BehaviorTest>>testallSuperclassesIncluding -> Object > > What do you think? Not sure… being in a method is

Re: [Pharo-dev] [Reflectivity] Links on Slots

2015-09-30 Thread Marcus Denker
> On 30 Sep 2015, at 17:45, Tudor Girba wrote: > > Hi, > > I think this should be Ok for most inspector cases because we rarely open the > object in the middle of a method and expect it to be updated within that same > method. Or did I get it wrong? > if you want to

Re: [Pharo-dev] [Reflectivity] Links on Slots

2015-09-30 Thread Tudor Girba
Hi, I think this should be Ok for most inspector cases because we rarely open the object in the middle of a method and expect it to be updated within that same method. Or did I get it wrong? Cheers, Doru On Wed, Sep 30, 2015 at 5:31 PM, Marcus Denker wrote: > > On 30

Re: [Pharo-dev] [Reflectivity] Links on Slots

2015-09-30 Thread Marcus Denker
> On 30 Sep 2015, at 17:23, Tudor Girba wrote: > > Yuppee! This means that we can now implement an inspector refresh properly, > right? > The only problem is that the change is only active for new method invocations… so there might be cases where it would not update if

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-30 Thread Dale Henrichs
On 09/29/2015 01:50 AM, Henrik Johansen wrote: On 29 Sep 2015, at 1:48 , Dale Henrichs > wrote: The big issue for git and windows (in general) is that there is a 255 character limit on the paths for files I