tools.deprecation: make deprecation warnings not fatal (so they don't clutter the UI forever).

db4
John Benediktsson 2014-06-06 14:10:32 -07:00
parent 8980f9d6f0
commit 0554e8c3fa
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ T{ error-type-holder
{ icon "vocab:ui/tools/error-list/icons/deprecation-note.tiff" }
{ quot [ deprecation-notes get values ] }
{ forget-quot [ deprecation-notes get delete-at ] }
{ fatal? f }
} define-error-type
: <deprecation-note-error> ( error word -- deprecation-note )