Skip to content

Commit

Permalink
Merge PR coq#19530: Give Stdlib its own directory
Browse files Browse the repository at this point in the history
Reviewed-by: Zimmi48
Ack-by: ejgallego
Ack-by: SkySkimmer
Ack-by: silene
Ack-by: jfehrle
Ack-by: andres-erbsen
Ack-by: JasonGross
Co-authored-by: Zimmi48 <[email protected]>
  • Loading branch information
coqbot-app[bot] and Zimmi48 authored Dec 6, 2024
2 parents dc9e3df + 2dcc49d commit 476460f
Show file tree
Hide file tree
Showing 1,540 changed files with 20,741 additions and 6,221 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
eval $(opam env)
./configure -prefix "$(pwd)/_install_ci" -native-compiler no
make dunestrap
dune build -p coq-core,coq-stdlib,coqide-server,coqide,coq
dune build -p coq-core,rocq-core,coqide-server,coqide
env:
MACOSX_DEPLOYMENT_TARGET: "10.11"
NJOBS: "2"

- name: Install Coq
run: |
eval $(opam env)
dune install --prefix="$(pwd)/_install_ci" coq-core coq-stdlib coqide-server coqide coq
dune install --prefix="$(pwd)/_install_ci" coq-core rocq-core coqide-server coqide
- name: Run Coq Test Suite
run: |
Expand Down
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ doc/faq/axioms.pdf_t
doc/faq/axioms.png
doc/sphinx/index.rst
doc/sphinx/zebibliography.rst
doc/stdlib/Library.out
doc/stdlib/Library.ps
doc/stdlib/Library.coqdoc.tex
doc/stdlib/FullLibrary.ps
doc/stdlib/FullLibrary.coqdoc.tex
doc/stdlib/html/
doc/stdlib/index-body.html
doc/stdlib/index-list.html
doc/corelib/Library.out
doc/corelib/Library.ps
doc/corelib/Library.coqdoc.tex
doc/corelib/FullLibrary.ps
doc/corelib/FullLibrary.coqdoc.tex
doc/corelib/html/
doc/corelib/index-body.html
doc/corelib/index-list.html
doc/tools/docgram/editedGrammar
doc/tools/docgram/prodnGrammar
doc/tools/docgram/prodnCommands
Expand Down
Loading

0 comments on commit 476460f

Please sign in to comment.