From 8c845ef0723df5ed950430f16f7e3fd41a84271c Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 15:24:04 +0200 Subject: [PATCH] Update 'TODO.md' --- TODO | 6 ------ TODO.md | 8 ++++++++ 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 TODO create mode 100644 TODO.md diff --git a/TODO b/TODO deleted file mode 100644 index 12832ca..0000000 --- a/TODO +++ /dev/null @@ -1,6 +0,0 @@ -# Todos - -- Create feature flag for the parse mdule -- better error handling in the parser -- Implement checks for existing trait storage files -- Write unit tests \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..d45f440 --- /dev/null +++ b/TODO.md @@ -0,0 +1,8 @@ +# Todos + +- Create feature flag for the parse mdule. +- Better error handling in the parser. (dont panic on every wrong token!) +- Implement checks for existing trait storage files. +- Write more unit tests. +- Create macro that implements traits on objects by shelling out to other binaries using sing. +- Investigate whether it's possible to make the `sing_add_trait` macro work without an impl block \ No newline at end of file