-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify structure #2
Open
proux01
wants to merge
181
commits into
master
Choose a base branch
from
clarify-structure
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
43 tasks
proux01
force-pushed
the
clarify-structure
branch
from
September 29, 2024 09:58
5119edd
to
1a7a17b
Compare
proux01
force-pushed
the
clarify-structure
branch
from
September 29, 2024 15:36
1a7a17b
to
5384f0a
Compare
proux01
force-pushed
the
master
branch
2 times, most recently
from
October 2, 2024 11:25
9304194
to
86539ec
Compare
proux01
force-pushed
the
clarify-structure
branch
from
October 2, 2024 11:25
5384f0a
to
8689066
Compare
proux01
force-pushed
the
clarify-structure
branch
from
October 2, 2024 11:33
8689066
to
dd51471
Compare
proux01
force-pushed
the
clarify-structure
branch
2 times, most recently
from
October 5, 2024 13:50
0342674
to
4cad32a
Compare
proux01
force-pushed
the
master
branch
7 times, most recently
from
October 7, 2024 12:40
2b99949
to
721e8e8
Compare
proux01
force-pushed
the
clarify-structure
branch
from
October 7, 2024 12:50
4cad32a
to
c1571b8
Compare
proux01
force-pushed
the
master
branch
3 times, most recently
from
October 8, 2024 13:34
d729338
to
0b34c66
Compare
proux01
force-pushed
the
master
branch
2 times, most recently
from
October 10, 2024 15:16
c674105
to
a3439aa
Compare
proux01
force-pushed
the
clarify-structure
branch
2 times, most recently
from
October 11, 2024 08:55
ea858ad
to
53ff32e
Compare
proux01
force-pushed
the
master
branch
2 times, most recently
from
October 14, 2024 11:53
45b70e5
to
2af713a
Compare
proux01
force-pushed
the
master
branch
6 times, most recently
from
October 29, 2024 14:20
9d4e668
to
44b0c2e
Compare
1 task
proux01
force-pushed
the
master
branch
5 times, most recently
from
November 1, 2024 11:15
e201012
to
c5e90fd
Compare
1 task
proux01
force-pushed
the
master
branch
14 times, most recently
from
December 25, 2024 16:47
5c2138e
to
a6a8aa4
Compare
proux01
force-pushed
the
master
branch
3 times, most recently
from
January 6, 2025 13:23
2e2b54b
to
cc3177c
Compare
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.
This implements, together with coq/coq#19530 , the part of CEP#83 that reached a common agreement during the dedicated Coq call discussions (tl;dr: give stdlib its own repository, clarify its internal dependencies and ensure they are kept with a CI check, "coq" metapackage keeps depending on "coq-stdlib" and no distribution of packages for induvidual subcomponents)
added graph in
doc/stdib/depends.png
, included indoc/stdlib/index.html
stdlib-subcomponents
checking subcomponents dependencies (easy thanks to Nix)