Skip to content

Commit d413164

Browse files
rakudramaCommit Bot
authored andcommitted
---
yaml --- r: 361535 b: refs/heads/mit-mit-patch-3 c: d6e78f2 h: refs/heads/main i: 361533: 630ae3f 361531: 71aaac9 361527: dcc9a58 361519: 2b7bc0f 361503: 7f35fdb 361471: 8e858a6
1 parent 77715ef commit d413164

File tree

46,705 files changed

+6715152
-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.

46,705 files changed

+6715152
-0
lines changed

[refs]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,3 +2842,4 @@ refs/heads/Show-issue-template: b53d5db7145036ec770de8b356d93228b592ccd7
28422842
"refs/heads/dart2js_json": 7a4771a7a1372b0511fe252af81f64e2ee4c37ab
28432843
refs/heads/handle-null-safety: 33d38366f01f44b32f99c40d4ab664c557dee593
28442844
refs/heads/mit-mit-patch-2: d73bb029df6850941dd8c7fb3968835df8b0f39f
2845+
refs/heads/mit-mit-patch-3: d6e78f27afa271c6628d5dafe6894f33fb41600b
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=*
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
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
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Request a cherry-pick.
2+
description: You would like to request that a feature be cherry-picked into a release.
3+
title: '[CP] <title>'
4+
labels: ['cherry-pick-review']
5+
assignees:
6+
- mit-mit
7+
- whesse
8+
- athomas
9+
- vsmenon
10+
- itsjustkevin
11+
body:
12+
- type: input
13+
id: commit_hash
14+
attributes:
15+
label: Commit(s) to merge
16+
description: What are the shortened commit hash(es) that have been merged to main?
17+
validations:
18+
required: true
19+
- type: input
20+
id: target
21+
attributes:
22+
label: Target
23+
description: Should this be cherry-picked to beta, stable or both??
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: issue_description
28+
attributes:
29+
label: Issue Description
30+
description: Brief description of the issue. What is the issue? What platforms are the problems occuring on?
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: fix
35+
attributes:
36+
label: What is the fix
37+
description: Brief description of the fix.
38+
validations:
39+
required: true
40+
- type: textarea
41+
id: why
42+
attributes:
43+
label: Why cherry-pick
44+
description: Describe the reasons, impacted users and functional issues to explain why this should be cherry-picked.
45+
validations:
46+
required: true
47+
- type: dropdown
48+
id: risk
49+
attributes:
50+
label: Risk
51+
description: What is the risk level of this cherry-pick?
52+
options:
53+
- low
54+
- medium
55+
- high
56+
validations:
57+
required: true
58+
- type: input
59+
id: original_issue
60+
attributes:
61+
label: Issue link(s)
62+
description: Add links to the original issues fixed by this cp
63+
validations:
64+
required: true
65+
- type: textarea
66+
id: extra_info
67+
attributes:
68+
label: Extra Info
69+
description: Is there anything else we need to know about this cherry-pick?
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: Scorecards supply-chain security
2+
on:
3+
# Only the default branch is supported.
4+
branch_protection_rule:
5+
schedule:
6+
# “At 00:00 (UTC) daily.”
7+
- cron: '0 0 * * *'
8+
9+
# Declare default permissions as read only.
10+
permissions: read-all
11+
12+
jobs:
13+
analysis:
14+
name: Scorecards analysis
15+
runs-on: ubuntu-latest
16+
permissions:
17+
# Needed to upload the results to code-scanning dashboard.
18+
security-events: write
19+
actions: read
20+
contents: read
21+
22+
steps:
23+
- name: "Checkout code"
24+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
25+
with:
26+
persist-credentials: false
27+
28+
- name: "Run analysis"
29+
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e
30+
with:
31+
results_file: results.sarif
32+
results_format: sarif
33+
# Read-only PAT token. To create it,
34+
# follow the steps in https://github.com/ossf/scorecard-action#pat-token-creation.
35+
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
36+
# Publish the results to enable scorecard badges. For more details, see
37+
# https://github.com/ossf/scorecard-action#publishing-results.
38+
# For private repositories, `publish_results` will automatically be set to `false`,
39+
# regardless of the value entered here.
40+
publish_results: true
41+
42+
# Upload the results as artifacts (optional).
43+
- name: "Upload artifact"
44+
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
45+
with:
46+
name: SARIF file
47+
path: results.sarif
48+
retention-days: 5
49+
50+
# Upload the results to GitHub's code scanning dashboard.
51+
- name: "Upload to code-scanning"
52+
uses: github/codeql-action/upload-sarif@27ea8f8fe5977c00f5b37e076ab846c5bd783b96
53+
with:
54+
sarif_file: results.sarif

0 commit comments

Comments
 (0)