[Pharo-users] Dynabook and interest based learning

2018-08-11 Thread Hilaire
How can Dynabook and interest based learning can be related? http://blog.drgeo.eu/post/2018/Interest-based-learning Hilaire -- Dr. Geo http://drgeo.eu

[Pharo-users] Deprecation rewrite introduces infinite recursion… how to prevent that?

2018-08-11 Thread Damien Pollet
I have a double-dispatch chain: x generic: y → y firstDispatch: x → x secondDispatchFromY: y However this has been added after the fact, so there are direct uses of the secondDispatchFromY: layer, which I'd like to deprecate/rewrite to use the generic: one. But if I do so, the intermediate firstD

[Pharo-users] How to resume the debugger in code without extra debug window?

2018-08-11 Thread Tim Mackinnon
I’m wondering if someone knows the trick to programmatically restarting the debugger (or pre-debugger) without getting an extra window? In my debug action (a button) I have some code that does: aContext stack second restart However this gives me a second pre-debug window? Any thoughts?

Re: [Pharo-users] How to resume the debugger in code without extra debug window?

2018-08-11 Thread Tim Mackinnon
Typical - after not finding anything, as soon as you send an email it occurred to me to see how the pre-debug window opens a debug window and then I found it: modelWindow := self debugger window. modelWindow model: nil; close And a similar thing for the pre-debug

[Pharo-users] Is there a project Label for packages

2018-08-11 Thread Alidra Abdelghani via Pharo-users
--- Begin Message --- Hi, I would like to filter Packages according to the project they have been developed in (For instance, the Roassal packages, the Seaside packages, the Moose packages,…) So I am wondering if there is any way to question a package about the project(s) it belong to? If not

Re: [Pharo-users] Pharo 7 file streams guideline

2018-08-11 Thread Sven Van Caekenberghe
> On 31 Jul 2018, at 18:28, Damien Pollet wrote: > > Hi Sven… a couple questions: Very interesting questions, Damien. > - is there a preferred order of composition between the encoding and > buffering streams ? If yes, it the same for read and write stream, or > reversed ? > E.g. if Stdio

Re: [Pharo-users] Is there a project Label for packages

2018-08-11 Thread Eric Gade
Unless I'm mistaken, the `BaselineOfXXX` is, in part, a description of all the packages used by a given project. On Sat, Aug 11, 2018 at 1:18 PM, Alidra Abdelghani via Pharo-users < pharo-users@lists.pharo.org> wrote: > > > -- Forwarded message -- > From: Alidra Abdelghani > To:

Re: [Pharo-users] How to resume the debugger in code without extra debug window?

2018-08-11 Thread Ben Coman
On 11 August 2018 at 23:22, Tim Mackinnon wrote: > Typical - after not finding anything, as soon as you send an email it > occurred to me... My theory on that... is you get stuck in one line of thought that precludes other solutions, and the act of offloading your thoughts into an email and po

Re: [Pharo-users] Making TDD in pharo work properly (aka - walkback on a missing class is nasty)

2018-08-11 Thread Tim Mackinnon
I guess for a bit of historical record - I fixed the Pharo 6.1 image in exercism to properly handle the creation of a missing class. Not a lot of code (but you do need the right code - and it is slightly confusing how the debugger window is so tightly tied to the model which also has the stack a

Re: [Pharo-users] [ANN] Magritte moved to github

2018-08-11 Thread Sean P. DeNigris
Ben Coman wrote > An interesting challenge. I've had a go at it and got it as far as I can > without knowing Magritte. Thanks for the push! Not knowing all that much about git, I tried a different way and seem to have successfully rebuilt the master branch of my fork (https://github.com/seandenig