Details
-
Type:
Defect
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Release 1.3, Release 1.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch:Code
-
Approval:Incomplete
Description
If there is an error in the `ns` form, an exception is thrown, which is not caught in `load`.
For example, with an invalid :only clause;
(ns clj14.myns (:use [clojure.core :only seq]))
This generates a Don't know how to create ISeq from: clojure.lang.Symbol exception, with source file or line number.
Corrected patch