Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update readme#21

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zware merged 5 commits intopython:masterfromzware:update_readme
Feb 14, 2017
Merged

Update readme#21

zware merged 5 commits intopython:masterfromzware:update_readme
Feb 14, 2017

Conversation

@zware
Copy link
Member

This does some modernization and cleanup of the toplevel README. There is still significant room for improvement, but this hits some of the low-hanging fruit.

For reviewers, the first commit is the real change, the second commit is a simple rewrap.

README.rst Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

GitHub with capitalH :)

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks!

README.rst Outdated
Copy link
Member

@ezio-melottiezio-melottiFeb 11, 2017
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This paragraph is a bit harsh, from the uppercase "IMPORTANT" to calling the output of "make test" "useless".

I would rewrite it as:

If the tests fail, you can run the failing test(s) in verbose mode using:
./python -m test -v test_that_failed
You should then file a bug report and include the output of this command.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Good point, will amend.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Maybe we could keep a consistence,./python -m test -v test_that_failed ormake test TESTOPTS="-v" test_that_failed

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

@matrixise I'm not sure I understand your point. I switched tomake test TESTOPTS="-v test_that_failed" because running the tests is suggested withmake test, and there was previously a note about what to do if you built python in a different directory. Reusingmake test withTESTOPTS means the different directory question just goes away, but we get exactly the same result.

README.rst Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

why this character ' ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It's the possessive form. Maybe a better wording would be "LTO takes advantage of the ability of recent compiler toolchains to optimise..."

matrixise reacted with thumbs up emoji
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

yep, because I have not seen the possessive form, but just a mistake in the text.

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I agree, this is significantly less than ideal. Fixing it also showed that there's a typo in "takes advantages".

These include spelling/grammar fixes, removing some outdated prose,updating some superceded prose, and adding/cleaning up some links.
@codecov
Copy link

codecovbot commentedFeb 14, 2017

Codecov Report

Merging#21 intomaster willdecrease coverage by-0.02%.
The diff coverage isn/a.

@@            Coverage Diff             @@##           master      #21      +/-   ##==========================================- Coverage   82.38%   82.37%   -0.02%==========================================  Files        1428     1427       -1       Lines      351138   350948     -190     ==========================================- Hits       289291   289087     -204- Misses      61847    61861      +14

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updateb692dc8...5a20814. Read thecomment docs.

@zwarezware merged commitd50f188 intopython:masterFeb 14, 2017
@zwarezware deleted the update_readme branchFebruary 14, 2017 04:01
zware added a commit to zware/cpython that referenced this pull requestFeb 14, 2017
zware added a commit that referenced this pull requestFeb 15, 2017
@Mariatta
Copy link
Member

Backport to 3.5 and 2.7?

jaraco pushed a commit that referenced this pull requestDec 2, 2022
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull requestFeb 16, 2023
21: warn for keys/items/values/range r=ltratt a=nanjekyejoannahI think I was over-thinking the solution with flags at synbol table generation. I found a simple check at the AST that checks correctness of values assigned to wanr for things like "True" and other keywords and used this check to warn for these calls.This warns for `keys/values/items/range`:Accurate when the statement is in an assignment:`x = range(20)`` y = d.keys()`Co-authored-by: Joannah Nanjekye <jnanjeky@unb.ca>
jaraco pushed a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
Also full coverage for all supported Pythons.
oraluben pushed a commit to oraluben/cpython that referenced this pull requestJun 25, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@matrixisematrixisematrixise left review comments

@pfmoorepfmoorepfmoore left review comments

@MariattaMariattaMariatta left review comments

@ezio-melottiezio-melottiezio-melotti left review comments

@berkerpeksagberkerpeksagberkerpeksag approved these changes

@dstufftdstufftdstufft approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

8 participants

@zware@Mariatta@berkerpeksag@matrixise@dstufft@pfmoore@ezio-melotti@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp