Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Chaining-macro does not inject ctx and args if the symbols aren't refered #93

@flosell

Description

@flosell

This works:

(:require [lambdacd.steps.support :as step-support :refer [injected-ctx injected-args]])

(step-support/chaining args ctx
      (foo-step injected-args injected-ctx)
      (bar-step injected-args injected-ctx))

This doesn't work

(:require [lambdacd.steps.support :as step-support])

(step-support/chaining args ctx
      (foo-step step-support/injected-args step-support/injected-ctx)
      (bar-step step-support/injected-args step-support/injected-ctx))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions