docs: add a conda-script example corpus (do not merge) - #6912
Draft
Hofer-Julian wants to merge 2 commits into
Draft
docs: add a conda-script example corpus (do not merge)#6912Hofer-Julian wants to merge 2 commits into
Hofer-Julian wants to merge 2 commits into
Conversation
Hofer-Julian
force-pushed
the
conda-script-corpus
branch
2 times, most recently
from
August 27, 2026 15:30
bf229b4 to
82ad984
Compare
Hofer-Julian
force-pushed
the
conda-script-corpus
branch
2 times, most recently
from
August 27, 2026 15:50
3a1750a to
0094784
Compare
One self-contained script per language for the proposal in #3751, each declaring its toolchain plus one library it uses. All 24 examples verified by hand on linux-64 with `pixi exec`, twice, from the committed files alone. Six more languages (Java, JavaScript, PHP, Haskell, Dart, COBOL) were attempted, verified, and removed as too awkward; the README documents them next to the findings: variable tally (`${PREFIX}`, `${CACHE}`), mini-shell gaps, and feedstock bugs.
Groovy, Octave, Prolog, Common Lisp, and Elixir move to the removed table with their reasons; Zig and Mojo close the gap as 23 and 24.
Hofer-Julian
force-pushed
the
conda-script-corpus
branch
from
August 27, 2026 15:51
0094784 to
e0f4b17
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Not meant to be merged. The conda-script example corpus that pressure-tested the draft spec (#3751) across the top 30 programming languages. It sits on top of the stack to demonstrate and verify the implementation below it, and stays out of CI: the examples are manually verified, and solver skew plus network access would make them flaky.