-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Implement forc doc
#2869
Implement forc doc
#2869
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.
Great work @eureka-cpu ! The code looks super clean and readable. Happy for this to land as is and follow-up PR's be made iteratively to finish off the missing functionality.
Agh, looks like there was a version bump while I was reviewing this. I might take the liberty of pushing the dep updates for this PR so we can get CI working again since I believe you're on holidays now. |
forc-plugins/forc-doc/Cargo.toml
Outdated
@@ -0,0 +1,20 @@ | |||
[package] | |||
name = "forc-doc" | |||
version = "0.1.0" |
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.
Should this be 0.28.1
?
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.
Yes, yes it should :) Good catch
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.
Amazing work @eureka-cpu. Super excited for this.
Thanks for handling that for me @JoshuaBatty ! |
Opening up for visibility, still reading throughcargo doc
and previous comments related to thisCloses #161
enum variant
attributes toTyProgram
#3027const
attributes toTyProgram
#3033trait
attributes toTyProgram
#3036abi
attributes toTyProgram
#3038span
field toconst
forforc doc
#3088span
field totrait
forforc doc
#3090