Alex Zaytsev
Alex Zaytsev
Easiest way to reproduce is 1. Open http://j2m.fokkezb.nl/ 2. On line 15 select "citation??" (without first ??") 3. Press "delete"/"backspace"
I can constantly reproduce this in latest Chrome and Firefox on Windows 10 and MacOS and on node 8.7 It does not hang in Safari and Mobile Safari
The culprit is at regex which parses the citation.
:+1: Came here to post that issue ;)
Ok. I've fixed tests... But they still fail. Seems legit bug.
In theory we could mark all `System.Object` methods as not required to be proxiable. With non virtual methods it is understandable - we cannot override them anyway. But with virtual...
@fredericDelaporte, I have a question. Should I re-target the changes to an earlier version? If so what? (I think we need a support policy so it would be clearer in...
Ok, cool. I'll squash and re-target to 5.5.x branch then.
I think we should consider any methods from `System.Object` as not required to be proxiable. UPD: rewording for clarity
@DmitryMak can you submit a test case?