meander

noprompt 2021-08-11T18:46:26.018700Z

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.

noprompt 2021-08-11T18:47:26.019700Z

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

2021-08-12T18:41:49.031700Z

It looks like everything working properly.

2021-08-12T18:44:37.032700Z

šŸ‘

noprompt 2021-08-11T18:58:49.021100Z

@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.

noprompt 2021-08-11T18:58:55.021300Z

Any chance you still have that?

markaddleman 2021-08-11T18:59:27.021600Z

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

markaddleman 2021-08-11T18:59:34.021800Z

I can open an issue if that would be helpful

noprompt 2021-08-11T19:24:46.022Z

That would be perfect.

šŸ‘ 1
markaddleman 2021-08-11T20:39:47.022800Z

Here you go

markaddleman 2021-08-11T20:39:48.023Z

https://github.com/noprompt/meander/issues/198

markaddleman 2021-08-11T20:40:08.023300Z

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

noprompt 2021-08-11T22:31:20.023500Z

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

noprompt 2021-08-11T22:31:40.023700Z

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

markaddleman 2021-08-12T02:04:00.024400Z

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