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
Hi,
I've really appreciated your work, keep updating it :)
I've found very verbose having to specify the fully qualified class name in my match: why I can't do, for example:
(cond-match
[MyClass foo] foo)
Instead of:
(cond-match
[org.mydomain.MyClass foo] foo)
Thanks in advance,
Alfredo
The text was updated successfully, but these errors were encountered:
Hi,
I've really appreciated your work, keep updating it :)
I've found very verbose having to specify the fully qualified class name in my match: why I can't do, for example:
(cond-match
[MyClass foo] foo)
Instead of:
(cond-match
[org.mydomain.MyClass foo] foo)
Thanks in advance,
Alfredo
The text was updated successfully, but these errors were encountered: