automat icon indicating copy to clipboard operation
automat copied to clipboard

Bug #65 fix

Open masztal opened this issue 7 years ago • 2 comments

Added necessary epsilon transitions in 'maybe' and 'kleene' functions

masztal avatar May 08 '17 18:05 masztal

This looks good, but I'm not near a computer right now. I'll cut a release later today, thanks for diving in and figuring out the issue. On Mon, May 8, 2017 at 11:17 AM masztal [email protected] wrote:

Added necessary epsilon transitions in 'maybe' and 'kleene' functions

You can view, comment on, or merge this pull request online at:

https://github.com/ztellman/automat/pull/66 Commit Summary

  • Bug #65 fix

File Changes

Patch Links:

  • https://github.com/ztellman/automat/pull/66.patch
  • https://github.com/ztellman/automat/pull/66.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ztellman/automat/pull/66, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB6PyrXjrFO1727SOjdns4irQaqvv_Jks5r31wpgaJpZM4NUTrP .

ztellman avatar May 08 '17 19:05 ztellman

Great. Please have a look at the state->input->actions map in these functions. I'm not sure if it should be also modified or not.

masztal avatar May 08 '17 22:05 masztal