Bozhidar Batsov
Bozhidar Batsov
You might also want to create actual GitHub releases from the tags with the spec attached there - it's easier to discover by the users.
I guess we can close this issuel
This should be fairly easy to fix.
As the dynamic font-lock is implemented by adjusting regular expressions every time the code changes I'm guessing in a bigger project we might hit some limits there. I wonder why...
I think it's fine to send blank strings to the REPL, so let's change it back.
Looking at the bigger change my guess is that it was trying to avoid sending blank strings that result from transforming the input. (I recall in certain situations evaluating multi-line...
From the conversation at #314 it seems this is no longer needed.
@koic Perhaps that's true, but in the end of the day we have to decide on something and right now that's the best idea I have. @rubocop/rubocop-core Ideas and feedback...
I'm thinking the following: - pick a more generic name for the cop - e.g. `Style/ValueBlock` (or `SingleValueBlock`) - Suggest the use of `it` by default - Document the performance...
I'm doing a last round of bugfixes, before returning my attention to some of the new cop proposals.