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.
Attachments
Activity
Hugo Duncan
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | 0002-report-load-exceptions-with-file-and-line.diff [ 10968 ] |
Rich Hickey
made changes -
| Fix Version/s | Release 1.5 [ 10150 ] |
Andy Fingerhut
made changes -
| Attachment | clj-939-report-load-exceptions-with-file-and-line-patch-v2.txt [ 11538 ] |
Stuart Sierra
made changes -
| Waiting On | richhickey | |
| Approval | Screened [ 10004 ] |
Rich Hickey
made changes -
| Fix Version/s | Release 1.5 [ 10150 ] |
Rich Hickey
made changes -
| Approval | Screened [ 10004 ] | Incomplete [ 10006 ] |