pub_sub compilation issue
After updating to ash main, commit id:
2813b3c9b2f45d1aec6aff2a64920404a42ac839
I'm getting the following error on compilation related to pub_sub
Given this line in a pub_sub:
publish :create, ["changed", :parent_id, [:id, nil]]
Getting this compilation error:
4 Replies
this was fine on commit
32f8224fbaeff5b48f368119d30bc52ae0b6cf0a
My bad, the option type checking was changed to use
:wrap_list
instead of a custom function. I've missed that the recursion was supported. Will revert the change.Merged, will release today
thanks very much!