orbitalquark/textadept-file-diff

Do we really need to compile the tests?

Closed this issue · 6 comments

Would it be possible to avoid compiling/running the tests? They are really expensive time-wise.

OK, anyhow I made it... just to make sure that I can use it without having the OS complaining.
Take a look in my GitHub ;-) seems to work and, BTW, doesn't look that slow on files the size I normally use.
These include the Textadept12 theme generator in Theme Creator (already in my GitHub too)

Happy New Year

Closing because I think this is either fixed or can be avoided with proper tooling (e.g. cmake --build build_dir --target diff, make diff, etc.).