Closed acrmp closed 10 years ago
Interesting approach--I'm intrigued. I haven't been super pleased with the indentation checking solution that I'd implemented, so any help/fresh ideas towards better sorting that out are certainly welcome. Thanks for shooting it over; I'll dig into it this coming weekend.
@acrmp This isn't passing CI builds.... @turboladen any concerns with this since your last comment?
@acrmp @jaymzh I think everything looks fine to me. I'm a fan of, although not super familiar with, nokogiri, so I can't be 100% critical on that code. Once the tests pass, I'll merge.
My understanding is that these aren't passing because of some other change - @acrmp said they should be passing... :/
Ah, yeah that could be. I should’ve checked the actual errors before commenting…
On Jan 16, 2014, at 5:26 PM, Phil Dibowitz notifications@github.com wrote:
My understanding is that these aren't passing because of some other change - @acrmp said they should be passing... :/
— Reply to this email directly or view it on GitHub.
Hi Steve,
This is an implementation (really for feedback at this stage) of line-continuation support, related issues are #102 and #92.
I expect the implementation may be controversial - I've used Ripper's s-expression support rather than trying to determine expression start and end from the lexer tokens. It's also using Nokogiri (as I do elsewhere in foodcritic) to query the AST - that's unconventional and adds a significant new dependency.
Would really appreciate your feedback.
Thanks,
Andrew.