astring icon indicating copy to clipboard operation
astring copied to clipboard

Fix inline comments

Open mamaniv opened this issue 4 years ago • 1 comments

This commit solves an issue described in https://github.com/davidbonnet/astring/issues/562 It also contains a change in the relevant test.

mamaniv avatar Aug 09 '21 17:08 mamaniv

Thanks @mamaniv for suggesting this change. It's going in the right direction, however I'm afraid that the performance impact of filter calls with inline functions will be huge. An alternative that doesn't define inline functions (without going through the entire comments list every time) should be faster.

davidbonnet avatar Oct 06 '21 21:10 davidbonnet