Aaron Kaw

Results 73 comments of Aaron Kaw

It'll also be a battle of preference between users. Right now we have `set_default` (iirc) with the option to set `cdot = true` or `false`, and my idealistic mind is...

Oh I see. Yeah it's placing it in the `test` directory: ![image](https://github.com/user-attachments/assets/808bf7fe-35c9-4753-890d-ec69a37f6a87) Would you like a link to the branch with this?

Hmm, I have them in scripts called with `@safetestset`s from SafeTestsets.jl. I'll try to produce the supposition files without the safe test sets and get back to you.

I don't have the original reproduction of this issue. How do I get a `@check` to produce a database record? I can't figure it out from the documentation.

If you have some time, I've created https://github.com/kapple19/SuppositionDev for you to clone. When I run `]test` some intentionally failing `@check`s fail, but it does not produce a database record. Hopefully...

Running tests with the Pkg `workspaces` feature in Julia v1.12 may or may not behave differently from in Julia v1.11 (without `workspaces` of course).

Would it be worth it/a solution to implement some caching for packages running Supposition tests, using Scratch.jl or other? We don't(?) want to commit the Supposition cache files, so it...

The error that gets reported is `'@data' not documentable` so do I understand correctly that the `data` macro needs to recognise and correctly handle when the expression it receives starts...

I would love this, I have need for the DMS format as well. I'm also not a fan of how Unitful currently handles decibel values - my usages and understanding...

I have the same problem. I can't find mention of it not working anywhere on Windows.