-
Notifications
You must be signed in to change notification settings - Fork 297
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
Documentation Fields on EntityDef and FieldDef #865
Documentation Fields on EntityDef and FieldDef #865
Conversation
@psibi @MaxGabriel How would y'all feel about getting this merged now, and allowing documentation extensions to come later? We've got an internal library for documenting |
That sounds alright to me. Seems like a natural progression. There should
probably be a comment saying that the parser support isn’t added yet though
…On Tue, Apr 2, 2019 at 12:15 PM Matt Parsons ***@***.***> wrote:
@psibi <https://github.com/psibi> @MaxGabriel
<https://github.com/MaxGabriel> How would y'all feel about getting this
merged now, and allowing documentation extensions to come later? We've got
an internal library for documenting persistent entities in a separate
EDSL, and it would really simplify a lot of that library's logic for the
documentation comments to exist on the EntityDef types themselves.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#865 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNxIePWhAxQsRj6c4YPzObuY5F-eImJks5vc6xLgaJpZM4cTZnI>
.
|
LGTM. Are you planning to work on the parser support also ? |
Yeah, I'm going to implement the parsing side of things. I've got an internal library at work for adding this documentation after-the-fact in Haskell which I'm going to open-source first. |
This PR adds documentation fields to entities, opening the door for the QuasiQuoter to add them in later.
Before submitting your PR, check that you've:
@since
declarations to the HaddockAfter submitting your PR: