aboutsummaryrefslogtreecommitdiff
path: root/TODOs.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-06 17:42:53 -0300
committerEuAndreh <eu@euandre.org>2021-06-06 17:42:53 -0300
commit3c342ff9f30b978ad80ee42156bc18d41bb482c5 (patch)
tree941a3b19c322b36ae79c6254566c11e39f696dee /TODOs.md
parentRevert "Makefile: Stick to POSIX $(CFLAGS) and $(LDFLAGS)" (diff)
downloadremembering-3c342ff9f30b978ad80ee42156bc18d41bb482c5.tar.gz
remembering-3c342ff9f30b978ad80ee42156bc18d41bb482c5.tar.xz
TODOs.md: Mark #task-4686d9a5-3514-e7f2-25de-b3cf66199124 as CANCELLED
Diffstat (limited to 'TODOs.md')
-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.