Dave Abrahams

Results 220 issues of Dave Abrahams

``` dave@DaveA-MBP14 ~ % swift repl Welcome to Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100). ... 5> import Foundationm expression failed to parse: error: error while processing module import: error: repl.swift:5:8:...

bug

See https://travis-ci.org/github/Kitura/FileKit/builds/733739160

``` % key2svg.sh Karkinos.key /Users/dabrahams/Documents/Karkinos File -> /Users/dabrahams/Documents/Karkinos-1.pdf GPL Ghostscript 9.54.0 (2021-03-30) Copyright (C) 2021 Artifex Software, Inc. All rights reserved. This software is supplied under the GNU AGPLv3 and...

I just deleted / commented out all the YAML stuff and all the tests pass on Windows. I only need CBOR support, and was wondering whether you'd consider breaking PotentCodables...

[Building Fletch](https://github.com/Kitware/fletch?tab=readme-ov-file#building-fletch) is a section in the README, but since it also says Fletch is “a pure CMake project” it's unclear what it might mean to build fletch, and the...

These packages are not marked `REQUIRED` and when this project is used as a dependency of another CMake project they don't need to be findable when this CMakeLists.txt is read....

help wanted

Why this matters: I want to submit PRs that make this project more consumable as a dependency of other CMake projects. Without a baseline understanding of what is expected to...

enhancement

Sorry to use an issue for this, but I don't know how else to ask. How can tests be self-registering? Isn't the compiler allowed to dead-strip those `AutoReg` instances? Maybe...