-
Notifications
You must be signed in to change notification settings - Fork 733
renamed ForkPolicy configuration option as ResponderCoreAffinityPolicy #6192
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
base: master
Are you sure you want to change the base?
Conversation
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
-- * `ResponderForkPolicy` corresponds to `Ouroboros.Network.Mux.responderForkPolicy` | ||
-- | We expose the `Mux.ForkPolicy` as a `NodeConfiguration` field. | ||
-- | ||
-- * `NoResponderCoreAffinity` corresponds to `Mux.noBindForkPolicy` |
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.
What do these mean however? Can you link to documentation?
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.
It ought to be linked through haddocks, but there's something wrong with your haddocks pipeline: https://cardano-node.cardano.intersectmbo.org/cardano-node/Cardano-Node-Configuration-POM.html
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.
It will work if:
- in this PR we use full module names rather than qualification (which likely is is a bug in haddock)
- use a newer version of
cabal
(I tested it withcabal-0.14.2.0
) (one needs to get rid of the--local
switch which was removed fromcabal project-haddock
command). Thenix develop
exposescabal-install-3.10.3.0
. - in your
github-page
action you might need to use a customcabal.project.local
file which enables documentation for dependencies. Locally I have:
documentation: False
package ouroboros-network-framework
documentation: True
and it worked, but it's probably enough to change documentation: True
and not include the per-package specific option (which would be annoying if one needed to do that for all dependencies); or maybe a custom cabal.project.local
file is not needed at all.
937dd88
to
7411412
Compare
7411412
to
6ebb8d0
Compare
No description provided.