[Pharo-dev] literate programming

2019-01-18 Thread Nicolai Hess
Physically Based Rendering an interesting book, using literate programming, as free book: http://www.pbr-book.org/

Re: [Pharo-dev] Environment variables encoding ?

2018-04-17 Thread Nicolai Hess
2018-04-17 10:05 GMT+02:00 Sven Van Caekenberghe : > > > > On 17 Apr 2018, at 09:57, Damien Pollet wrote: > > > > It seems macOS normalizes UTF-8 differently from everyone else in file > names (I think base character + composing instead of precomposed >

Re: [Pharo-dev] help wanted: normalising LF on tonel for Pharo project

2018-04-10 Thread Nicolai Hess
How about git config --system core.autocrlf input I use this in my opensmalltalk-vm git repository. (I think I saw this option in the appveyor windows-vm build) 2018-04-10 23:44 GMT+02:00 Esteban Lorenzano : > hi, > > > On 10 Apr 2018, at 23:17, Esteban A. Maringolo

Re: [Pharo-dev] Contribute a Fix and Reviewing changes

2018-04-10 Thread Nicolai Hess
from the same directory ... when you > commit even a single change, the entire package is filed out. > > Peter > > > > > On Tue, Apr 10, 2018 at 11:16 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> Hi, >> >> I tried to create a pull reque

[Pharo-dev] Contribute a Fix and Reviewing changes

2018-04-10 Thread Nicolai Hess
Hi, I tried to create a pull request with IceBerg. I followed the CONTRIBUTING HowTo and Markus' create TechTalk-Video. But I must have done something wrong. This is my pull request: https://github.com/pharo-project/pharo/pull/1189 But although I just changes one line in one method. The gitub

[Pharo-dev] git workflow (iceberg) and monticello packages

2018-02-04 Thread Nicolai Hess
Hi , I am still not sure I understand the git based development workflow. I set up my image and repository as described by the guide. now, if new commits are in the pharo-project, iceberg shows the list of incoming changes (commits). Ok, but: If I modify code in my image (for example, change a

[Pharo-dev] Feedback about "Contribute a Fix to Pharo" (For windows users)

2018-02-03 Thread Nicolai Hess
The setup finally somehow works: I followed the guide at https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo * wget -O- get.pharo.org/70+vm | bash Does not work (windows msys-console) It starts donwloading something but not pharo I tried to do at seperate steps: Only the

Re: [Pharo-dev] PharoSpur32Vm

2017-12-29 Thread Nicolai Hess
2017-07-23 23:18 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-07-23 22:38 GMT+02:00 Nicolas Cellier <nicolas.cellier.aka.nice@ > gmail.com>: > >> >> >> 2017-07-23 19:56 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: >> >

Re: [Pharo-dev] odd behaviour dragging method between protocols

2017-12-12 Thread Nicolai Hess
Happened to me too. I think. I sometimes thought hey where is that method gone, couldn't remember I deleted it. Am 13.12.2017 03:42 schrieb "Ben Coman" : I could just be having a brain freeze, but just sharing in case anyone else is similarly going mad... a few times

Re: [Pharo-dev] loading from github changes lgit classes?

2017-12-11 Thread Nicolai Hess
can you search for UFFI in system? > > Esteban > > On 11 Dec 2017, at 22:00, Nicolai Hess <nicolaih...@gmail.com> wrote: > > It happens not only from lgit-classes but from other FFI-Subclasses too, > for example AthensCairoMatrix. > > And some methods have a strange ve

Re: [Pharo-dev] loading from github changes lgit classes?

2017-12-11 Thread Nicolai Hess
that will recreate autogenerated methods, again and again ? 2017-12-11 21:49 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > But these aren't method changes. > The class definition is changed. (see screenshot) > It looks like it adds new class variables, even though th

[Pharo-dev] create snapshots out of github based packages

2017-12-10 Thread Nicolai Hess
Is there any way to create a "snapshot" of a project from a git based repository. Something that creates a "condensed" old style mcz package ? Maybe there is already something and I missed it ? Because now I am just a little shocked how much files are created during loading a project. I did some

[Pharo-dev] using Pharo 7 from Pharo Launcher gives warning about changes file

2017-12-05 Thread Nicolai Hess
Just reinstalled pharo launcher new. Select the Pharo 7 (development version) entry, create an image and start it. It always shows a warning about the changes : " Pharo cannot write to the changes file named C:\Users\nicolai\Documents\Pharo\images\Pharo 7.0 (development version)\Pharo 7.0

Re: [Pharo-dev] , for vector creation

2017-10-25 Thread Nicolai Hess
Am 25.10.2017 10:50 PM schrieb "Torsten Bergmann" : Hi, there might be reasons for an own 2D vector class (instead of using Point). But still I dislike the reimplementation of "," because for me so far it has the meaning of "concatenating things". Like concatenating

Re: [Pharo-dev] Bloc Feedback

2017-10-24 Thread Nicolai Hess
2017-10-24 2:04 GMT+02:00 Sean P. DeNigris : > Tudor Girba-2 wrote > > Thanks for the feedback! > > But of course! Thanks for pushing Bloc :) IMHO a clean low-level graphics > framework is the linchpin to unleash a tremendous amount of creativity in > the Pharo community. I

Re: [Pharo-dev] Are assignment to block variables is prohibited?

2017-09-14 Thread Nicolai Hess
2017-09-14 21:43 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > Yes. But there is a setting for the compiler to load/compile code with > errors. > > > 2017-09-14 20:46 GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: > >> Hi >> >> I know tha

Re: [Pharo-dev] Are assignment to block variables is prohibited?

2017-09-14 Thread Nicolai Hess
Yes. But there is a setting for the compiler to load/compile code with errors. 2017-09-14 20:46 GMT+02:00 Stephane Ducasse : > Hi > > I know that method arg are read only and you cannot assign to them. > Now what is the status of block arguments? > Because some old code

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-09-01 Thread Nicolai Hess
ing this. It is too frustrating. I can not even try to explore icebergs functionality because it is crashing all the time. > > On Thu, Aug 31, 2017 at 12:06 AM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> Hi, >> >> I am now able to use iceberg

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 17:44 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 1 Sep 2017, at 17:18, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2017-09-01 17:11 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > >> >> On 1 Sep 2017, at 17:

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 17:11 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 1 Sep 2017, at 17:06, Cyril Ferlicot <cyril.ferli...@gmail.com> wrote: > > > > On Fri, Sep 1, 2017 at 5:04 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> >&g

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 17:09 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-09-01 17:06 GMT+02:00 Cyril Ferlicot <cyril.ferli...@gmail.com>: > >> >> >> On Fri, Sep 1, 2017 at 5:04 PM, Nicolai Hess <nicolaih...@gmail.com> >> wrote: >> &

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 17:06 GMT+02:00 Cyril Ferlicot <cyril.ferli...@gmail.com>: > > > On Fri, Sep 1, 2017 at 5:04 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> >> Oh no! >> >> Now iceberg shows an empty list. Where is the pharo repository gone ?

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 16:48 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-09-01 16:29 GMT+02:00 Cyril Ferlicot <cyril.ferli...@gmail.com>: > >> On Fri, Sep 1, 2017 at 4:26 PM, Nicolai Hess <nicolaih...@gmail.com> >> wrote: >> > >> > &

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 16:29 GMT+02:00 Cyril Ferlicot <cyril.ferli...@gmail.com>: > On Fri, Sep 1, 2017 at 4:26 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > > > > > > > > update what? pharo ? > > > > > > You can update Iceberg by execu

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 14:48 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > When reviewing a pull request, I see this in the changes view: > The tab title says > "left working copy / right incoming update" > but the code on the right side is what is current in my ima

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 16:13 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 1 Sep 2017, at 16:02, Esteban Lorenzano <esteba...@gmail.com> wrote: > > > On 1 Sep 2017, at 15:50, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2017-09-01 15:03 GMT

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 16:02 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 1 Sep 2017, at 15:50, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2017-09-01 15:03 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > >> >> On 1 Sep 2017, a

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 15:03 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 1 Sep 2017, at 14:51, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2017-09-01 14:48 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > >> When reviewing a pull reques

Re: [Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
2017-09-01 14:48 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > When reviewing a pull request, I see this in the changes view: > The tab title says > "left working copy / right incoming update" > but the code on the right side is what is current in my ima

[Pharo-dev] review pull request changes view

2017-09-01 Thread Nicolai Hess
When reviewing a pull request, I see this in the changes view: The tab title says "left working copy / right incoming update" but the code on the right side is what is current in my image [image: Inline-Bild 1] And I don't think "working copy" is the correct naming, as this view lets me diff

[Pharo-dev] reviewing pull request are adding new remotes

2017-08-30 Thread Nicolai Hess
Is it right, that reviewing a pull request will add the others user git repository in my list of remotes ? This may make sense if I actually merge the pull into my branch. But if I just want to see the code, or merge it into the image, do I need that repository in my list of remotes ?

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-30 Thread Nicolai Hess
2017-08-31 0:28 GMT+02:00 Cyril Ferlicot D. <cyril.ferli...@gmail.com>: > Le 31/08/2017 à 00:06, Nicolai Hess a écrit : > > Hi, > > > > I am now able to use iceberg on windows, thanks for the help. > > > > But I am still a bit unsure about how the review an

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-30 Thread Nicolai Hess
cr; nextPutAll: 'Finished'; cr ]. > }. > > > > On Fri, Aug 11, 2017 at 9:46 AM, Guillermo Polito < > guillermopol...@gmail.com> wrote: > >> I extended the document with some windows specific instructions also. >> >> On Fri, Aug 11, 2017 at 9:3

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
2017-08-10 17:17 GMT+02:00 Guillermo Polito : > Hi, > > I've made some write up for the pharo part (not metacello or external > projects) > > https://github.com/guillep/PharoIntegrationProcess/wiki/Cont > ribute-a-fix-to-Pharo > > Of course, expect bugs on it :) Not

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
2017-08-10 17:17 GMT+02:00 Guillermo Polito : > Hi, > > I've made some write up for the pharo part (not metacello or external > projects) > > https://github.com/guillep/PharoIntegrationProcess/wiki/Cont > ribute-a-fix-to-Pharo > > Of course, expect bugs on it :) Not

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
Am 11.08.2017 12:02 vorm. schrieb "Cyril Ferlicot D." < cyril.ferli...@gmail.com>: Le 10/08/2017 à 23:58, Nicolai Hess a écrit : > > What does "clone using sourcetree" mean? > > IIRC SourceTree is a Git GUI available on Windows, as GitKraken, SmartGit, GitE

Re: [Pharo-dev] Writeup: how to contribute to Pharo

2017-08-10 Thread Nicolai Hess
Am 10.08.2017 11:21 nachm. schrieb "Guillermo Polito" < guillermopol...@gmail.com>: On Thu, Aug 10, 2017 at 9:39 PM, Torsten Bergmann wrote: > Hi Guille, > > nice writeup and definitely needed. Thanks a lot! > > If possible you should complete it with: > - how Windows users

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Nicolai Hess
2017-08-09 9:33 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 8 Aug 2017, at 23:47, Cyril Ferlicot D. <cyril.ferli...@gmail.com> > wrote: > > Le 08/08/2017 à 23:40, Nicolai Hess a écrit : > > Thanks for the info, cyril. > > What do you us

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Nicolai Hess
2017-08-09 23:18 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-08-08 23:41 GMT+02:00 Cyril Ferlicot D. <cyril.ferli...@gmail.com>: > >> Le 08/08/2017 à 23:37, Nicolai Hess a écrit : >> > >> > >> > Like I described above. &g

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-09 Thread Nicolai Hess
2017-08-08 23:41 GMT+02:00 Cyril Ferlicot D. <cyril.ferli...@gmail.com>: > Le 08/08/2017 à 23:37, Nicolai Hess a écrit : > > > > > > Like I described above. > > > > I followed this howto ( the first mail from pavel). > > > > But I get this err

Re: [Pharo-dev] Shouldn't new:0 fail for non-indexable classes

2017-08-09 Thread Nicolai Hess
2017-08-09 22:14 GMT+02:00 Eliot Miranda <eliot.mira...@gmail.com>: > Hi Nicolai, > > On Tue, Aug 8, 2017 at 12:10 PM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> see fogbugz 20246 (https://pharo.fogbugz.com/f/c >> ases/20246/Segfault-calling-ne

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Nicolai Hess
2017-08-08 23:05 GMT+02:00 Cyril Ferlicot D. <cyril.ferli...@gmail.com>: > Le 08/08/2017 à 20:40, Nicolai Hess a écrit : > > > > Any news on howto use iceberg / libgit on windows. > > Does no one else use windows ? > > > > Hi, > > I can use Iceberg

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Nicolai Hess
2017-08-08 23:00 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > > On 8 Aug 2017, at 20:40, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2017-07-28 23:19 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 20

[Pharo-dev] Shouldn't new:0 fail for non-indexable classes

2017-08-08 Thread Nicolai Hess
see fogbugz 20246 ( https://pharo.fogbugz.com/f/cases/20246/Segfault-calling-new-0) Create a class with a single instance variable. call AClass new:0 -> segfaults (on windows latest vm). I can reproduce this on squeak (Squeak5.1-16549-32bit). It does not crash right away, but I was able to

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-08-08 Thread Nicolai Hess
2017-07-28 23:19 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-07-28 23:13 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2017-07-24 9:45 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: >> >>> >>

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-07-28 Thread Nicolai Hess
2017-07-28 23:13 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-07-24 9:45 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2017-07-11 12:46 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: >> >>> >>

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-07-28 Thread Nicolai Hess
2017-07-24 9:45 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-07-11 12:46 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2017-07-11 12:44 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: >> >>> >>>

[Pharo-dev] iceberg / libgit behind proxy

2017-07-27 Thread Nicolai Hess
Anyone got it working to use iceberg /libgit behind a proxy? I can access monticello repositories with the right proxy settings. But using iceberg shows an error about can not access github.org

Re: [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-07-26 Thread Nicolai Hess
2017-07-26 16:42 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-07-26 16:25 GMT+02:00 Stephane Ducasse <stepharo.s...@gmail.com>: > >> I imagine that hot-fixes means when we found a serious bug in the >> alpha version and see that it is also in the

Re: [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-07-26 Thread Nicolai Hess
2017-07-26 16:25 GMT+02:00 Stephane Ducasse : > I imagine that hot-fixes means when we found a serious bug in the > alpha version and see that it is also in the previous version. > > Now Hilaire if you want a change to be integrated in Pharo and Pharo > 60 for example. >

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-07-24 Thread Nicolai Hess
2017-07-11 12:46 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-07-11 12:44 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2017-07-11 12:28 GMT+02:00 Pavel Krivanek <pavel.kriva...@gmail.com>: >> >>> Wha

Re: [Pharo-dev] PharoSpur32Vm

2017-07-23 Thread Nicolai Hess
2017-07-23 22:38 GMT+02:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > > > 2017-07-23 19:56 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > >> >> >> 2017-07-23 19:42 GMT+02:00 Hernán Morales Durand < >> hernan.mora...@gmail.c

Re: [Pharo-dev] PharoSpur32Vm

2017-07-23 Thread Nicolai Hess
2017-07-23 19:42 GMT+02:00 Hernán Morales Durand <hernan.mora...@gmail.com>: > 2017-07-22 10:03 GMT-03:00 Nicolai Hess <nicolaih...@gmail.com>: > > > > Hm, I tried to create the build environment used for the > > windows vm build from opensmalltalk. >

Re: [Pharo-dev] PharoSpur32Vm

2017-07-23 Thread Nicolai Hess
2017-07-22 20:26 GMT+02:00 Eliot Miranda <eliot.mira...@gmail.com>: > Hi Nicolai, > > > On Jul 22, 2017, at 6:03 AM, Nicolai Hess <nicolaih...@gmail.com> wrote: > > Hm, I tried to create the build environment used for the > windows vm build from opensmalltalk.

Re: [Pharo-dev] PharoSpur32Vm

2017-07-22 Thread Nicolai Hess
7-03-15 10:11 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-03-15 9:22 GMT+01:00 philippe.b...@highoctane.be < > philippe.b...@gmail.com>: > >> I made my own build here. >> Not up to date with latest stuff but should work for the build process. &

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-07-11 Thread Nicolai Hess
2017-07-11 12:44 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-07-11 12:28 GMT+02:00 Pavel Krivanek <pavel.kriva...@gmail.com>: > >> What is the system you use? >> AFAIK Esteban is fixing the latest Iceberg because it stopped to work on >> W

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-07-11 Thread Nicolai Hess
2017-07-11 12:28 GMT+02:00 Pavel Krivanek <pavel.kriva...@gmail.com>: > What is the system you use? > AFAIK Esteban is fixing the latest Iceberg because it stopped to work on > Windows... > > -- Pavel > windows 10 32 bit > > 2017-07-10 22:01 GMT+02:00 Nicol

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-07-10 Thread Nicolai Hess
2017-07-03 23:17 GMT+02:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-06-28 18:25 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > >> >> On 28 Jun 2017, at 18:21, Nicolai Hess <nicolaih...@gmail.com> wrote: >> >> And if I only

Re: [Pharo-dev] No Metadata in 7.0

2017-07-10 Thread Nicolai Hess
2017-07-10 11:22 GMT+02:00 Alistair Grant <akgrant0...@gmail.com>: > On Mon, Jul 10, 2017 at 11:15:27AM +0200, Nicolai Hess wrote: > > > > 2017-07-10 10:31 GMT+02:00 Pavel Krivanek <pavel.kriva...@gmail.com>: > > > > However the real question is if we ne

Re: [Pharo-dev] No Metadata in 7.0

2017-07-10 Thread Nicolai Hess
2017-07-10 10:31 GMT+02:00 Pavel Krivanek : > > > However the real question is if we need them in the form we had them until > now because they are flattened as soon as a new changes file (release) is > created and it stores only information about the last person who

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-07-03 Thread Nicolai Hess
2017-06-28 18:25 GMT+02:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 28 Jun 2017, at 18:21, Nicolai Hess <nicolaih...@gmail.com> wrote: > > And if I only want to contribute by reviewing a fix. Do I have to go the > git-path ? > Or is there a way to just start u

Re: [Pharo-dev] [Pharo-users] Custom Glamour browser for Dr. Geo scripting

2017-07-01 Thread Nicolai Hess
2017-06-30 9:55 GMT+02:00 Hilaire : > I extended the browser definition with: > > browser transmit > from: #scripts; > from: #categories; > to: #methods; > when: [ :a :b | a isMeta not ]; > andShow: [:a | self methodsIn: a ]. >

Re: [Pharo-dev] Pharo 7 provisional HOWTO

2017-06-28 Thread Nicolai Hess
And if I only want to contribute by reviewing a fix. Do I have to go the git-path ? Or is there a way to just start up an image and load and review the change? Am 28.06.2017 5:26 nachm. schrieb "Pavel Krivanek" : 2017-06-28 17:06 GMT+02:00 Clément Bera

[Pharo-dev] zero size pharo vm zips

2017-06-27 Thread Nicolai Hess
http://files.pharo.org/vm/pharo-spur32/win/ All vm-zips from the last days have size 0

Re: [Pharo-dev] Traits methods flattened

2017-04-26 Thread Nicolai Hess
> > Hilaire > > > Le 25/04/2017 à 10:47, Nicolai Hess a écrit : > > Keep in mind. > > 1. the way new trait methods are handled is still wrong > >if non-local methods (methods from a trait) aren't added to the > > rpackage when creating the user of th

Re: [Pharo-dev] spec ui as morph

2017-04-26 Thread Nicolai Hess
2017-04-26 12:00 GMT+02:00 Christophe Demarey : > thanks but the result is not a morph. > Are you sure ? (TextModel new text: Morph comment; buildWithSpec) openInHand -> a Morph > Should I use yourModel buildWithSpec spec instance? > > > Le 26 avr. 2017 à 11:55,

Re: [Pharo-dev] Traits methods flattened

2017-04-25 Thread Nicolai Hess
2017-04-25 10:12 GMT+02:00 Hilaire : > Ah, no sorry. After another try I got it right, I have to unload the > package then file it in again to get it right. > > So the fix work for my problem too, issue definitely fixed and closed. > > Thanks > > Keep in mind. 1. the way new

Re: [Pharo-dev] Implementers code pane undo goes too far

2017-04-22 Thread Nicolai Hess
2017-04-22 5:21 GMT+02:00 Ben Coman : > This issue was introduced into build 50245 [1]. If no one has noticed > before, its not critical for Pharo 6 (unless it exposes something that > may bite others more widely.) > As far as I remember, there were a couple of issues

Re: [Pharo-dev] stepping off the end of the debug stack

2017-04-08 Thread Nicolai Hess
2017-04-08 6:46 GMT+02:00 Ben Coman : > > > On Sat, Apr 8, 2017 at 12:32 PM, Ben Coman wrote: > >> >> I imagine a newcomer exploring the system could easily step off the end >> of the debug stack like this... >> >> (1 printString) "debugIt" >> then

Re: [Pharo-dev] More Windows VM Crashing -_-

2017-03-22 Thread Nicolai Hess
2017-03-22 10:31 GMT+01:00 Peter Uhnak : > Hi, > > Originally I thought my VM is crashing because of FT, so I applied some > fix from FogBugz (that is now part of Pharo 6), but that didn't help. > > So I disabled FT in settings and changed fonts to non-FT ones; didn't help. >

Re: [Pharo-dev] Pharo 6 vm crashed when pasting a big file

2017-03-22 Thread Nicolai Hess
2017-03-22 11:04 GMT+01:00 : > Hi, > > The pharo 6 vm crashed when I pasted a long text file in the body of a > method. > Surprisingly, the vm did not crashed when I pasted a file of approximately > the same size but only containing a single string ('adafcawa'

Re: [Pharo-dev] PharoSpur32Vm

2017-03-17 Thread Nicolai Hess
2017-03-17 23:41 GMT+01:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > > > 2017-03-17 23:40 GMT+01:00 Nicolas Cellier <nicolas.cellier.aka.nice@ > gmail.com>: > >> >> >> 2017-03-17 23:32 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>

Re: [Pharo-dev] PharoSpur32Vm

2017-03-17 Thread Nicolai Hess
around the files > that are not truncated when overwritten... > I wonder where this bug comes from? make? cygwin itself? VirtualBox > (unlikely)? > what hack from Igor ? I thought the pharo build just downloads a tar.gz archive from cairo and starts the configure/build ? >

Re: [Pharo-dev] PharoSpur32Vm

2017-03-15 Thread Nicolai Hess
s for windows. This helps when > debugging as backtraces and so on are much more meaningful and one can use > gdb more effectively to understand what is going on. > > Just keep the dlls and exes and you'll be fine. > Ah good, thank you. > > HTH > > Phil > > Le 15 m

Re: [Pharo-dev] PharoSpur32Vm

2017-03-15 Thread Nicolai Hess
2017-03-14 22:22 GMT+01:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > > > 2017-03-14 9:30 GMT+01:00 Nicolas Cellier <nicolas.cellier.aka.nice@ > gmail.com>: > >> >> >> 2017-03-14 8:58 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>

Re: [Pharo-dev] Pharo6 supported syntax regression

2017-03-14 Thread Nicolai Hess
2017-03-13 16:47 GMT+01:00 Peter Uhnak : > Hi, > > apparently in Pharo 6 pragma attributes can no longer be symbols without > hash? > > In Pharo5 I could do > > method > > > and it would compile it as symbol > > In Pharo6 this is syntax error. > > I am not asking for

Re: [Pharo-dev] PharoSpur32Vm

2017-03-14 Thread Nicolai Hess
follow the scripts there. > Ok, thank you. > > I hope that Esteban will find time to resolve all these problems and have > pharo brand back on opensmalltalk-vm. I guess that any form of help is > welcome. > > Nicolas > > > 2017-03-11 8:33 GMT+01:00 Nicolai Hess <nicolaih

Re: [Pharo-dev] PharoSpur32Vm

2017-03-10 Thread Nicolai Hess
for finding directx header, missing variable replacement for git-versions). So I may miss some important steps. Is there a repository where I can clone the mingw environment used to build the win32-pharo-vm, the environment used on the build-server ? Thanks Nicolai 2017-02-04 1:50 GMT+01:00 Nicolai Hess

Re: [Pharo-dev] Catalog projects in Spotter

2017-03-10 Thread Nicolai Hess
2017-03-10 20:18 GMT+01:00 stepharong : > Torsten > > Why are you full of bad energy? > Having a setting is perfectly ok. Why all this bad energy. > The problem is not having a setting, the problem is to have *two* distinct settings for the same thing. > > Do you think that

Re: [Pharo-dev] [Pharo-users] What is the craziest bug you ever face

2017-03-09 Thread Nicolai Hess
2017-03-09 12:36 GMT+01:00 Stephane Ducasse : > Hi guys > > During the DSU workshop we were brainstorming about what are the most > difficult bugs we faced and what are the conceptual tools that would have > helped you. > > Stef >

Re: [Pharo-dev] Pharo 6 cannot parallel trace through same method

2017-02-08 Thread Nicolai Hess
2017-02-08 16:37 GMT+01:00 Ben Coman : > > This has bugged me a few times recently, so I've produced a demo. > Define... > > Object subclass: #AA > instanceVariableNames: '' > classVariableNames: '' > package: '' > > AA>>test > self haltOnce. > self inform: 'I got

Re: [Pharo-dev] FileStreams and encoding ( opening a readStream on a FileRerefence)

2017-02-06 Thread Nicolai Hess
2017-02-04 13:40 GMT+01:00 Sven Van Caekenberghe <s...@stfx.eu>: > > > On 4 Feb 2017, at 13:01, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > > > > > 2017-02-04 12:49 GMT+01:00 Sven Van Caekenberghe <s...@stfx.eu>: > > Hi Nicol

[Pharo-dev] FileStreams and encoding ( opening a readStream on a FileRerefence)

2017-02-04 Thread Nicolai Hess
Hi How can I specify the character encoding when opening a readStream on a FileRerefence. I found this, that works: | readStream fileContent | readStream := (File named: aFileName) openForRead. fileContent := ZnCharacterReadStream on: readStream encoding: encoding. fileContent upToEnd asString.

Re: [Pharo-dev] PharoSpur32Vm

2017-02-03 Thread Nicolai Hess
2017-02-04 1:44 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-01-23 8:59 GMT+01:00 Esteban Lorenzano <esteba...@gmail.com>: > >> >> On 22 Jan 2017, at 13:19, Nicolai Hess <nicolaih...@gmail.com> wrote: >> >> >> >&g

Re: [Pharo-dev] PharoSpur32Vm

2017-02-03 Thread Nicolai Hess
2017-01-23 8:59 GMT+01:00 Esteban Lorenzano <esteba...@gmail.com>: > > On 22 Jan 2017, at 13:19, Nicolai Hess <nicolaih...@gmail.com> wrote: > > > > 2017-01-22 10:21 GMT+01:00 Clément Bera <bera.clem...@gmail.com>: > >> Hi, >> >> I believ

Re: [Pharo-dev] PharoLauncher create image / default image name

2017-02-03 Thread Nicolai Hess
included context and I knew whether the image was Pharo or Moose). Thanks, Peter On Wed, Feb 01, 2017 at 08:23:33PM +0100, Cyril Ferlicot D. wrote: > Le 01/02/2017 à 20:18, Nicolai Hess a écrit : > > I started to use a more recent version of pharo launcher, and somehow it > > changed h

[Pharo-dev] PharoLauncher create image / default image name

2017-02-01 Thread Nicolai Hess
I started to use a more recent version of pharo launcher, and somehow it changed how it creates the default image name when creating a new image. For example, select an entry from "Pharo 6.0 (beta)" template, the old behavior sets the default name to Pharo 6.0 (beta) - 60353 but now, the template

Re: [Pharo-dev] Why are issue priority automatically changed from 3 to 5 ?

2017-01-30 Thread Nicolai Hess
t; I don't get this point. Some issues were just introduced in the pharo 5.0. So instead of seeing this issues as "must fix", we decrease the priority as "fix if time", so we can focus on the issues we introduced in Pharo 6.0? > Cheers, > -- Pavel > > > 2017-0

[Pharo-dev] Why are issue priority automatically changed from 3 to 5 ?

2017-01-30 Thread Nicolai Hess
For example: 19457 Scrolling Versionner configuration list is very slow 18778 FileList "View as" does not work 19221

Re: [Pharo-dev] Any idea for a cool name for the remote tool suite?

2017-01-30 Thread Nicolai Hess
PharoRemoteToolSet :)

Re: [Pharo-dev] AST node replacement API

2017-01-23 Thread Nicolai Hess
2017-01-23 14:48 GMT+01:00 Yuriy Tymchuk : > Hi everyone, > > does anyone have a better knowledge about replacing nodes in AST? Because > what I saw is that there are methods like replaceSourceWith: that can be > sent to an AST node with another AST node as a parameter. But

Re: [Pharo-dev] PharoSpur32Vm

2017-01-22 Thread Nicolai Hess
ilt artifacts are also kept > on bintray for history. > > > Thank you! > > On Sun, Jan 22, 2017 at 9:25 AM, Nicolai Hess <nicolaih...@gmail.com> > wrote: > >> Where are the latest Pharo-spur-vms (32bit) are built? >> I don't see them on the build server, onl

[Pharo-dev] PharoSpur32Vm

2017-01-22 Thread Nicolai Hess
Where are the latest Pharo-spur-vms (32bit) are built? I don't see them on the build server, only the buildresults at http://files.pharo.org/vm/pharo-spur32/linux/ The latest builds on the buildserver are from the last year only. nicolai

Re: [Pharo-dev] looking for classbuilder API

2017-01-15 Thread Nicolai Hess
maybe : newClass setFormat: self classLayout format. 2017-01-15 9:40 GMT+01:00 stepharong : > HI > > I need to migrate > > pvtNewSubclass > > | newClass | > newClass := Behavior new. > newClass superclass: self. > newClass setFormat:

Re: [Pharo-dev] problem with linux: missing

2017-01-12 Thread Nicolai Hess
The vm-display-X11 will be dynamically loaded, that is why you don't see the GL/X11 dependency if you ldd on the vm (pharo-executable). If you are on a 64Bit machine, you need to have 32Bit libraries for X11/GL . And yes, it would be nice to have a headless vm not to depend on the display library

Re: [Pharo-dev] No Projects at smalltalkhub

2017-01-06 Thread Nicolai Hess
No wait, now the list of teams is empty ? I am not in any team anymore ? But I can see my name in the list of members of project Pharo 2017-01-06 15:05 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com>: > > > 2017-01-06 15:01 GMT+01:00 Esteban Lorenzano <esteba...@gmail.com&

Re: [Pharo-dev] No Projects at smalltalkhub

2017-01-06 Thread Nicolai Hess
2017-01-06 15:01 GMT+01:00 Esteban Lorenzano <esteba...@gmail.com>: > I restarted it and now I see 3 projects… is that correct? > YES Thanks. > > Esteban > > On 5 Jan 2017, at 23:16, Nicolai Hess <nicolaih...@gmail.com> wrote: > > All my projects at smallt

[Pharo-dev] No Projects at smalltalkhub

2017-01-05 Thread Nicolai Hess
All my projects at smalltalkhub.com are gone - again. (http://smalltalkhub.com/#!/~NicolaiHess)

Re: [Pharo-dev] Do you think VersionBrowser is counterintuitive?

2016-12-23 Thread Nicolai Hess
Am 23.12.2016 2:28 nachm. schrieb "Denis Kudriashov" : Hi. I always catch myself that I am completely lost in method versions (and feel pain :)). There is no clue what at the left pane and what at the right pane. Now I realize that VersionBrowser is trying to compare

Re: [Pharo-dev] [Moose-dev] Too frequent crashes :-(

2016-12-20 Thread Nicolai Hess
Am 21.12.2016 8:10 vorm. schrieb "Alexandre Bergel" : I had plenty of elements in my Roassal visualization, and on some point it just crashed. I have the impression that having many elements and / or animations (as in the case of Johan Fabry) triggers the crash. One

  1   2   3   4   5   6   7   8   9   10   >