-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat: create a script to detect missing functions #846
base: main
Are you sure you want to change the base?
Conversation
👷 Deploy request for surrealdb-docs pending review.Visit the deploys page to approve it
|
This is pretty helpful! Just about done a PR that adds many of them. They are mostly of this type:
The rest of them I added. Shout out to search::analyze() which is exactly the function I wanted! I had no idea it was already there. |
293bf92
to
41c293c
Compare
Yes, small mistakes for math::pow and crypto::blake3. I suppose I need to exclude "not yet implemented functions" but I want that to be easily editable. What do you think of an arg (env variable) directly in the yml file of the GitHub Action @Dhghomon ? The currently remaining functions: |
c7dce08
to
1e78232
Compare
1e78232
to
3d45fca
Compare
Create a script to detect missing functions in the documentation.
Current output:
Note that it can also detect documented functions that no longer exist.
TODO list:
type
function module #834)