-
Notifications
You must be signed in to change notification settings - Fork 68
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
overflow -check crashes when no files are provided #661
Comments
I usually run:
which is the same script the CI process uses. You can also check a specific file with:
|
This doesn't seem to work for me. I deliberately set up a case that should fail: diff --git a/adoc/chapters/architecture.adoc b/adoc/chapters/architecture.adoc
index ff3e8d3..85aa530 100644
--- a/adoc/chapters/architecture.adoc
+++ b/adoc/chapters/architecture.adoc
@@ -1895,8 +1895,7 @@ implicitly device copyable.
Although implementations are not required to support device code that calls
library functions from the {cpp} core language, some implementations may provide
-device support for some of these functions.
-If the implementation provides device support for one of the following classes,
+device support for some of these functions. If the implementation provides device support for one of the following classes,
that type is also implicitly device copyable:
* [code]#std::array<T, 0>#; Running the check doesn't seem to do anything (but I might be using it incorrectly):
|
Sorry, I didn't give you the right
You can then check to see what changed via |
To reproduce:
Based on the comments in
reflow.py
I assumespec_reflow_path
is supposed to be set toadoc/chapters/
, but I'm not sure. SYCL-Docs also has anadoc/extensions
that should be checked.The text was updated successfully, but these errors were encountered: