Commit graph

15 commits

Author SHA1 Message Date
daa551caa3 fix clippy warnings or disable unneeded lints 2023-11-20 11:05:55 +01:00
a896e66cca run cargo clippy --fix 2023-11-20 10:29:08 +01:00
8c52d3668e fix/allow clippy errors 2023-11-20 10:27:47 +01:00
0a6d9a27c5 write test against regression of syntax check_literal_as_filter
check_literal_as_filter returned literals at the end of pipelines too, which isn't
desirable since that's the job of check_literal_as_sink
2023-11-19 16:53:19 +01:00
17878b3e87 rewrite error system and add evaluator architecture
the evaluator architecture is also only a temporary solution and very flawed
but i have no other ideas
2023-11-19 16:52:38 +01:00
0ce869e859 comment out tokens that aren't needed yet 2023-11-19 16:49:27 +01:00
a07a031e0c finish syntax checks 2023-11-18 21:11:43 +01:00
2db2ef2ea1 refactoring and implementing clippy suggestions 2023-11-18 19:56:08 +01:00
3952091018 added basic method to check syntax command input 2023-11-18 19:46:41 +01:00
03412ce8cd moved namespaces to their own module 2023-11-18 19:10:28 +01:00
91adcd40f5 wrote tests for parser and checks 2023-11-18 18:34:03 +01:00
414b6c927d started work on typed pipelines 2023-11-17 21:37:55 +01:00
b6b8c5085a implement basic namespacing for types, traits and commands 2023-11-16 19:22:26 +01:00
1b6d2a9b62 implement check for missing filters in pipeline 2023-11-16 08:58:39 +01:00
344afa22b5 implement better checking and errors 2023-11-15 21:13:04 +01:00