Fork me on GitHub
#meander
<
2021-08-11
>
noprompt18:08:26

I fixed a couple of odd ball issues just a bit a go. I added a test for #195 on my local just now

(t/deftest gh-195-test
  (r/rewrite {:a 1 :b 2 :c 3 :d 4}
    (r/map-of !ks !vs)
    {& [[!ks !vs] ...]}))
and it passes.

noprompt18:08:26

@huxley Are you able to check out epsilon as it stands right now and check to see if its still a problem?

ribelo18:08:49

It looks like everything working properly.

noprompt18:08:49

@markaddleman You had posted a failing example about a month ago but Iā€™m having some trouble recalling it and also difficulty retrieving it from the archives.

noprompt18:08:55

Any chance you still have that?

markaddleman18:08:27

I do but it will take me a few hours to get in a position to recover it.

markaddleman18:08:34

I can open an issue if that would be helpful

noprompt19:08:46

That would be perfect.

šŸ‘ 2
markaddleman20:08:08

I think the example is pretty self explanatory but if anything is not clear, please let me know

noprompt22:08:20

Example is perfect. I just turned it into a test.

noprompt22:08:40

I left a remark about it but it seems operational on epsilon.

markaddleman02:08:00

Awesome. This Friday, I should have some cycles to test my app against the latest epsilon commit