meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
noprompt 2020-03-27T01:00:39.030400Z

Hmm… yeah something seems off about that.

noprompt 2020-03-27T01:00:59.030600Z

I’ll look into it.

noprompt 2020-03-27T01:07:08.030800Z

K

noprompt 2020-03-27T01:26:26.031Z

I figured out the cause of the bug and will release a patch shortly. The patch will resolve both of the problems you mentioned.

noprompt 2020-03-27T05:22:59.032700Z

[meander/epsilon "0.0.410"]
• Fixes match failure during analysis of rewrite and rewrites • Updates docstrings and argument lists for match, search, breadth-first-search, find, rewrite, and rewrites

noprompt 2020-03-27T05:23:16.032900Z

@qythium ☝️

noprompt 2020-03-27T05:24:10.033400Z

(m/rewrite [1 2 3]
  [?v ...]
  [?v ...])
;; =>
;; Zero or more patterns may not have references to unbound logic
;; variables.
;; {:unbound #{?v}, :syntax-trace [(?v ...) [?v ...]]}
The errors are back. 🙂