[Pharo-dev] Object-centric breakpoint experiment during ESUG'24

2024-06-24 Thread Steven Costiou
Dear community, First, I would like to thanks again all the participants to our experiment with object-centric breakpoints in Pharo. Many people participated, and we plan to present our results in an informal manner at ESUG. However, from the scientifical point of view it would strenghten our an

[Pharo-dev] Re: Open Call: Object-Centric Breakpoints experiment

2024-05-14 Thread Steven Costiou
2024-02-02 14:14, Steven Costiou a écrit : > Dear Community, > > as part of a research project in the EVREF team, we are looking for people to > participate to an empirical experiment on object-centric breakpoints - a > debugging tool present in Pharo 9. > > Many peop

[Pharo-dev] IWST 24 — International Workshop on Smalltalk Technologies Lille, France; July 8th to 11th, 2024

2024-03-14 Thread Steven Costiou
take place only with a minimum of six submissions. Notice also that to be eligible, a paper/abstract must be presented at the workshop by one of the author and that the presenting author must be registered at the ESUG conference. PROGRAM CHAIRS * Steven Costiou, Inria Lille, France (chair

[Pharo-dev] Open PhD position on debugging at Inria Lille

2024-02-08 Thread Steven Costiou
Hello, we have a PhD position opening at Lille, France. See all details here: https://recrutement.inria.fr/public/classic/fr/offres/2024-07154 Steven. _Summary of the research proposal:_ ### Application development inevitably introduces bugs. Often, it's not clear why a code change introduce

[Pharo-dev] Open Call: Object-Centric Breakpoints experiment

2024-02-02 Thread Steven Costiou
Dear Community, as part of a research project in the EVREF team, we are looking for people to participate to an empirical experiment on object-centric breakpoints - a debugging tool present in Pharo 9. Many people from the community already participated, and we thank them very much 🙂 We are

[Pharo-dev] Open Call: Object-Centric Breakpoints experiment

2023-11-21 Thread Steven Costiou
Dear Community, We would like to invite you to participate to our experimental study on Object-Centric Breakpoints. This study aims to evaluate and to understand how Object-Centric Breakpoints impacts the debugging activity. This experiment takes place in **Pharo 9**. In this experiment, we ask

[Pharo-dev] One PhD and two internships offers on object-centric debugging at Inria Lille

2021-11-09 Thread Steven Costiou
Hello, Inria Lille is recruiting one phd student and two interns to work on object-centric debugging within the OCRE project (ANR). DESCRIPTION OF THE PROJECT Debugging is difficult and costly. Object-centric debugging is a young technique arguing that focusing the scope of debugging on spec

[Pharo-dev] Re: Metacello / Iceberg / GitHub master to main renaming

2021-07-21 Thread Steven Costiou
lp them shut social and political actions down. It is factual. I am not the one insulting. > and certainly doesn't help building a > stronger community. > > Best regards, > > Esteban A. Maringolo > > On Wed, Jul 21, 2021 at 7:18 AM Steven Costiou > wrote: >

[Pharo-dev] Re: Metacello / Iceberg / GitHub master to main renaming

2021-07-21 Thread Steven Costiou
n this forum, I just said what I felt > needed to be said. > > And with this, I'm back to lurking, I just wanted to clearly demonstrate why > such debates have no merit (clearly the opposite) on prog. lang. > forums/mailing list. > > Everyone, keep on making Pharo g

[Pharo-dev] Re: Metacello / Iceberg / GitHub master to main renaming

2021-07-20 Thread Steven Costiou
e me feel like a victim (or an abuser) because of what > happened in the past, before my father was born, etc. > > Go fight you windmills, Don Q., I just hope the rest of the community won't > let themselves be pulled into it. > > M.R. > > FROM: Steven Costiou

[Pharo-dev] Re: Metacello / Iceberg / GitHub master to main renaming

2021-07-20 Thread Steven Costiou
Le 2021-07-19 16:54, miloslav.r...@cuzk.cz a écrit : >> Maybe it's worth putting something in an faq - that we support the intent of >> the master to main naming convention > That's pretty counter-productive. It would be just empty virtue-signalling > response to an empty virtue-signalling gestu

Re: [Pharo-dev] Why UnhandledError is not the only way to open debugger?

2019-12-19 Thread Steven Costiou
Le 2019-12-19 19:54, Denis Kudriashov a écrit : > Or in other words why Halt and Warning open debugger directly instead of > using UnhandledError signalling? > > In Squeak it's all going though UnhandledError. Hi Denis, Thomas Dupriez made a nice documentation from existing materials about h

Re: [Pharo-dev] [Mm10s] 2019-11-25

2019-11-28 Thread Steven Costiou
wTools It should be active by default. Steven. > S. > >> On 28 Nov 2019, at 11:29, Steven Costiou wrote: >> >> ### Last week: >> >> - halt/breakpoint manager in the spec debugger: see all halt/breakpoints and >> (de)activate them in one click. Whe

Re: [Pharo-dev] [Mm10s] 2019-11-25

2019-11-28 Thread Steven Costiou
### Last week: - halt/breakpoint manager in the spec debugger: see all halt/breakpoints and (de)activate them in one click. When deactivated, a halt/breakpoint just prints a log message in the Transcript. - Pharo IOT book writing ### This week (starting 2019-11-25): - Pharo IOT book writing

Re: [Pharo-dev] About the infinite debugger

2018-08-05 Thread Steven Costiou
Hi, i had no answer to my comments on fogbuz (one of the first) so i assumed it was not a good idea. In the usecases i used to reproduce the bug, replacing "ex pass" by "ex debug" in runCaseForDebug:solved the problem. See the analysis on fogbuz. Did not have any side effect, but i do not kno

[Pharo-dev] About infinite debuggers in tests (https://pharo.fogbugz.com/f/cases/22085/Infinite-debugger)

2018-06-11 Thread Steven Costiou
Hi, Is that normal that in the following method we do "EX PASS" (at the end)? runCaseForDebug: aTestCase [ aTestCase announce: TestCaseStarted withResult: self. aTestCase runCaseManaged. aTestCase announce: TestCaseEnded withResult: self. "To not affect performance of big test s

[Pharo-dev] Exception in Iceberg when removing selectors from anonymous classes

2018-04-19 Thread Steven Costiou
Hi, i downloaded yesterday the latest Pharo 7 and in a playground if you do: class := Object newAnonymousSubclass. (OK) class package. "a RPackage(_UnpackagedPackage)" (OK) class compile: 'test ^nil'. (OK) (class >> #test) package. "nil" (Surprising but no problem with any pharo version since y

Re: [Pharo-dev] Does Talents project published somewhere?

2016-09-13 Thread Steven Costiou
Hi, Talents can be found here http://scg.unibe.ch/research/bifrost/talents , there is a one click distribution but its pharo 1.3 and it is not possible to just load the Talents into more recent versions of Pharo. The Bifröst framework has to come with it from now, i'm also interested in having Ta