Re: [Pharo-dev] UDBCSQLite3Statement>>at:putDateTime: and DateAndTime>>readFrom:defaultOffset:

2016-07-11 Thread Alistair Grant
Hi Sven, Thanks for your feedback. On Mon, Jul 11, 2016 at 08:33:56AM +0200, Sven Van Caekenberghe wrote: > Hi, > > Regarding the DateAndTime change. > > > On 11 Jul 2016, at 07:52, Alistair Grant wrote: > > > > I've finally got this to the point where I think it can be submitted. > > > > Th

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

2016-07-11 Thread GitHub
Branch: refs/tags/60146 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 6f75e9: 60146

2016-07-11 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: 6f75e9d0b8eadd4f78551ae1bb84958cf8562332 https://github.com/pharo-project/pharo-core/commit/6f75e9d0b8eadd4f78551ae1bb84958cf8562332 Author: Jenkins Build Server Date: 2016-07-12 (Tue, 12 Jul 2016

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

2016-07-11 Thread GitHub
Branch: refs/tags/60145 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] fcb4bc: 60145

2016-07-11 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: fcb4bc8e5099a173af2ca4ca905a9531bea8ced8 https://github.com/pharo-project/pharo-core/commit/fcb4bc8e5099a173af2ca4ca905a9531bea8ced8 Author: Jenkins Build Server Date: 2016-07-11 (Mon, 11 Jul 2016

[Pharo-dev] [pharo-project/pharo-core] ab8178: 60144

2016-07-11 Thread GitHub
Branch: refs/heads/6.0 Home: https://github.com/pharo-project/pharo-core Commit: ab8178b69bb8e29c57d28010f882255e502779ec https://github.com/pharo-project/pharo-core/commit/ab8178b69bb8e29c57d28010f882255e502779ec Author: Jenkins Build Server Date: 2016-07-11 (Mon, 11 Jul 2016

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

2016-07-11 Thread GitHub
Branch: refs/tags/60144 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Max Leske
I’ve pushed a fix to ImageWorker. Let’s see what happens. > On 11 Jul 2016, at 11:24, Valentin Ryckewaert > wrote: > > What is strange is that I hadn't this bug before, searching for it... I'll > come here when I find it :) > > 2016-07-11 11:21 GMT+02:00 Max Leske

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Max Leske
You’re adding a global which, if not set correctly, will be nil. When ImageWorker tries to serialize the new globals it chokes on the nil that is bound to that global. Fixing that now. > On 11 Jul 2016, at 11:24, Valentin Ryckewaert > wrote: > > What is strange is that I hadn't this bug befo

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Valentin Ryckewaert
What is strange is that I hadn't this bug before, searching for it... I'll come here when I find it :) 2016-07-11 11:21 GMT+02:00 Max Leske : > > On 11 Jul 2016, at 11:19, Valentin Ryckewaert < > valentin.ryckewa...@gmail.com> wrote: > > The problem is that my class have an outStream which is nil

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Max Leske
> On 11 Jul 2016, at 11:19, Valentin Ryckewaert > wrote: > > The problem is that my class have an outStream which is nil, it shouldn't be > the case, i'm searching why right now, you think it's your modification which > did that? That might be the reason of the failure, but it’s not the reas

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Valentin Ryckewaert
The problem is that my class have an outStream which is nil, it shouldn't be the case, i'm searching why right now, you think it's your modification which did that? 2016-07-11 11:15 GMT+02:00 Max Leske : > This seems to be a bug in the fix I recently made to ImageWorker > (althought the VTerm pro

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Max Leske
This seems to be a bug in the fix I recently made to ImageWorker (althought the VTerm problem is another thing…). Let me create a fix and I’ll get back to you. Cheers, Max > On 11 Jul 2016, at 10:48, Blondeau Vincent > wrote: > > That is not the point… L

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Blondeau Vincent
That is not the point… Look at the end: MessageNotUnderstood: receiver of "nextPutAll:" is nil UndefinedObject(Object)>>doesNotUnderstand: #nextPutAll: TermInfoCharacter>>print: TermInfoCharacter>>set: TermInfoCharacter>>color: VTermOutputDriver>>color: VTermOutputDriver>>yellow: ImageWorker>>info

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Valentin Ryckewaert
It looks like it's a problem of deleted methods executed (I deleted the method reset for example) I don't really see what i can do to solve this... 2016-07-11 10:39 GMT+02:00 Blondeau Vincent : > Hi, > > > > You should check the stacktrace : > https://ci.inria.fr/pharo/job/Pharo-6.0-Issue-Valida

Re: [Pharo-dev] VTermOutputDriver

2016-07-11 Thread Blondeau Vincent
Hi, You should check the stacktrace : https://ci.inria.fr/pharo/job/Pharo-6.0-Issue-Validator/5662/console Cheers, Vincent De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Valentin Ryckewaert Envoyé : lundi 11 juillet 2016 10:35 À : Pharo Development List Objet : [Pharo-

[Pharo-dev] VTermOutputDriver

2016-07-11 Thread Valentin Ryckewaert
Hello everyone, I don't understand when my slice isn't working, could someone help me please? I just need a clue and I could fix the problem :) https://pharo.fogbugz.com/f/cases/18650 Thanks, Valentin

[Pharo-dev] Spec/FastTable context menus

2016-07-11 Thread Nicolai Hess
We had some bugs like 18707 Cannot open the context menu in Versionner MenuMorph(Object)>>doesNotUnderstand: #addMenuGroup: I don't think the fix is right. We should not handle morphic objects in spec without an

Re: [Pharo-dev] SessionManager and SystemSettings?

2016-07-11 Thread Nicolai Hess
2016-07-10 23:49 GMT+02:00 Yuriy Tymchuk : > Settings should work now > > Yes! Thanks :-) > On 26 Jun 2016, at 04:56, Juraj Kubelka wrote: > > Thanks Yuriy! > > Last time, there was a problem on Jenkins. I do not have access to check > it or change it. > It is necessary that cleanUp process is