halostatue / diff-lcs

Generate difference sets between Ruby sequences.
http://halostatue.github.com/diff-lcs
Other
290 stars 57 forks source link

Potential type errors #53

Closed mckaz closed 4 years ago

mckaz commented 4 years ago

These were caught by a novel type inference system built on RDL. I wanted to bring these to your attention, and also confirm whether they are true bugs so that we may better evaluate our inference system.

  1. Here and here: no method Diff::LCS.YieldingCallbacks was found.

  2. Here Text::Format is undefined.

mckaz commented 4 years ago

Hi, I just wanted to follow up on these issues. are they true errors or were we mistaken?

halostatue commented 4 years ago

They are correct. I will push a new version that fixes the first items soon. The Text::Format reference will probably not be fixed in this round.