summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-09 13:51:46 -0500
committerpommicket <pommicket@gmail.com>2023-01-09 13:51:46 -0500
commit2d9c5407fdc923a2e8c1fe39213b09c769a74e2e (patch)
treef33ea9a53be292f2f4e67994a0a30d2e489bba31 /main.c
parenta7d4e507d07919fba43ba14e9eb4fb62de2691f9 (diff)
fix some windows problems
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/main.c b/main.c
index 9d85a49..7ee9bfc 100644
--- a/main.c
+++ b/main.c
@@ -1,12 +1,7 @@
/*
@TODO:
-- set commit authors correctly
-- finish fixing buffer backup (windows)
-- fix calls to WideCharToMultiByte and reverse
-- get rid of ninja warnings
-- test LSP on windows
-- what status does cmd return if the program is not found? (lsp.c:301)
- switch to CreateProcessW
+- why are all requests failing?
- are we freeing process if process_run(_ex) fails?
- test time_last_modified (windows)
- some way of opening + closing all C files in directory for clangd