Colin S. Gordon

Results 7 issues of Colin S. Gordon

Coursier does not appear to fully work on FreeBSD anymore. The docs suggest installing a FreeBSD package. I haven't tried that because the latest version in that package manager is...

I'm following along typing everything, and hit a minor snag. Section 3.1 gives two alternative definitions of `unique` and suggests they are equivalent: > ``` racket > (define-metafunction REDEX >...

**Exact location of issue** Basically the entire document after the abstract and keywrods **Problem details** After the abstract and keywords, the only thing that renders is one tiny fragment of...

bug
medium
needs-latex-package

Here's a minimized example: ```rust use prusti_contracts::*; struct Blah { _x: std::marker::PhantomData, } #[model] struct Blah { r: &T, } ``` This complains because the ```r``` field in the model...

bug

**Describe the bug** No version of drm-kmod builds on 14.2 for aarch64 **FreeBSD version** FreeBSD bsd 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 GENERIC arm64 1402000 1402000 **PCI Info** It's a lot to...

The error messages for custom operations in CEs are unclear and sometimes contradictory **Repro steps** Consider these two versions of a file: ```fsharp type ResultBuilder() = member __.Return(x:'T) : Result...

Feature Request
Area-Diagnostics