Lukas Seidel

Results 22 comments of Lukas Seidel

fixed issues and ran tests locally. except for these three tests, which I'm not sure correlate to my changes, everything completed successfully: ``` failures: tests::corpus_test::test_feature_corpus_files tests::node_test::test_node_is_named_but_aliased_as_anonymous tests::parser_test::test_parsing_after_editing_tree_that_depends_on_column_values ``` The biggest...

fixed wasm tests and merged recent commits from master: > `cargo test` > `cargo test --features=wasm` > `script/test` > `script/test-wasm` all finish successfully locally.

bump @amaanq @WillLillis merged most recent commits and successfully ran tests locally again

failing check is a lint in a file my commits did not touch. how is this handled? should I just resolve this on my branch? how are other PRs getting...

merged with upstream and fixed linting errors. successfully reran all tests locally + `cargo clippy --workspace --all-targets -- -D warnings` @amaanq if you have any opinions, suggestions or requests on...

bump @ObserverOfTime maybe you can help. any feedback on this, anything you need from me? would love to see this merged soon. thanks

agreed, not trivial. this was my first PR to this project so I expected that there were code sites needing modifications that I would've had missed, that's why I asked...

Hey, thanks for reaching out. So, the issue is that LibAFL is using a lot of ~wildcard versions in their crate dependencies. I.e., for, e.g., ``` unicode-width = "0.1" ```...

I cannot assist with running our engine within QEMU, sorry. We never tested that and it kind of defeats the whole point of near-native emulation (we exactly do not want...