Skip to content

Commit 7df1bd2

Browse files
srawlinsCommit Queue
authored andcommitted
Add empty analyzer_testing package
Work towards #55660 Change-Id: Ia4f8186c328c9929869d1305ee0fe606d9dfa0e5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425320 Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 14c8202 commit 7df1bd2

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

pkg/analyzer_testing/LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright 2012, the Dart project authors.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are
5+
met:
6+
* Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
* Redistributions in binary form must reproduce the above
9+
copyright notice, this list of conditions and the following
10+
disclaimer in the documentation and/or other materials provided
11+
with the distribution.
12+
* Neither the name of Google LLC nor the names of its
13+
contributors may be used to endorse or promote products derived
14+
from this software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

pkg/analyzer_testing/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
This package provides testing utilities related to the [analyzer][] and
2+
[analysis_server_plugin][] packages.
3+
4+
## Support
5+
6+
Post issues and feature requests at https://github.com/dart-lang/sdk/issues.
7+
These will be triaged according to the [analyzer triage priorities][triage].
8+
9+
Questions and discussions are welcome at the
10+
[#hackers-analyzer Discord channel][discord channel].
11+
12+
## License
13+
14+
See the [LICENSE] file.
15+
16+
[analyzer]: https://pub.dev/packages/analyzer
17+
[analysis_server_plugin: https://pub.dev/packages/analysis_server_plugin
18+
[discored channel]: https://discord.com/channels/608014603317936148/1171510601655275612
19+
[LICENSE]: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/LICENSE
20+
[triage]: https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/TRIAGE.md
21+

pkg/analyzer_testing/pubspec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: analyzer_testing
2+
3+
environment:
4+
sdk: ^3.7.0
5+
6+
resolution: workspace

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ workspace:
2121
- pkg/analyzer
2222
- pkg/analyzer_cli
2323
- pkg/analyzer_plugin
24+
- pkg/analyzer_testing
2425
- pkg/analyzer_utilities
2526
- pkg/async_helper
2627
- pkg/bisect_dart

0 commit comments

Comments
 (0)