Skip to content

Consider renaming run! macro #615

@Deraen

Description

@Deraen

This issue replaces an old PR: #150

The problem:

reagent.ratom/run! macro name conflicts with clojure.core/run!.

BUT is this warning even a problem anymore? Quick testing shows that with recent clojurescript and tooling this warning is no longer shown?

Solutions?

  • Do nothing
  • Rename

Notes:

  • If renamed, we need first to deprecate the current name, add a new one, and keep the old one around with deprecation metadata and perhaps a runtime warning for at least one version
  • The conflicting name is now only available in reagent.ratom. We could also expose this macro in reagent.core with a different name?
    • Users using the old one from ratom ns will need t

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions