-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Scaladoc: Add scaladoc binary test #12789
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ trait Quotes2[A] { | |
/** | ||
* SNIPPET(OUTERLINEOFFSET:13,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:6,INNERCOLUMNOFFSET:6) | ||
* ERROR(LINE:13,COLUMN:12) | ||
* ```scala sc:compile | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we need to change that script to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's because the snippets that I've fixed, had wrong flags and were throwing errors on documentation generation. It caused the process to exit with failure and break the script execution |
||
* ```scala sc:fail | ||
* 2 + List() | ||
* ``` | ||
* | ||
|
@@ -21,7 +21,7 @@ trait Quotes2[A] { | |
/** | ||
* SNIPPET(OUTERLINEOFFSET:25,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:7,INNERCOLUMNOFFSET:6) | ||
* ERROR(LINE:25,COLUMN:12) | ||
* ```scala sc:compile | ||
* ```scala sc:fail | ||
* 2 + List() | ||
* ``` | ||
* | ||
|
@@ -35,7 +35,7 @@ trait Quotes2[A] { | |
/** | ||
* SNIPPET(OUTERLINEOFFSET:39,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:5,INNERCOLUMNOFFSET:6) | ||
* ERROR(LINE:39,COLUMN:12) | ||
* ```scala sc:compile | ||
* ```scala sc:fail | ||
* 2 + List() | ||
* ``` | ||
* | ||
|
@@ -47,7 +47,7 @@ trait Quotes2[A] { | |
/** | ||
* SNIPPET(OUTERLINEOFFSET:51,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:6,INNERCOLUMNOFFSET:6) | ||
* ERROR(LINE:51,COLUMN:12) | ||
* ```scala sc:compile | ||
* ```scala sc:fail | ||
* 2 + List() | ||
* ``` | ||
* | ||
|
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.
This line is no longer needed.