poor error message with incorrect method return type
report location of missing type annotation
now the error message is something like:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "function parameter `aa` at line 23 column 9 need type annotation"',…
24b2111c64
nac3core: fix #45 toplevel better error msg for methods/functions
1430914d7b
nac3core: toplevel better error msg for methods/functiions
report location of missing type annotation
snapshot-test-insta
Oh currently for the shorter error cases tests I use this vecotr, for the normal tests with longer outputs I use insta.
Maybe I could split the error cases and normal cases to two different sets…
0de4fe534d
Merge branch 'master' into snapshot-test-insta
915460ecb7
nac3artiq: fix typo
5cbdb4005c
nac3core: top level test cleanup
b62f5b9376
nac3core: toplevel fix broken tests, use snapshot tests
bb90a7eabc
use parser with nac3 comment support
7584944989
use parser with nac3 comment support
7584944989
use parser with nac3 comment support
be25ca5ce6
nac3core: toplevel fix broken tests, use snapshot tests
825278f116
use parser with nac3 comment support
add comment support to rustpython parser
The new branch with_nac3comment contains modifications to use the moded python parser to support nac3comment in ast.
The current…
be25ca5ce6
nac3core: toplevel fix broken tests, use snapshot tests
825278f116
use parser with nac3 comment support