Skip to content

History

Revisions

  • wiki: PR #99 MERGED — record all 4 Chapel-2.8.0 sharp edges + outcome After 6 cold-cache CI iterations: 1. MANPATH unbound under set -u 2. CHPL_LLVM unset → 'set CHPL_LLVM to a supported value' 3. chpl --about removed in 2.8.0 4. printchplenv --simple doesn't emit KEY=value (+ glob too tight) Final landing: find $CHPL_HOME/lib -type d -name comm-gasnet hierarchy- independent check. Merged 04:27Z as squash fa122c7a. Branch deleted.

    @hyperpolymath hyperpolymath committed Jun 2, 2026
    d47deaa
  • wiki(chapel): printchplenv --simple doesn't emit expected KEY=value Empirical finding from panic-attack#99 run #4 Activate step: the build succeeded, chpl --version reported 2.8.0 cleanly, but printchplenv --simple piped to grep -E '^CHPL_COMM=gasnet$' returned zero output and exit 1. Use a runtime-layout existence check instead — format-independent.

    @hyperpolymath hyperpolymath committed Jun 2, 2026
    6bbbe41
  • wiki(chapel): document 'chpl --about' removal in 2.8.0 Third sharp edge: 'chpl --about' was dropped in 2.8.0. Use $CHPL_HOME/util/printchplenv --simple, which emits KEY=value lines (anchor as ^CHPL_COMM=gasnet$, not ':\s+gasnet').

    @hyperpolymath hyperpolymath committed Jun 2, 2026
    e642c96
  • wiki(chapel): document CHPL_LLVM=none sharp edge Second cold-build failure on panic-attack#99 traced to Chapel's make verifying clang/Basic/Version.h before building. Record alongside the MANPATH:-} pattern so future chapel-from-source steps don't relearn this.

    @hyperpolymath hyperpolymath committed Jun 1, 2026
    4f410f6
  • wiki: Chapel Wave 2 — add Chapel-Metalayer page + Home/Cleanup-Log refs panic-attack#99 lands the chapel-multilocale 7th gate (#87 option A). Document the toolchain choices (gasnet+smp, source-build, cache, manual-counter cache invalidation, cross-locale verification grep) on a dedicated page; cross-link from Home + Cleanup-Log-2026-06-01. Also records the setchplenv.bash MANPATH-unbound-variable fix as a known sharp edge so future chapel-from-source steps can crib the defensive 'export MANPATH=${MANPATH:-}' pattern.

    @hyperpolymath hyperpolymath committed Jun 1, 2026
    6944785
  • wiki: bootstrap with Home / Sidebar / 2026-06-01 cleanup log

    @hyperpolymath hyperpolymath committed Jun 1, 2026
    9ed878d
  • Initial Home page

    @hyperpolymath hyperpolymath committed Jun 1, 2026
    0b8830a