vein-lang / vein

🔮⚡️Vein is an open source high-level strictly-typed programming language with a standalone OS, arm and quantum computing support.
https://vein-lang.org
Other
52 stars 6 forks source link

Update expect.txt #46

Closed 0xF6 closed 3 years ago

code-maid commented 3 years ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

0xF6 commented 3 years ago

I have read the CLA Document and I hereby sign the CLA

github-actions[bot] commented 3 years ago

Misspellings found, please review:

To accept these changes, run the following commands from this repository on this branch ``` pushd $(git rev-parse --show-toplevel) perl -e ' my $new_expect_file=".github/actions/spelling/expect.txt"; use File::Path qw(make_path); make_path ".github/actions/spelling"; open FILE, q{<}, $new_expect_file; chomp(my @words = ); close FILE; my @add=qw('"Djelnar "'); my %items; @items{@words} = @words x (1); @items{@add} = @add x (1); @words = sort {lc($a) cmp lc($b)} keys %items; open FILE, q{>}, $new_expect_file; for my $word (@words) { print FILE "$word\n" if $word =~ /\w/; }; close FILE;' popd ```
code-maid commented 3 years ago

Here are some friendly prose warnings from write-good:

In ./metadata/docs/!SUMMARY.md
=============
Multiple operation.
^^^^^^^^
"Multiple" is wordy or unneeded on line 35 at column 0

In ./.github/CLA.md
=============
following terms apply to all of your past, present and future Contributions. Exc
                         ^^^^^^
"all of" is wordy or unneeded on line 6 at column 44
-------------
d in this Agreement, you retain all of your right, title and interest in and to 
                         ^^^^^^
"retain" is wordy or unneeded on line 6 at column 151
-------------
is Agreement, you retain all of your right, title and interest in and to your Co
                         ^^^^^^
"all of" is wordy or unneeded on line 6 at column 158
-------------
foregoing rights through multiple tiers of sublicensees.
                         ^^^^^^^^
"multiple" is wordy or unneeded on line 9 at column 375
-------------
ade, use, offer to sell, sell,
                         ^^^^^
"sell," is repeated on line 13 at column 105
-------------
ere such license applies only to those patent claims
                         ^^^^
"only" can weaken meaning on line 14 at column 78
-------------
which such Contributions were submitted, with the right to sublicense the
                         ^^^^^^^^^^^^^^
"were submitted" may be passive voice on line 16 at column 59
-------------
foregoing rights through multiple tiers of sublicensees.
                         ^^^^^^^^
"multiple" is wordy or unneeded on line 17 at column 25
-------------
assert, all of your “moral rights” in or relating to your Contributions for the 
        ^^^^^^
"all of" is wordy or unneeded on line 21 at column 8
-------------
Contribution includes or is based on any source code, object code, bug
                         ^^^^^^^^
"is based" may be passive voice on line 25 at column 65
-------------
n Third Party Content or are associated with Third Party Rights, the owner/autho
                         ^^^^^^^^^^^^^^
"are associated" may be passive voice on line 31 at column 44
-------------
do not apply to any portion of a Project that is incorporated into your Contribu
                    ^^^^^^^
"portion" is wordy or unneeded on line 35 at column 20
-------------
ortion of a Project that is incorporated into your Contribution to that same Pro
                         ^^^^^^^^^^^^^^^
"is incorporated" may be passive voice on line 35 at column 46
-------------
you in accordance with this Agreement, you are the sole author of your Contribut
    ^^^^^^^^^^^^^^^^^^
"in accordance with" is wordy or unneeded on line 39 at column 4
-------------
s. If your Contributions were
                         ^^^^^^^^^^^^
"were
created" may be passive voice on line 40 at column 100
-------------
created in the course of your employment with your past or present employer(s), 
        ^^^^^^^^^^^^^^^^
"in the course of" is wordy or unneeded on line 41 at column 8
-------------
(s) has waived all of their right, title or interest in or to your Contributions
               ^^^^^^
"all of" is wordy or unneeded on line 43 at column 15
-------------
 law, your Contributions are provided on an "asis"
                         ^^^^^^^^^^^^
"are provided" may be passive voice on line 46 at column 89
-------------
any of the Projects will be
                         ^^^^^^^
"be
made" may be passive voice on line 53 at column 110
-------------
sputes.** This Agreement shall be governed by and construed in accordance with t
                         ^^^^^
"shall" is wordy or unneeded on line 57 at column 29
-------------
.** This Agreement shall be governed by and construed in accordance with the law
                         ^^^^^^^^^^^
"be governed" may be passive voice on line 57 at column 35
-------------
overned by and construed in accordance with the laws of the State of
                         ^^^^^^^^^^^^^^^^^^
"in accordance with" is wordy or unneeded on line 57 at column 64
-------------
 its principles or rules regarding conflicts of laws,
                         ^^^^^^^^^
"regarding" is wordy or unneeded on line 58 at column 85
-------------
ating to this Agreement. In the event
                         ^^^^^^^^^^^^^^^^^
"In the event
that" is wordy or unneeded on line 60 at column 98
-------------
isions of this Agreement shall be held by a court or other tribunal of competent
                         ^^^^^
"shall" is wordy or unneeded on line 61 at column 45
-------------
 of this Agreement shall be held by a court or other tribunal of competent juris
                         ^^^^^^^
"be held" may be passive voice on line 61 at column 51
-------------
emaining portions hereof shall remain in full force and effect.
                         ^^^^^
"shall" is wordy or unneeded on line 62 at column 51
-------------
sign this Agreement, and all of its rights, obligations and licenses
                         ^^^^^^
"all of" is wordy or unneeded on line 65 at column 66

In ./.github/ISSUE_TEMPLATE/language-proposal-request.md
=============
 What other designs have been considered? What is the impact of not doing this? 
                         ^^^^^^^^^^^^^^^
"been considered" may be passive voice on line 46 at column 29

In ./.github/ISSUE_TEMPLATE/bug_report.md
=============
**Additional context**
  ^^^^^^^^^^
"Additional" is wordy or unneeded on line 36 at column 2

In ./SECURITY.md
=============
Versions below 1.0 and 2.0 will not receive security changes.   
^^^^^^^^
"Versions" is repeated on line 5 at column 0
-------------
tes until their lifetime expiration date.    
                         ^^^^^^^^^^
"expiration" is wordy or unneeded on line 6 at column 80
github-actions[bot] commented 3 years ago

Misspellings found, please review:

To accept these changes, run the following commands from this repository on this branch ``` pushd $(git rev-parse --show-toplevel) perl -e ' my $new_expect_file=".github/actions/spelling/expect.txt"; use File::Path qw(make_path); make_path ".github/actions/spelling"; open FILE, q{<}, $new_expect_file; chomp(my @words = ); close FILE; my @add=qw('"Djelnar "'); my %items; @items{@words} = @words x (1); @items{@add} = @add x (1); @words = sort {lc($a) cmp lc($b)} keys %items; open FILE, q{>}, $new_expect_file; for my $word (@words) { print FILE "$word\n" if $word =~ /\w/; }; close FILE;' popd ```