Fork me on GitHub
#meander
<
2021-08-13
>
markaddleman00:08:40

The following rules compile under 0.0.602 but not under the latest commit:

(m/rewrite query
             {:as ?query :aggregates [(m/cata !agg) ...]}
             {& ?query :aggregates [!agg ...]}

             {:op "AVG", :args [{:computed ["deal_count_by_user"]}], :alias ?alias :as ?agg}
             {?agg & :op "AVG", :args [{:computed ["user_count_by_deal"]}], :alias ?alias}

             ?? ??)

markaddleman00:08:58

I'll open an issue

noprompt17:08:57

@markaddleman I left an explanation for why that did not compile properly.

noprompt17:08:48

OK hopefully that settles most of the problems.

markaddleman18:08:25

great. I'll give the latest a try in about an hour

markaddleman18:08:02

with the latest commit, all my tests pass. thanks!

👍 2
markaddleman14:08:01

Congrats on the release! Do you want to update the github readme to point to v643?

noprompt18:08:25

That’d be a good idea.

2
noprompt19:08:44

Whew! OK! Several fixes went out with this one.

🎉 16
clojure-spin 8