4 ms·
It seems like a nice balance might be a compiler config that accepts a list of paths to unconditionally compile, so that users can enforce stricter checks in th
by notduncansmith 4y ago
It seems like a nice balance might be a compiler config that accepts a list of paths to unconditionally compile, so that users can enforce stricter checks in their own project without forcing authors of their dependencies to do the same.
- lostmsu 4y ago> compiler config How is this better than a line in the language itself?
- notduncansmith 4y agoEven better
- throwawaymaths 4y agoDoesn't @refalldecls do this?
- anonymoushn 4y agoThis does it, but you might still find compile errors later than you'd like in comptime-heavy code.
- throwawaymaths 4y agoIt's the carrot to get you to write tests. You're writing tests, right?