Skip to content

Incorporate v7 standard #956

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

Merged
merged 223 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
223 commits
Select commit Hold shift + click to select a range
b51c0cf
Rough cut at discards, tuples and out variables
MadsTorgersen Nov 2, 2022
0e9bcda
Fix typos
MadsTorgersen Nov 2, 2022
c6a30bc
Fix indentation and whitespace
MadsTorgersen Nov 2, 2022
4bea703
Fix up tuples
MadsTorgersen Nov 2, 2022
c9152a7
Fix section and word converter errors
MadsTorgersen Nov 2, 2022
7908b94
Fix typos and lint errors
MadsTorgersen Nov 2, 2022
97bfb5c
Merge branch 'draft-v7' into Mads-v7-local-declarations-in-expressions
MadsTorgersen Nov 22, 2022
fc50f9c
Crisp up deconstruction
MadsTorgersen Nov 30, 2022
7b553a0
Merge branch 'draft-v7' into Mads-v7-local-declarations-in-expressions
MadsTorgersen Jan 27, 2023
5b1c905
Apply suggestions from code review
MadsTorgersen Jan 27, 2023
05821a9
Add examples and section references, fix issues from review comments
MadsTorgersen Jan 27, 2023
cb6ce12
Merge branch 'Mads-v7-local-declarations-in-expressions' of https://g…
MadsTorgersen Jan 27, 2023
f67f61d
Fix lint issues
MadsTorgersen Jan 27, 2023
7114566
Add examples
MadsTorgersen Jan 28, 2023
4d75674
Update variables.md
MadsTorgersen Jan 28, 2023
2048881
Add examples
MadsTorgersen Jan 31, 2023
7896208
Fix editorial comments
MadsTorgersen Jan 31, 2023
eeec248
Fix declaration spaces and simple name lookup
MadsTorgersen Feb 1, 2023
231a77e
Update basic-concepts.md
MadsTorgersen Feb 1, 2023
25d39d0
Fix local declarations
MadsTorgersen Feb 1, 2023
0fb99c1
Update statements.md
MadsTorgersen Feb 1, 2023
02d7b26
Remove references to pointers within the standard where appropriate. …
jskeet Feb 1, 2023
8226273
Update v7-feature-tracker.md (#679)
RexJaeschke Feb 2, 2023
e41690c
C# 7.x: enhanced generic constraints (#244)
RexJaeschke Feb 3, 2023
bbb0e11
[create-pull-request] automated change (#732)
github-actions[bot] Feb 3, 2023
5e391b9
fix internal references (#731)
BillWagner Feb 6, 2023
7cd8ba4
[create-pull-request] automated change (#733)
github-actions[bot] Feb 6, 2023
cf89ef0
Add a new template specifically for extern aliases, and use it to imp…
jskeet Feb 6, 2023
26d24a3
Fix deconstructing assignment
MadsTorgersen Feb 9, 2023
1107b68
Fix linting issues
MadsTorgersen Feb 9, 2023
d180df7
Fix more linting issues
MadsTorgersen Feb 9, 2023
39a3c1a
Fix issues from comments
MadsTorgersen Feb 10, 2023
02b0dc7
Try to fix linting issue
MadsTorgersen Feb 10, 2023
2b67781
Fix linting issue
MadsTorgersen Feb 10, 2023
0767268
Add multi-file functionality (for a single project) (#735)
jskeet Feb 14, 2023
e5a5719
Add the ability to pass command-line arguments to examples (#736)
jskeet Feb 14, 2023
da9c0a1
Fix md formatting (#740)
RexJaeschke Feb 21, 2023
1302696
Handle async entry points in the example tester (#743)
jskeet Mar 1, 2023
c233614
Clarify method group conversion (#746)
BillWagner Mar 8, 2023
f909971
Add implicit reference conversions as allowed (#747)
BillWagner Mar 8, 2023
835d6aa
[create-pull-request] automated change (#748)
github-actions[bot] Mar 8, 2023
20a790e
Run quest nightly (#749)
BillWagner Mar 9, 2023
1d92422
Fix typo (#753)
Nigel-Ecma Mar 15, 2023
25eac5c
Add issue template (#754)
BillWagner Mar 15, 2023
57d0c14
Fix typos (missing white spaces) (#755)
pkulikov Mar 16, 2023
3231f81
Fix several comments from gafter
MadsTorgersen Mar 20, 2023
eb94c3f
Fix "projection" tuple element names
MadsTorgersen Mar 20, 2023
97379cb
Fix overload resolution with out vars
MadsTorgersen Mar 20, 2023
d48514a
Fix declaration expressions and overload resolution
MadsTorgersen Mar 21, 2023
8737fc4
Root declaration_expression
MadsTorgersen Mar 21, 2023
c6d9e3d
Update Foreword for V7 (#758)
RexJaeschke Mar 22, 2023
5f62fd2
Add tuple equality
MadsTorgersen Mar 22, 2023
218921f
Fixing linter errors
MadsTorgersen Mar 22, 2023
205760f
Add deconstruction expressions
MadsTorgersen Mar 22, 2023
978b3dc
Fix lint errors
MadsTorgersen Mar 22, 2023
c36dc0b
Fix wording
MadsTorgersen Mar 22, 2023
f4cfcc8
Root tuple_expression
MadsTorgersen Mar 22, 2023
1316315
Add definite assignment rules for new expression forms
MadsTorgersen Mar 22, 2023
797c301
Fix lint errors
MadsTorgersen Mar 22, 2023
938205b
wordsmith
MadsTorgersen Mar 22, 2023
8e94899
Unify deconstruction expressions with tuple expresseions
MadsTorgersen Mar 22, 2023
40127a2
Merge branch 'Mads-v7-local-declarations-in-expressions' of https://g…
MadsTorgersen Mar 22, 2023
2dc2f25
Run smarten on all spec files (#760)
BillWagner Mar 23, 2023
dfa2a99
Minor tweaks to #line directive and associated attributes (#759)
RexJaeschke Mar 23, 2023
81dd89e
limit runs to the dotnet org (#761)
BillWagner Mar 28, 2023
4850b6b
Update lexical-structure.md (#762)
johndward01 Apr 4, 2023
d4b9d14
Reverse word order (#763)
BillWagner Apr 4, 2023
b398a8e
Fix long lines in all but one case
jskeet Apr 5, 2023
55fcc8b
C# 7.x: accessing fixed fields without pinning (#239)
RexJaeschke Apr 6, 2023
112bedb
C# 7.x: Support for Pattern-Based `fixed` Statements (#240)
RexJaeschke Apr 6, 2023
f7557e2
Update YML to use newer versions (#767)
BillWagner Apr 6, 2023
3dde016
[create-pull-request] automated change (#766)
github-actions[bot] Apr 6, 2023
097eb72
A Typo fix update in expressions.md file (#765)
ermancetin Apr 6, 2023
b0de44f
Add note about discards as out arguments
MadsTorgersen Apr 6, 2023
5bfcb45
Remove space
MadsTorgersen Apr 6, 2023
8d3820b
Merge pull request #664 from dotnet/Mads-v7-local-declarations-in-exp…
MadsTorgersen Apr 6, 2023
58dccc4
[create-pull-request] automated change (#769)
github-actions[bot] Apr 6, 2023
d1fea04
Update standard-library.md (#770)
Nigel-Ecma Apr 7, 2023
6e3ce85
Add a new chapter to define concepts related to pattern-matching. (#757)
gafter Apr 11, 2023
e34b333
[create-pull-request] automated change (#773)
github-actions[bot] Apr 11, 2023
173192d
Annex B: Fix typos and inaccuracies (#777)
pkulikov Apr 18, 2023
2558bba
Update continuation translation
ericlippert Apr 18, 2023
6c6a22c
[create-pull-request] automated change (#778)
github-actions[bot] Apr 19, 2023
aab94ee
Merge pull request #779 from ericlippert/draft-v7
ericlippert Apr 19, 2023
2e7f0c9
[create-pull-request] automated change (#780)
github-actions[bot] Apr 19, 2023
c0b8c73
show merged PRs (#738)
RexJaeschke Apr 20, 2023
a879909
Update expressions.md (#781)
hyryel Apr 20, 2023
b76afdc
Update v7-feature-tracker.md (#783)
RexJaeschke Apr 24, 2023
afd6283
Back-tick dynamic (#785)
pkulikov May 7, 2023
d3576dd
Update Method Group conversions per feedback (#751)
BillWagner May 9, 2023
a0e28d7
[create-pull-request] automated change (#788)
github-actions[bot] May 9, 2023
d949eec
Constant expressions: mention local constants (#789)
pkulikov May 9, 2023
1b4a259
Annotate New Examples from Recently Closed V7-Feature PRs (#790)
RexJaeschke May 15, 2023
d50198b
support generalized async return types
RexJaeschke Apr 14, 2022
69551ef
support generalized async return types
RexJaeschke Apr 14, 2022
f40ee89
support generalized async return types
RexJaeschke Apr 14, 2022
1e7575b
markdown lint issues
BillWagner Oct 2, 2022
8d6cc87
Update local functions declaration
BillWagner Feb 17, 2023
e19aad2
Add AsyncMethodBuilderAttribute
BillWagner Feb 17, 2023
1b2b2e6
Add example annotation
RexJaeschke Feb 19, 2023
43a8926
Create MyTaskMethodBuilderT.cs
RexJaeschke Feb 19, 2023
3580f0a
Address remaining open issues
BillWagner Feb 27, 2023
0a516de
fix converter issue
BillWagner Feb 27, 2023
29d2c41
Apply suggestions from code review
BillWagner Mar 27, 2023
ff7072c
Update standard/classes.md
BillWagner Mar 27, 2023
b15b47d
replace "builder type" with "task builder type"
BillWagner Mar 27, 2023
6f3eee9
updates based on feedback.
BillWagner Mar 27, 2023
3210629
fix section references.
BillWagner Apr 14, 2023
0b385a7
Update standard/classes.md
BillWagner May 17, 2023
17ba392
Apply suggestions from code review
BillWagner May 17, 2023
3ff0cb7
[create-pull-request] automated change (#792)
github-actions[bot] May 17, 2023
d90f486
Update v7-feature-tracker.md (#794)
RexJaeschke May 19, 2023
1718a86
Merge all features related to C# 7 ref features (#795)
BillWagner Jun 7, 2023
3f96ce5
[create-pull-request] automated change (#807)
github-actions[bot] Jun 7, 2023
2ab0634
Annotate New Examples (#808)
RexJaeschke Jun 9, 2023
9bcb5f4
Correct the link (#810)
pkulikov Jun 19, 2023
172f969
Update expressions.md (#812)
pkulikov Jun 19, 2023
237c4d0
Fix formatting (#814)
pkulikov Jun 19, 2023
6fbbcb9
Correct the used term (#811)
pkulikov Jun 20, 2023
424485f
Add the missing word (#815)
pkulikov Jun 20, 2023
1eca620
Update v7 tracker (#809)
RexJaeschke Jun 20, 2023
5c471a3
Add an example that explains why an anonymous function body may be a …
gafter Jun 20, 2023
0194cc0
Fix of possible mistake in documentation-comments.md (#791)
milantru Jun 20, 2023
173cd81
fix link (#818)
BillWagner Jun 20, 2023
06da94b
Fix local variable usage terms in variables.md (#796)
siriak Jun 20, 2023
fa760a0
correct example and add annotation (#824)
RexJaeschke Jun 27, 2023
6ec863b
Update V8 admin status (#670)
RexJaeschke Jun 27, 2023
4428cd2
Update statements.md
Nigel-Ecma Jun 30, 2023
0df4171
ref readonly is not allowed in local_variable_initializer (#831)
pkulikov Jul 6, 2023
7585c82
Minimal change to allow "in" parameters for operators
jskeet Jul 11, 2023
c188e6e
Fix name of async method builder attribute (#847)
jskeet Jul 12, 2023
872a193
Tweaks around task types
jskeet Jul 12, 2023
62747d6
Minor changes to address issues found in #806 (#816)
jskeet Jul 12, 2023
12f7170
clarify the ref-safe-context for `in` parameters (#819)
BillWagner Jul 12, 2023
853516c
[create-pull-request] automated change (#849)
github-actions[bot] Jul 12, 2023
c7b6ec4
Specify source for `ref` loops (`for` and `foreach`) (#822)
BillWagner Jul 12, 2023
e562295
`in dynamic` parameters with value arguments results in undefined beh…
BillWagner Jul 12, 2023
15fc576
[create-pull-request] automated change (#850)
github-actions[bot] Jul 12, 2023
e18208d
Add new imp-def entry (#863)
RexJaeschke Jul 17, 2023
8c31234
Make preamble text a new General section (#864)
RexJaeschke Jul 17, 2023
40687ed
Fix Note formatting (#862)
RexJaeschke Jul 25, 2023
41aea43
[create-pull-request] automated change (#867)
github-actions[bot] Jul 25, 2023
09cdbf0
Fix malformed link (#866)
pkulikov Jul 25, 2023
b901461
Fix misspelling (#855)
pkulikov Jul 25, 2023
87d585d
Fix Editorial Nits (#834)
RexJaeschke Aug 4, 2023
dfbdfd4
[create-pull-request] automated change (#872)
github-actions[bot] Aug 6, 2023
c81cf36
specify the result of identity conversions for tuples and dynamic (#821)
BillWagner Aug 8, 2023
f88ecc4
[create-pull-request] automated change (#880)
github-actions[bot] Aug 8, 2023
c2a741b
Fix ECMA standard number in readme
jskeet Aug 9, 2023
4532195
correct grammar for param list (#884)
RexJaeschke Aug 10, 2023
37041fd
Specify the mapping between tuple types and ValueTuple normatively.
jskeet Aug 7, 2023
c83c717
Improve wording
jskeet Aug 7, 2023
bd47139
Fix ValueTuple type parameters
jskeet Aug 7, 2023
c322191
Update v8-feature-tracker.md (#874)
RexJaeschke Aug 14, 2023
8149ac0
V7.3 stack allocation hack (#885)
Nigel-Ecma Aug 14, 2023
74aed31
[create-pull-request] automated change (#887)
github-actions[bot] Aug 14, 2023
c48d041
Clarify task types (#875)
jskeet Aug 15, 2023
38ed2e0
Fix the return type of stackalloc (#888)
Nigel-Ecma Aug 15, 2023
b48d9b9
annotate-patterns-examples
RexJaeschke Jul 26, 2023
613b61e
Unify used terms (#848)
pkulikov Aug 16, 2023
dd9f9ac
Fix samples
jskeet Aug 16, 2023
efbfb39
Add semantics for stackalloc used a pointer initializer
Nigel-Ecma Aug 15, 2023
26501ff
Update unsafe-code.md
Nigel-Ecma Aug 15, 2023
b734487
Update unsafe-code.md
Nigel-Ecma Aug 15, 2023
1b2b70b
Fix path matching for example test action
jskeet Aug 16, 2023
877c2ee
Update standard-library.md
Nigel-Ecma Aug 15, 2023
1d4df0d
Update expressions.md
Nigel-Ecma Aug 15, 2023
b50bce6
Update expressions.md
Nigel-Ecma Aug 15, 2023
c2d0350
Update references to type objects
jskeet Aug 17, 2023
5ea676b
Fix lock statement reference
jskeet Aug 17, 2023
fc6b084
Clarify the representation of Boolean value true (#898)
RexJaeschke Aug 17, 2023
2a61cf4
Changes for ref-valued properties, indexers and methods
Nigel-Ecma Jul 6, 2023
c10ea73
[create-pull-request] automated change (#907)
github-actions[bot] Aug 17, 2023
f2dd376
Update restrictions on parameters
jskeet Aug 17, 2023
eaf3116
Add navigational note from ref-safe-context to safe-context
jskeet Aug 17, 2023
d4fa579
Move note higher
jskeet Aug 17, 2023
0ad8948
Add readonly modifier to standard library structs.
jskeet Aug 17, 2023
c076338
Update statements.md
Nigel-Ecma Aug 18, 2023
15ba701
Clarify that only instance fields are relevant for unmanaged types (#…
jskeet Aug 21, 2023
c7c901d
Fix typo - missing parenthesis (#919)
jskeet Sep 4, 2023
25f2f84
Address issue #839
Nigel-Ecma Sep 2, 2023
b3c62e0
Add nullable value type cases to null conditional member & element ac…
Nigel-Ecma Feb 20, 2023
f0f87ab
[Markdown lint] Remove extra blank line
Nigel-Ecma Feb 20, 2023
27f8b6a
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
8b5d773
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
00b6451
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
39555f0
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
2e3ec41
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
6f875d8
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
39d770c
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
1981023
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
18f1702
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
dc4f854
Update standard/expressions.md
Nigel-Ecma Sep 6, 2023
d6ae7fb
Clarify the way in which task types are unspecified
jskeet Sep 6, 2023
4b14d07
Update documentation-comments.md
Amolankit Sep 6, 2023
d538391
#36737 Update documentation-comments.md
Amolankit Sep 6, 2023
40a4319
Fix misdescribed example of input argument (#925)
jskeet Sep 8, 2023
b12a529
Tighten up language around local function declarations
jskeet Sep 8, 2023
004c458
Update declaration-scope defn
Nigel-Ecma Sep 6, 2023
eabac1b
Small word changes
Nigel-Ecma Sep 7, 2023
cc2d6ad
Prohibit access to "this" in local functions in structs
jskeet Sep 13, 2023
1d44af8
Add rule for goto
jskeet Sep 13, 2023
72f8d32
Edits suggested for patterns (#934)
BillWagner Sep 20, 2023
39fa9d6
[create-pull-request] automated change (#944)
github-actions[bot] Sep 20, 2023
16a5c62
Handle pattern variables in declaration spaces (#942)
MadsTorgersen Sep 20, 2023
4b64b5d
allow `unsafe` and `ref` in grammar
BillWagner Sep 20, 2023
23975a0
Add `in` to modifiers in unsafe code
BillWagner Sep 20, 2023
88f9f1a
Specify temporary for `this` as an input parameter
BillWagner Sep 12, 2023
00bf321
Specify defensive copy for other readonly variables
BillWagner Sep 12, 2023
7c7673c
fix formatting of nested list.
BillWagner Sep 14, 2023
b4266ba
Update expressions.md
BillWagner Sep 19, 2023
2f26a52
[create-pull-request] automated change (#946)
github-actions[bot] Sep 20, 2023
2d86b34
Revision of §13.6.2 *Local variable declarations* to fix errors and t…
Nigel-Ecma Sep 18, 2023
3cc2c00
Oops, grammar rule *local_variable_type* removed by this edit is used…
Nigel-Ecma Sep 18, 2023
0ccbed0
Fix link typos
Nigel-Ecma Sep 18, 2023
a60d9b0
This commit embeds the reworked §13.6.2 into the rest of the text by …
Nigel-Ecma Sep 20, 2023
c944138
Update standard/statements.md
Nigel-Ecma Sep 20, 2023
790cec2
[create-pull-request] automated change (#947)
github-actions[bot] Sep 20, 2023
a257ca7
Word converter updates
jskeet Sep 21, 2023
c3028bc
Explicitly set the console output encoding in GetGrammar
jskeet Sep 21, 2023
e4196e8
Fix Word converter warnings
jskeet Sep 21, 2023
c4d554a
Finalize V7 Feature Status Tracker (#955)
RexJaeschke Sep 22, 2023
0acee09
Merge branch 'standard-v7' into incorporate-v7-standard
BillWagner Sep 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Report an issue with the C# standard
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is. Does the standard disallow code that should be valid? Does the standard allow code that should produce a compiler error? Does the language in the standard leave an ambiguity where the behavior should be mandated?

Include a reference to the clause in the standard containing the violation.

Include the version of C# where you encounter this error. The committee is working on the updated standard for C# 7.3. We have lists for features that will be added in later versions. Bugs that describe changes to behavior that existed in 7.3 are useful. Adding issues for features that aren't covered are less helpful.

**Example**
Provide an example that shows the problem in the standard. A small code snippet that should be allowed or disallowed, or code that behaves differently than the standard.

```csharp
// Add code here
```

**Expected behavior**
What should the standard declare differently?

**Additional context**
Add any other context about the problem here. If you have links to a reference implementation, or feature specification, or issues recorded in an implementation, those details would be very helpful.
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/grammar-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Install build grammar global tool
- name: Install BuildGrammar tool
run: |
dotnet tool install --version 1.0.0-alpha.1 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar
dotnet tool install --version 1.0.0-alpha.2 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar


- name: run validate
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- draft-v6
- draft-v7
- draft-v8
paths:
- "standard/*.md"
- ".markdownlint.json"
Expand All @@ -27,11 +28,11 @@ jobs:
statuses: write

steps:
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- name: Use Node.js
uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d #@v1
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
with:
node-version: 14.x
node-version: 16.x
- name: Run Markdownlint
run: |
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
Expand Down
36 changes: 36 additions & 0 deletions .github/workflows/quest-bulk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: "bulk quest import"
on:
schedule:
- cron: '0 10 * * *' # UTC time, that's 5:00 am EST, 2:00 am PST.
workflow_dispatch:
inputs:
reason:
description: "The reason for running the bulk import workflow"
required: true
default: "Initial import into Quest (Azure DevOps)"

jobs:
bulk-import:
runs-on: ubuntu-latest
permissions:
issues: write
if: ${{ github.repository_owner == 'dotnet' }}

steps:
- name: "Print manual bulk import run reason"
if: ${{ github.event_name == 'workflow_dispatch' }}
run: |
echo "Reason: ${{ github.event.inputs.reason }}"

- name: bulk-sequester
id: bulk-sequester
uses: dotnet/docs-tools/actions/sequester@main
env:
ImportOptions__ApiKeys__GitHubToken: ${{ secrets.GITHUB_TOKEN }}
ImportOptions__ApiKeys__OSPOKey: ${{ secrets.OSPO_KEY }}
ImportOptions__ApiKeys__QuestKey: ${{ secrets.QUEST_KEY }}
with:
org: ${{ github.repository_owner }}
repo: ${{ github.repository }}
issue: '-1'
branch: ${{ github.ref_name }}
8 changes: 0 additions & 8 deletions .github/workflows/quest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: "quest import"
on:
issues:
types:
[ labeled, closed, reopened, assigned, unassigned ]
pull_request:
types:
[ labeled, closed, assigned, unassigned ]
workflow_dispatch:
inputs:
reason:
Expand All @@ -26,7 +20,6 @@ jobs:
contains(github.event.issue.labels.*.name, 'seQUESTered')
runs-on: ubuntu-latest
permissions:
contents: write
issues: write

steps:
Expand Down Expand Up @@ -65,4 +58,3 @@ jobs:
repo: ${{ github.repository }}
issue: ${{ github.event.issue.number }}
branch: ${{ github.ref_name }}

2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '/standard/*.md'
- "standard/*.md"
workflow_dispatch:
inputs:
reason:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project has adopted the code of conduct defined by the Contributor Covenant

### C# 7.0 draft

The branch `draft-v7` has the draft text for C# 7.0. It has not been submitted as a formal standard to ECMA. This version is a working draft that contains the features for C# 7.0.
The branch `standard-v7` has the text for C# 7.0. It has been submitted as a formal standard to ECMA.

### C# 6.0 standard

Expand Down Expand Up @@ -43,7 +43,7 @@ For now, it contains separate logs for the work going on to add V6 (and then V7)

## Tools folder

This folder contains tools related to maintaining and converting the ECMA C# spec (ECMA-354).
This folder contains tools related to maintaining and converting the ECMA C# spec (ECMA-334).

### GetGrammar

Expand Down Expand Up @@ -77,4 +77,4 @@ This project is supported by the [.NET Foundation](https://dotnetfoundation.org)

## Table of contents - C# standard

The [README.md](standard/README.md) file in the `standard` folder contains a detailed table of contents for the C# standard.
The [README.md](standard/README.md) file in the `standard` folder contains a detailed table of contents for the C# standard.
Loading