Skip to content

Commit

Permalink
Deprecate <format-string-condition>
Browse files Browse the repository at this point in the history
Use <simple-condition> instead. There's no point having two names for one class.
  • Loading branch information
cgay committed Jun 13, 2024
1 parent 5602556 commit cb5eb09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sources/common-dylan/library.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ end module byte-vector;
define module common-extensions
use dylan-extensions,
export: { <bottom>,
<format-string-condition>,
<format-string-condition>, // Deprecated...
<simple-condition>, // ...use this instead.
<stack-overflow-error>,
<arithmetic-error>,
<division-by-zero-error>,
Expand All @@ -75,7 +76,6 @@ define module common-extensions
<arithmetic-underflow-error>,
<stretchy-object-vector>,
<object-deque>,
<simple-condition>,
<stretchy-sequence>,
<string-table>,
false-or,
Expand Down
4 changes: 2 additions & 2 deletions sources/dfmc/modeling/namespaces.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,8 @@ define &module dylan-extensions

create
\last-handler-definer,
<format-string-condition>,
<simple-condition>, // HACK: COMPATIBILITY
<format-string-condition>, // Deprecated...
<simple-condition>, // ...use this instead.
<stack-overflow-error>,
<arithmetic-error>,
<division-by-zero-error>,
Expand Down

0 comments on commit cb5eb09

Please sign in to comment.