-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update sync-stdlib-doc.ab to v0.4.0 #77
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c7571c6
to
1d343a3
Compare
A ping for the author of this script. @Mte90 |
1d343a3
to
758c8e8
Compare
trust $amber --docs "{std_path}{v}" "./docs/stdlib/doc/"$ | ||
echo "\n" | ||
} | ||
for v in stdlib { |
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.
we need to check if it is a ".ab" file
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.
Is it still required even though you're considering the line 9 uses a glob pattern ends with *.ab
?
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.
Oh, I've seen I made a mistake on the glob pattern. Let me try to fix it.
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.
I've edited the glob pattern and replace with $ shopt -s globstar $
and $ ls …/**/*.ab $
No description provided.