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

--replace will replace with strange fn* forms #190

Open
jmromrell opened this issue May 8, 2017 · 0 comments
Open

--replace will replace with strange fn* forms #190

jmromrell opened this issue May 8, 2017 · 0 comments

Comments

@jmromrell
Copy link

It will replace code like this:

  (-> (mc/insert-batch db coll docs)
      (#(if (mr/acknowledged? %) ids nil))))))

with

  ((fn* [p1__127951#] (when (mr/acknowledged? p1__127951#) ids)) (mc/insert-batch db coll docs)))))

or

  (dorun (map #(sync-db conn %) db-configs)))))

with

  (run! (fn* [p1__141032#] (sync-db conn p1__141032#)) db-configs))))
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

No branches or pull requests

1 participant