New reset-modified word
parent
8389b4fedc
commit
4506e0d2cb
|
@ -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??
|
||||
|
|
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue