OpenSmalltalk-Bot

Results 48 comments of OpenSmalltalk-Bot

On Sun, Aug 19, 2018 at 1:32 PM, David T. Lewis wrote: > > On Sun, Aug 19, 2018 at 10:31:15AM -0700, Fabio Niephaus wrote: > > > > @akgrant43...

> On 2021-07-20, at 9:50 AM, Joseph Turco ***@***.***> wrote: > > > So do you want me to try and build from source? The segfault showed up from the...

HI, Actually  sudo apt install squeak-vm will just install the squeak vm.   It seems to be automagically installed on the two PIs I have running, one running the current version...

Weird; I use Pi64 squeak all day every day for work, developing a fairly heavy web development system image. I think it might have crashed out once in the last...

On Thu, Jul 22, 2021 at 06:50:02AM -0700, Ken Dickey wrote: > > On 2021-07-21 22:35, Tobias Pape wrote: > > > Can you do > > > > git...

> On 2019-06-28, at 6:05 PM, Eliot Miranda wrote: > > ZENITY_ARGS=$(zenity --title 'Select an image' --file-selection --file-filter '.image' --file-filter '') > fi Just a small flag-waving point - on...

> On 2019-01-01, at 1:39 PM, Nicolas Cellier wrote: > > In this pattern: > > ptr = realloc( ptr , new_size ); > > realloc may fail when HEAP...

> On 2019-01-02, at 7:12 AM, Nicolas Cellier wrote: > > Tim, to be sure about understanding: realloc does the right thing, it leaves the original alone. > It's we,...

On Mon, Mar 15, 2021 at 04:02:43AM -0700, Tom Beckmann wrote: > > The commit that removed it was this one: https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/924a24bb54870a621c5283f23631261d5a792000 > > I saw that you did some...

Right now the system expects the sources file to be a) in the same directory as the image you are running b) the same directory as the VM executable At...