-
After running `bolero reduce` nothing seems to happen in terms of the number of files in the corpus. Is there a known issue here?
----
I manged to hack something together by running a sequence l…
-
I followed the document and created a Bolero app but I could not make CSS isolation work because the CssScopes module is not generated.
To reproduce the issue:
1. Create the project with `dotnet…
-
Can I define an async Bolero node similar to
``` F#
namespace SkillGro.Teams.Client.Interop
open System.Threading.Tasks
open Microsoft.AspNetCore.Components
open Bolero.Html
open SkillGro.Team…
-
Have you heard of [bolero](https://crates.io/crates/bolero)? It's a fuzz testing framework that is designed to work within rust's test environment. I used it heavily on the code for my Ph.D., and it…
-
I can't find a way to repro a single fuzzer crash from the `cargo bolero` command line.
Am I missing something, or should we add such a way, eg. `cargo bolero repro [fuzzer] [crash-artifact]`?
C…
-
Is there a way of setting compile-time settings for all of bolero? I have very complex data structures, which lead to something similar to the following (the real code uses many different collection …
-
urdfdom:
```
check for patches patch -N -p0 -d /home/afabisch/tmp/bolero-test/bolero-dev/control/urdfdom -i /home/afabisch/tmp/bolero-test/bolero-dev/pybob/patches/urdfdom.patch
patching file CMake…
-
Hi,
although the installation process for bolero is specifically tailored for Ubuntu/Debian, I managed to install it on Fedora Workstation 31 with some manual pre- and post installation steps
**…
-
I have tried to create a Bolero node on a Windows 10 PC. I followed the instructions, downloaded Java and Visual C++ and forwarded the correct ports. Everything seems to be running okay, but the IRI i…
-
I want to deploy Bolero in the aspnet docker image from Microsoft.
This needs the app to listen on port 8080. The image enforces this with the env variable ASPNETCORE_HTTP_PORTS.
But Bolero seems to…