aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODOs.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/TODOs.md b/TODOs.md
index 151fd7c..b5aed6b 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -22,7 +22,17 @@ What about the C implementation?
It would be good to have a test stressing that.
-## DONE Use POSIX `$(CFLAGS)` {#task-4686d9a5-3514-e7f2-25de-b3cf66199124}
+## CANCELLED Use POSIX `$(CFLAGS)` {#task-4686d9a5-3514-e7f2-25de-b3cf66199124}
+- CANCELLED in 2021-06-06
+
+ I couldn't actually get the flags to work before claiming it to be DONE.
+
+ Instead of just testing on the machines I have at hand right now, it would be much better to have an extensive stress test of portability, compatibility and behaviour across multiple POSIX systems.
+
+ Having [standardify](https://euandre.org/standardify/) would definitely address this.
+
+ Cancelled in
+ [`32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8`](https://git.euandreh.xyz/remembering/commit/?id=32c4ad7eaffa7cac6ab2ea784e3bf60a6dfdaff8).
- DONE in 2021-06-06
- `-std=c99` is interpreted as `-s` + `td=c99`, and a `-t` flag doesn't exist.