pavlos / gen_fsm

Elixir wrapper around OTP's gen_fsm
Other
40 stars 3 forks source link

Convert some of the simple wrapper functions to `defdelegate`s #7

Closed gausby closed 8 years ago

gausby commented 8 years ago

Some of the public wrapper functions could be converted to defdelegate.

pavlos commented 8 years ago

:+1: I can do it after we merge the typespec PR, or you can do it if you want to.

gausby commented 8 years ago

Yeah, I thought it would be best to do after we merge the stuff from the typespec PR. I don't need to do it, so just go ahead when we merge #4 :)

pavlos commented 8 years ago

I'm going to close this issue since we have this PR (https://github.com/pavlos/gen_fsm/pull/8) already in progress

gausby commented 8 years ago

It should close automatically if you include a text like "fixes #7" in the merge commit message :)

pavlos commented 8 years ago

nice, didn't know that!