Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Approach for avoid annotate-flows breaks factorio #160

Closed
wants to merge 1 commit into from

Conversation

dimmyjr-nu
Copy link
Contributor

@dimmyjr-nu dimmyjr-nu commented Nov 24, 2021

We tried add the conditional for to be able to create your own flow without annotate

in factorio was add this code

(defmacro flow
  "Creates a flow which is a composite of flows."
  {:style/indent :defn}
  [description & flows]
  (apply state-flow/flow* {:description description
                :annotate? false
                :caller-meta (assoc (meta &form)
                               :file *file*
                               :ns (str *ns*))}
         flows))

@dimmyjr-nu dimmyjr-nu changed the title WIP Approach for avoid annotate-flows breaks factorio Nov 25, 2021
@dimmyjr-nu dimmyjr-nu closed this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant