Skip to content

Commit 5d14b8b

Browse files
author
Dart CI
committed
---
yaml --- r: 361592 b: refs/tags/2.17.0-160.0.dev c: d181056 h: refs/heads/main
1 parent 63e77f7 commit 5d14b8b

File tree

44,188 files changed

+6552956
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44,188 files changed

+6552956
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,3 +2897,4 @@ refs/tags/2.17.0-156.0.dev: 6e31be104f305a8bf14b81c075a4d166af477f49
28972897
refs/tags/2.17.0-157.0.dev: 57eb4fc8d67e68dfc849382116fbbb2779cfd0ba
28982898
refs/tags/2.17.0-158.0.dev: 6f8d583394b54082ff8ad68b9dd35e9e985b15ab
28992899
refs/tags/2.17.0-159.0.dev: 24cef12c30d206ded619296f79cadf96e0cc5e9e
2900+
refs/tags/2.17.0-160.0.dev: d18105689c88417f73f0e3f2ecb0c8e99710ad9f

tags/2.17.0-160.0.dev/.clang-format

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Defines the Chromium style for automatic reformatting.
2+
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3+
BasedOnStyle: Chromium
4+
5+
# clang-format doesn't seem to do a good job of this for longer comments.
6+
ReflowComments: 'false'
7+
8+
# We have lots of these. Though we need to put them all in curly braces,
9+
# clang-format can't do that.
10+
AllowShortIfStatementsOnASingleLine: 'true'
11+
12+
# Put escaped newlines into the rightmost column.
13+
AlignEscapedNewlinesLeft: false
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Generated file
2+
per-file package_config.json=*

tags/2.17.0-160.0.dev/.gitattributes

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Source files should not be normalized to avoid confusing clang-format-diff.py
2+
*.c text eol=lf
3+
*.cc text eol=lf
4+
*.cpp text eol=lf
5+
*.h text eol=lf
6+
*.dart text eol=lf
7+
8+
# Explicitly declare text files we want to be normalized.
9+
*.gyp text
10+
*.gypi text
11+
*.mk text
12+
*.Makefile text
13+
*.md text
14+
*.yaml text
15+
16+
# File that should not be converted.
17+
tests/web/eof_line_ending_test.dart -text
18+
tests/web/string_interpolation_test.dart -text
19+
tests/web/string_interpolation_dynamic_test.dart -text
20+
tests/web/literal_string_juxtaposition_test.dart -text
21+
tests/web_2/eof_line_ending_test.dart -text
22+
tests/web_2/string_interpolation_test.dart -text
23+
tests/web_2/string_interpolation_dynamic_test.dart -text
24+
tests/web_2/literal_string_juxtaposition_test.dart -text
25+
tests/language/string/raw_string_test.dart -text
26+
tests/language/string/multiline_strings_test.dart -text
27+
tests/language/string/multiline_newline_cr.dart -text
28+
tests/language/string/multiline_newline_crlf.dart -text
29+
tests/language/string/multiline_newline_lf.dart -text
30+
tests/language_2/string/raw_string_test.dart -text
31+
tests/language_2/string/multiline_strings_test.dart -text
32+
tests/language_2/string/multiline_newline_cr.dart -text
33+
tests/language_2/string/multiline_newline_crlf.dart -text
34+
tests/language_2/string/multiline_newline_lf.dart -text
35+
tests/lib_2/convert/json_pretty_test.dart -text
36+
tests/lib_2/mirrors/method_mirror_source_line_ending_cr.dart -text
37+
tests/lib_2/mirrors/method_mirror_source_line_ending_crlf.dart -text
38+
tests/lib_2/mirrors/method_mirror_source_line_ending_lf.dart -text
39+
tests/lib_2/mirrors/method_mirror_source_line_ending_test.dart -text
40+
tests/lib_2/mirrors/method_mirror_source_other.dart -text
41+
tests/lib_2/mirrors/method_mirror_source_test.dart -text
42+
tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
43+
tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
44+
tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text
45+
tests/lib/mirrors/method_mirror_source_line_ending_test.dart -text
46+
tests/lib/mirrors/method_mirror_source_other.dart -text
47+
tests/lib/mirrors/method_mirror_source_test.dart -text
48+
49+
# Files to leave alone and not diff.
50+
*.png binary
51+
*.jpg binary
52+
*.xpi binary
53+
54+
*.status diff=status

tags/2.17.0-160.0.dev/.gitconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Add this to your Git config to set the section header as function context for status files.
2+
# git config --add --local include.path ../.gitconfig
3+
[diff "status"]
4+
xfuncname = "^\\[.*\\]$"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Thank you for taking the time to file an issue!
2+
3+
This tracker is for issues related to:
4+
5+
* Analyzer
6+
* Common Front End (CFE) and kernel
7+
* Dart core libraries ("dart:async", "dart:io", etc.)
8+
* Dart VM
9+
* dart2js
10+
* dev_compiler
11+
12+
Some other pieces of the Dart ecosystem are maintained elsewhere. Please
13+
file issues in their repository:
14+
15+
* Dart language: https://github.com/dart-lang/language
16+
* Dart website: https://github.com/dart-lang/site-www
17+
* Flutter: https://github.com/flutter/flutter
18+
* Linter: https://github.com/dart-lang/linter
19+
* dart format: https://github.com/dart-lang/dart_style
20+
21+
If you aren't sure, file the issue here and we'll find the right home for it.
22+
In your issue, please include:
23+
24+
* Dart SDK Version (`dart --version`)
25+
* Whether you are using Windows, MacOSX, or Linux (if applicable)
26+
* Whether you are using Chrome, Safari, Firefox, Edge (if applicable)
27+
28+
Missing some or all of the above might make the issue take longer or be
29+
impossible to act on.
30+
31+
If you simply have a question, consider starting with Stack Overflow:
32+
33+
https://stackoverflow.com/questions/tagged/dart
34+
35+
For a real-time response, consider our Gitter channel:
36+
37+
https://gitter.im/dart-lang/sdk

tags/2.17.0-160.0.dev/.github/OWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
file:/tools/OWNERS_PRODUCT
2+
file:/tools/OWNERS_INFRA
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Configuration for move-issues - https://github.com/dessant/move-issues
2+
3+
# Delete the command comment when it contains no other content
4+
deleteCommand: true
5+
6+
# Close the source issue after moving
7+
closeSourceIssue: true
8+
9+
# Lock the source issue after moving
10+
lockSourceIssue: false
11+
12+
# Mention issue and comment authors
13+
mentionAuthors: true
14+
15+
# Preserve mentions in the issue content
16+
keepContentMentions: true
17+
18+
# Set custom aliases for targets
19+
aliases:
20+
flutter: flutter/flutter
21+
flutter-intellij: flutter/flutter-intellij
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an issue is closed for lack of response.
4+
daysUntilClose: 21
5+
6+
# Label requiring a response.
7+
responseRequiredLabel: "needs-info"
8+
9+
# Comment to post when closing an Issue for lack of response.
10+
closeComment: >-
11+
Without additional information, we are unfortunately not sure how to
12+
resolve this issue. We are therefore reluctantly going to close this
13+
bug for now. Please don't hesitate to comment on the bug if you have
14+
any more information for us; we will reopen it right away!
15+
16+
Thanks for your contribution.

tags/2.17.0-160.0.dev/.gitignore

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Build artifacts and dependencies.
2+
/.children
3+
/.project
4+
/Makefile
5+
/base
6+
/benchmarks-internal
7+
/buildtools
8+
/ipch
9+
/out
10+
/xcodebuild
11+
/.flaky.log
12+
/.debug.log
13+
*.Makefile
14+
*.opensdf
15+
*.sdf
16+
*.sln
17+
*.suo
18+
*.target.mk
19+
*.host.mk
20+
*.vcproj
21+
*.vcxproj
22+
*.vcxproj.filters
23+
/*.vcxproj.user
24+
*.stamp
25+
26+
# Gyp generated files
27+
*.xcodeproj
28+
*.intermediate
29+
30+
# Eclipse config files - also in all subdirectories.
31+
.children
32+
.project
33+
.settings
34+
35+
# IntelliJ project files
36+
*.iml
37+
.idea
38+
CMakeLists.txt
39+
.clang_complete
40+
cmake-build-debug
41+
42+
# VS project files
43+
.vs
44+
45+
# VSCode project files
46+
.vscode
47+
.history
48+
49+
# https://github.com/Dart-Code/Dart-Code/issues/1295
50+
/analysis_options.yaml
51+
52+
# analysis server files
53+
compile_commands.json
54+
55+
# GDB files
56+
.gdb_history
57+
58+
# Clangd files
59+
.cache/clangd
60+
.clangd
61+
62+
# Built by chromebot and downloaded from Google Storage
63+
client/tests/drt
64+
65+
# Compiled python binaries
66+
*.pyc
67+
68+
# pydev project file.
69+
.pydevproject
70+
71+
# From the Mac OS X Finder
72+
.DS_Store
73+
74+
# Pub generated "packages" directories and files
75+
packages
76+
pubspec.lock
77+
78+
# The top level package files (these are auto-generated per checkout)
79+
/.dart_tool/package_config.json
80+
/.packages
81+
82+
# Local pub storage
83+
.pub
84+
85+
# Vim temporary swap files.
86+
*.swp
87+
88+
# Kate temporary files.
89+
*~
90+
*.kate-swp
91+
92+
# Merge files.
93+
*.orig
94+
*.rej
95+
96+
# Generated files.
97+
tools/dartium/out
98+
tools/out
99+
tools/xcodebuild
100+
.test-outcome.log
101+
/outline.dill
102+
/generated/
103+
/crash_logs/
104+
/build/config/gclient_args.gni
105+
/pkg/front_end/testcases/old_dills/
106+
/logs.json
107+
/results.json
108+
/async_lazy_debug.so
109+
/dwarf.so
110+
/dwarf_obfuscate.so
111+
/il_tmp.txt
112+

tags/2.17.0-160.0.dev/.gn

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright 2016 The Dart project authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
5+
# This file is used by the gn meta-buildsystem find the root of the source tree
6+
# and to set startup options.
7+
8+
# The location of the build configuration file.
9+
buildconfig = "//build/config/BUILDCONFIG.gn"
10+
11+
# The secondary source root is a parallel directory tree where
12+
# GN build files are placed when they can not be placed directly
13+
# in the source tree, e.g. for third party source trees.
14+
secondary_source = "//build/secondary/"
15+
16+
# Override the default script executable to always be python3.
17+
script_executable = "python3"

0 commit comments

Comments
 (0)