Sukera

Results 194 comments of Sukera

Hmm that's interesting - yes definitely! How are you running those tests? `]test` should create the `SuppositionDB` directory.

It should happen automatically when your property fails.

Thank you for the reproducer! I have no idea how I missed this before, but apparently the Test stdlib activates a new project in a temp directory where the actual...

I have experimented with [BaseDirs.jl](https://juliahub.com/ui/Packages/General/BaseDirs) before, but ran into issues with determining a unique key per project/testsuite that's reproducible across executions. Essentially, I need to be able to separate a...

Thanks for the issue! I haven't used MCAnalyzer.jl myself for a while, seems like the package broke sometime in 1.9 :grimacing: ``` (MCAnalyzer) pkg> resolve ERROR: Unsatisfiable requirements detected for...

Ok, it'll be a bit more involved because GPUCompiler changed their interface at some point :thinking:

~Alright, [`feat/dependency_update`](https://github.com/JuliaPerf/MCAnalyzer.jl/tree/feat/dependency_update) should work on 1.9 & 1.10 now. I'll tag a release once https://github.com/JuliaPackaging/Yggdrasil/issues/8856 is fixed, which will make 1.8 work too. Let me know if the code on...

Alright, *now* [feat/dependency_update](https://github.com/JuliaPerf/MCAnalyzer.jl/tree/feat/dependency_update) should work on 1.10!

I'd go one step further and let the user provide the entire `RNG` object they want to use, defaulting to a state-resetting copy of the default RNG.