-
Notifications
You must be signed in to change notification settings - Fork 87
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
4185 remove consensus docs #4374
Conversation
7772875
to
1bde776
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -31,6 +31,7 @@ packages: ./cardano-ping | |||
./ouroboros-network-protocols | |||
./ouroboros-network-testing | |||
./ouroboros-consensus | |||
./ouroboros-consensus-tutorials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tutorials were already included in ouroboros-consensus:tutorials
, which now fails to build -- we should probably remove the sublib from ouroboros-consensus
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups, indeed.
1bde776
to
0fe4983
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Last thing we should check before merging is whether we need to update the release process, since we have added a new consensus package. Do we want to publish it or should it stay local?
Good point. I'd say for now it should stay local. I think the tutorials should be part of the |
I think https://github.com/input-output-hk/ouroboros-network/blob/master/Consensus-CHANGELOG.md could be a good place to mention it |
Hmm, the thing is that we do not mention which package belong to which bundle in that file. |
bors r+ |
4374: 4185 remove consensus docs r=dnadales a=dnadales The documentation for Consensus will be now hosted at https://github.com/input-output-hk/ouroboros-consensus/ This is the first step towards migrating the Consensus implementation to this repository. Part of #4145, and complemented by IntersectMBO/ouroboros-consensus#8. Co-authored-by: Damian Nadales <damian.only@gmail.com>
Build failed: |
0fe4983
to
ac60bf2
Compare
bors r+ |
4374: 4185 remove consensus docs r=dnadales a=dnadales The documentation for Consensus will be now hosted at https://github.com/input-output-hk/ouroboros-consensus/ This is the first step towards migrating the Consensus implementation to this repository. Part of #4145, and complemented by IntersectMBO/ouroboros-consensus#8. Co-authored-by: Damian Nadales <damian.only@gmail.com>
Build failed: |
Since directory `ouroboros-consensus/docs` will be removed later on, the tutorials are now placed on a separated directory.
These files have been moved to the `ouroboros-consensus` repository. See https://github.com/input-output-hk/ouroboros-consensus/
ac60bf2
to
e37fbed
Compare
bors r+ |
The documentation for Consensus will be now hosted at https://github.com/input-output-hk/ouroboros-consensus/ This is the first step towards migrating the Consensus implementation to this repository.
Part of #4145, and complemented by IntersectMBO/ouroboros-consensus#8.
Checklist
changelog.d
directory created usingscriv
. If in doubt, see the Consensus release process.interface-CHANGELOG.md