JIRA - http://dev.clojure.org/jira/browse/CLJ (since this is a "core"
Clojure namespace).

If you have a CA on file, you can create a patch and attach it to the
ticket. If you don't have a CA on file, you can outline what you think
needs to be done (as you have below) and someone with a CA on file can
create a patch based on your suggestions, along with additional unit
tests to show that the behavior would be correct (should be easy to
create a test that fails now but would pass after this change?).

Sean

On Mon, Jun 18, 2012 at 11:22 AM, Jim - FooBar(); <[email protected]> wrote:
> the very first let binding in clojure.inspector/old-table-model should be:
>
> row1 (some #(when-not (nil? %) %) data)
>
> instead of
>
> row1 (first data)
>
> simply because it will fail if the (first data) returns nil...
>
> where do we submit minor improvements like this?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to