Sudhakar Verma
Sudhakar Verma
failing `sway-lsp` tests look flaky on local too
the failure looks related - it fails on local too but not on master. not flaky. will check and fix
hmm. Some tests seem to pass with this change ```diff diff --git a/test/src/e2e_vm_tests/test_programs/should_pass/unit_tests/workspace_test/contract_multi_test/src/main.sw b/test/src/e2e_vm_tests/test_programs/should_pass/unit_tests/workspace_test/contract_multi_test/src/main.sw index b97f32603..7cdc9a8d0 100644 --- a/test/src/e2e_vm_tests/test_programs/should_pass/unit_tests/workspace_test/contract_multi_test/src/main.sw +++ b/test/src/e2e_vm_tests/test_programs/should_pass/unit_tests/workspace_test/contract_multi_test/src/main.sw @@ -17,7 +17,7 @@ fn test_foo() { #[test(should_revert)] fn...
Will follow this feedback and get back.
> ``` > CFEI(a) if a.is_zero() => return Left(vec![]), > CFEI(a) => op::CFEI::new(a.value.into()).into(), > ``` the zero path is triggered quite a few times. This change effectively means we are...
Can I get some traction here?
thanks @vaivaswatha for the details - right now with this change - the IR will still generate `cfei i0` and `cfsi i0` but while the asm generation - these instructions...
Looking at this - This comes from the assumption that the input would be valid. This is an Out Of Bound Read when trying to parse with https://github.com/visit1985/mdp/blob/4664cb261145fbd2b164b0ca507af8ceb76ded9c/src/url.c#L168-L172 In here...
Hello @Frank-Z7 I don't have any issue whatsoever. How are you applying for a CVE? We should get this fixed before we get a CVE - I can think of...
@ErikSchierboom I would love to work on this, I have some experience with go and will to write something this weekend. I already have a lexer+parse in go and will...