-
Notifications
You must be signed in to change notification settings - Fork 39
Website + CI: add check to verify OCaml references #1525
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: develop
Are you sure you want to change the base?
Conversation
✓ Code Reference Verification PassedAll code references in the documentation have been verified successfully! Total references checked: 1 The documentation is in sync with the codebase on the |
d5fe140
to
b87b14d
Compare
echo "$RUST_FILES" | while IFS= read -r rust_file; do | ||
# Extract OCaml reference comments from the file | ||
awk ' | ||
/^\/\/\/ OCaml reference:/ { |
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.
Parsing:
/// OCaml reference:
/// Commit:
/// Last verified:
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output
|
The script will also fail for now. The update script will be tested in a PR.
69901dd
to
edf3120
Compare
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output
|
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output
|
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output
|
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output
|
03099e4
to
53afdd1
Compare
No description provided.