Don't call notify-error-observers if there weren't any new definitions
parent
b78332d645
commit
7d0ae65adc
|
|
@ -144,8 +144,8 @@ GENERIC: definitions-changed ( assoc obj -- )
|
|||
update-tuples
|
||||
process-forgotten-definitions
|
||||
modify-code-heap
|
||||
updated-definitions dup assoc-empty? [ drop ] [ notify-definition-observers ] if
|
||||
notify-error-observers ;
|
||||
updated-definitions dup assoc-empty?
|
||||
[ drop ] [ notify-definition-observers notify-error-observers ] if ;
|
||||
|
||||
: with-nested-compilation-unit ( quot -- )
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in New Issue