Skip to content

Conversation

@ochafik
Copy link
Contributor

@ochafik ochafik commented Nov 2, 2025

Moved to ochafik#5

ochafik and others added 14 commits October 29, 2025 01:49
docker run --rm \
  -v "$PWD":/src:ro \
  -v "$PWD/build-docker":/src/build \
  -w /src \
  "$(echo "
    FROM ghcr.io/astral-sh/uv:debian-slim
    RUN apt-get update && apt-get install -y build-essential libcurl4-openssl-dev cmake clang-tidy
  " | docker build . -q -f - )" \
  bash -c "
    cmake -B build -DCMAKE_BUILD_TYPE=Debug -DMINJA_SANITIZER=address && \
    cmake --build build -j --config Debug && \
    ctest --test-dir build -j -C Debug --output-on-failure
  "
Nits: reserves + emplace in Value ctor, drop unused enable_shared_from_this
Setup sanitizers + fix a circular ref of contexts
@ochafik ochafik closed this Nov 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant