Fabio Niephaus

Results 567 comments of Fabio Niephaus

The script filters you want to change execute `python pocket_tags.py ...`, so you'd need to edit the [`pocket_tags.py` file](https://github.com/fniephaus/alfred-pocket/blob/23eb35096062cba3c6e7f773cb3d6dc703af6607/src/pocket_tags.py). The current user query is in [`args.query`](https://github.com/fniephaus/alfred-pocket/blob/23eb35096062cba3c6e7f773cb3d6dc703af6607/src/pocket_tags.py#L19) and you'd only need...

Just wondering: why waste precious space in the image header if we could have some sort of VM configuration object in the specialObjectsArray?

Good point, I should turn that on, so we see what test cases are causing crashes...

@eliotmiranda have a look at [squeak-app](https://github.com/squeak-smalltalk/squeak-app). `prepare.sh` is the entry point and the builds fail [here](https://github.com/squeak-smalltalk/squeak-app/blob/d7cc75c4e7c9875c7eb5167e3ab46ae617eaed74/prepare_image.sh#L80). All files that are needed are in that repository. It's basically calling out to...

CI builds still suffer from crashes caused by this, see https://github.com/hpi-swa/smalltalkCI/issues/440 for example. Anyone willing to look into this?

Hi Eliot, Is there actual proof of issues caused by rtprio not raised correctly or is this more a precaution/speculation? smalltalkCI, for instance, builds hundreds of projects every week and...

According to https://github.com/hpi-swa/smalltalkCI/issues/388#issuecomment-411985528, Pharo builds require threaded VMs on CI infrastructure. Please have a look at #279, another possible solution.

@akgrant43 also thinks a command line flag would be the way to go here (see https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/279#issuecomment-414133977). Here's one last argument against it that I can think of: the option parser...

Closing this as a duplicate of https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/151.