dovgopoly
Results
2
comments of
dovgopoly
1. This segfault is only happened when the `--developer` mode is off. So it's hard to trigger it in tests. The only approach I found: ``` def test_filter_with_invalid_json_bug(node_factory): l1 =...
Thanks! It was an awesome blog post :) I was unsure whether we need to add a test which turns off the dev mode. After your video, I understood that...