You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/10/05 03:58:27 UTC

[jira] [Updated] (STORM-441) Remove bootstrap macro from Clojure codebase

     [ https://issues.apache.org/jira/browse/STORM-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Kellogg updated STORM-441:
-------------------------------
    Component/s: storm-core

> Remove bootstrap macro from Clojure codebase
> --------------------------------------------
>
>                 Key: STORM-441
>                 URL: https://issues.apache.org/jira/browse/STORM-441
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Dane Hammer
>            Assignee: Kyle Nusbaum
>            Priority: Trivial
>             Fix For: 0.10.0
>
>
> The bootstrap macro in backtype.storm.bootstrap is purely a convenience for importing/using/requiring a large number of dependencies, but it's not used for anything else. It removes those imports/uses/requires from the namespace form, making it harder to track down where a definition is coming from, which defeats some IDE tools.
> I propose removing it entirely, making the Clojure part of the codebase more readable and updated to current conventions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)