Jean Privat

Results 84 comments of Jean Privat

Nice. Since tests force the coverage (of) some code, thus performs code transformation because of deprecation, is there a release test that check that the code is pristine/unmodified?

I will reroll when I have the time.

Encouraging using symbol as block is very fragile. So it is better to not expand the feature that much.

Not sure if it's a bug. Bad terminology at most. "Expression" seems to be user rather broadly in Pharo as any piece of code you might execute or expect a...

It's sad to have no feedback :( Because I do not want to host the project in my namespace, I created and moved the fork to https://github.com/rarsm/rars Our short-end goal...

Hi @ruspl-afed, maybe you want to open a new issue, as it is a distinct thing. The design of RARS (inherited from [MARS](https://github.com/dpetersanderson/MARS/)) is quite clean, however, some parts are...

> About the `cannotReturn:`, why not just testing it with an exception? [...] I have a work in progress branch with things more or less equivalent with your proposals. Testing...

Maybe a solution to have exact match could be to record the substream along the mainstream (see #2082) For the UI, a nice integration could be a "debug" button on...

Note that after having applied the following workaround, the calculator was fully functional ``` diff diff --git a/lib/xdg_basedir/xdg_basedir.nit b/lib/xdg_basedir/xdg_basedir.nit index 6c53124..b1c2777 100644 --- a/lib/xdg_basedir/xdg_basedir.nit +++ b/lib/xdg_basedir/xdg_basedir.nit @@ -55,7 +55,7 @@...

After investigation, the dbus-session error message is a red herring and unrelated to the crash. By the way it can be removed by following the instructions given by dbus/ports ```...