#222: Deprecate Debug.assertXXXX() ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: nobody Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: java | Version: Keywords: | ------------------------+--------------------------------------------------- Long term: move all occurrances to (meaningful) lisp conditions.
Rationale: Statements should never call System.exit(); we're a library and should allow callers to free resources instead of breaking out hard.