[Midnightbsd-cvs] [MidnightBSD/src] 9b2a72: AGENTS.md: warn against alphabetizing crypto/opens...

Lucas Holt noreply at github.com
Fri Jun 26 10:38:51 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 9b2a720dd20d6c641a0ca478ca5e52091b3528ee
      https://github.com/MidnightBSD/src/commit/9b2a720dd20d6c641a0ca478ca5e52091b3528ee
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-06-26 (Fri, 26 Jun 2026)

  Changed paths:
    M AGENTS.md

  Log Message:
  -----------
  AGENTS.md: warn against alphabetizing crypto/openssh includes

Document that several crypto/openssh files must include "hostfile.h"
before "auth.h" (auth.h uses the HostStatus type from hostfile.h), so
clang-format/include-sorters must not alphabetize that block.  This is
the root cause of the recent "unknown type name 'HostStatus'" build
break fixed in 32ed97dbfa.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list