krfkeith / slate-language

Automatically exported from code.google.com/p/slate-language
MIT License
1 stars 0 forks source link

#load: restarts don't work #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

create test.slate with the contents:

inform: (1 + a) printString.

run "load: 'test.slate'." at a repl.

debugger comes up.

edit test.slate to the following and save:

inform: (1 + 2) printString.

at the repl do : 0. to reload the file.

file isn't reloaded as expected

Original issue reported on code.google.com by google@timmy.tmbx.com on 4 Mar 2010 at 10:44

GoogleCodeExporter commented 9 years ago
Okay, I'll look at the necessary changes to make a hard-reset on the loading 
state 
(including the File itself and streams attached).

Original comment by BrianTRice on 4 Mar 2010 at 10:49

GoogleCodeExporter commented 9 years ago
http://repo.or.cz/w/cslatevm.git/commitdiff/80e877b5b887d60dca8a11b67d94ca9ad0da
7e4e

Original comment by google@timmy.tmbx.com on 4 Mar 2010 at 11:24