textmate / groovy.tmbundle

TextMate support for Groovy
69 stars 31 forks source link

CPU Spike on lion #6

Closed basejump closed 12 years ago

basejump commented 12 years ago

Opening this example groovy file in textmate will cause CPU to spike to 100%

class Test { def xxx(){ mc.getEr = {-> } } }

basejump commented 12 years ago

seems to be this https://github.com/textmate/groovy.tmbundle/commit/128f8dd757287f85d2b725ea6b82cd928673ad6d#L0R486 If I revert back to (?!->) then it works fine again in my example above

ldaley commented 12 years ago

I can't reproduce this, but I just realised I had unpushed changes.

Can you please confirm that you see the error with the latest master.

basejump commented 12 years ago

your last push did the trick. Thanks Luke I am surprised no one else had this problem. Are we the only ones using mate on Lion?

ldaley commented 12 years ago

Unsure, that would be surprising though.