Skip to content

Template Conversion for Thread Vars #836

@E-A-Griffin

Description

@E-A-Griffin

We convert - to either minus or _ depending on whether it starts a var's name or not, but there are a lot of clojure core vars that use some form of *-> or *->>. We should handle these differently, probably as thread-first/thread_first in the former case and thread-last/thread_last in the latter or thread in the former and thread_last in the latter.

-> -> clojure.core-test.thread
->> -> clojure.core-test.thread-last
as-> -> clojure.core-test.as-thread
cond->> -> clojure.core-test.cond-thread-last

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