New reset-modified word

slava 2006-09-07 00:29:24 +00:00
parent 8389b4fedc
commit 4506e0d2cb
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
+ 0.85:
- when to call reset-modified
- C+S+END doesn't work
- pane output in UI should use less memory
- signal 4 on datastack underflow on mac intel??

View File

@ -24,7 +24,7 @@ TUPLE: module name files tests modified ;
: modified? ( file module -- ? )
dupd module-modified hash
swap resource-path file-modified number= not ;
swap resource-path file-modified < ;
: prefix-paths ( name seq -- newseq )
[ "/" swap append3 ] map-with ;
@ -87,3 +87,5 @@ C: module ( name files tests -- module )
: reload-modules ( -- )
all-modules [ reload-module ] each do-parse-hook ;
: reset-modified ( -- ) all-modules [ record-modified ] each ;