Skip to content

Labels

Labels

  • area/build

    CMake, presets, toolchains, CI workflows
  • area/ci

  • area/cluster

    Consensus/, Cluster/ - Raft, discovery, membership
  • area/compile-cache

    CompileCache/, the 0xFC wire, the executor, PathCanon
  • area/config

  • area/core

    Core/ - the shared foundation; high blast radius
  • area/distributed

    Distributed/, apps/fastcache-compile-node/ - dispatch, workers, scheduler
  • area/docs

  • area/launcher

    apps/fastcache-cc/ - the compiler launcher and its cache key
  • area/net

    Net/, Async/, Server/ - sockets, reactors, connections
  • area/observability

    Metrics/, logging, stats and scrape surfaces
  • area/packaging

    packaging/, CPack, deb/rpm/pkg/msi, installers
  • area/platform

    Platform/, Config/, Cli/ - service registration, config lookup, the CLI table
  • area/protocol

    Protocol/, Auth/ - memcached, RESP, autodetect, the auth gate
  • area/storage

    Cache/, CowTree/ - engine, LRU, layered, sharded, compression
  • area/testing

  • breaking-change

    Moves a wire version, key schema, config key, or CLI surface
  • good first issue

    Small, well-specified, needs no deep context
  • help wanted

    Extra attention welcome
  • os/linux

    Specific to Linux (glibc, epoll, systemd, deb/rpm)
  • os/macos

    Specific to macOS (libc++, kqueue, launchd, pkg)
  • os/windows

    Specific to Windows (MSVC, clang-cl, Winsock, IOCP)
  • priority/critical

    Wrong output served as success, data loss, or a security hole
  • priority/high

    Blocks a release or a user's workflow, with no workaround
  • priority/low

    Nice to have; nobody is waiting
  • security

    Authentication, trust boundaries, or a remotely reachable defect
  • status/blocked

    Waiting on something outside this repository
  • status/needs-info

    Waiting on the reporter
  • status/needs-triage

    Not yet typed or assigned an area
  • type/bug

    Behaves incorrectly against its stated contract