matching on objects with lower-case first letters#154
Conversation
|
Thanks for submitting, @ryan-williams! Running this in a 2.12.2 REPL I get a bunch of warnings which rather give the game away :-( Do you have any thoughts on ways to get around them? |
|
haha yea… I think I was running tests in IntelliJ and not seeing the compiler warnings when this bit me! or I was ignoring compiler warnings due to a deluge of Feel free to close if that is the protocol 😄 thanks! |
There's no strict protocol as such, but it's generally nicer to "hide" something in such a way that the compiler doesn't point out the issue, if possible. Of course, given the amount of warnings that the average project tends to produce, "hiding in plain sight" is very much a valid tactic in some sense ;-) |
|
There ought to be a lint for bare |
|
Closing this out for now - please re-open if we can come up with a suggestion on how to "hide" the warnings! |
072since idk if Interpolation bitter desugaring #153 still has the lock on it