You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to write (defprop some-name ...) and enable EUnit to call it as prop_some_name/0 and myself to call it as prop-some-name/0 or prop_some_name/0.
Essentially, I want the kebab-cased version to expand to the snake-cased version at compile time.
I'm not sure of the best approach, and the following didn't work:
As a user, I want to be able to write
(defprop some-name ...)
and enable EUnit to call it asprop_some_name/0
and myself to call it asprop-some-name/0
orprop_some_name/0
.Essentially, I want the kebab-cased version to expand to the snake-cased version at compile time.
I'm not sure of the best approach, and the following didn't work:
The text was updated successfully, but these errors were encountered: