Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Issues: gvanrossum/patma

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Thomas Wouters' objections
#165 opened Nov 6, 2020 by gvanrossum
Review progress for the reference implementation reference implementation Implementation-specific discussions for the brandtbucher/cpython patma branch
#163 opened Oct 22, 2020 by pablogsal
10 tasks
Finish AST validation for patterns reference implementation Implementation-specific discussions for the brandtbucher/cpython patma branch sprint
#160 opened Oct 16, 2020 by brandtbucher
JSON example
#155 opened Oct 9, 2020 by gvanrossum
Can the compiler move guards around? accepted Discussion leading to a final decision to include in the PEP fully pepped Issues that have been fully documented in the PEP
#154 opened Sep 20, 2020 by gvanrossum
Disallow guards when using an "open pattern"? fully pepped Issues that have been fully documented in the PEP rejected A rejected idea
#153 opened Sep 14, 2020 by gvanrossum
Consider dropping the entire section on static checking (including 'sealed') accepted Discussion leading to a final decision to include in the PEP fully pepped Issues that have been fully documented in the PEP sc-feedback Issues raised in the steering committee feedback
#150 opened Aug 26, 2020 by gvanrossum
Concerns about undefined behavior needs more pep An issue which needs to be documented in the PEP rejected A rejected idea sc-feedback Issues raised in the steering committee feedback
#149 opened Aug 26, 2020 by gvanrossum
SyntaxError if 'case NAME:' is not the last case accepted Discussion leading to a final decision to include in the PEP fully pepped Issues that have been fully documented in the PEP sc-feedback Issues raised in the steering committee feedback
#148 opened Aug 26, 2020 by gvanrossum
Consider adding an 'else:' clause fully pepped Issues that have been fully documented in the PEP rejected A rejected idea sc-feedback Issues raised in the steering committee feedback
#147 opened Aug 26, 2020 by gvanrossum
Alternative OR symbol fully pepped Issues that have been fully documented in the PEP rejected A rejected idea sc-feedback Issues raised in the steering committee feedback
#146 opened Aug 26, 2020 by gvanrossum
Alternative wildcard fully pepped Issues that have been fully documented in the PEP rejected A rejected idea sc-feedback Issues raised in the steering committee feedback
#145 opened Aug 26, 2020 by gvanrossum
Alternative indentation schemes fully pepped Issues that have been fully documented in the PEP rejected A rejected idea sc-feedback Issues raised in the steering committee feedback
#144 opened Aug 26, 2020 by gvanrossum
Sigils for stores -- should we mark lvalues? fully pepped Issues that have been fully documented in the PEP rejected A rejected idea sc-feedback Issues raised in the steering committee feedback
#143 opened Aug 25, 2020 by viridia
Organizing the SC feedback meta Issues about issues
#142 opened Aug 25, 2020 by gvanrossum
Consider 'PATTERN as name' instead of 'name := PATTERN' accepted Discussion leading to a final decision to include in the PEP fully pepped Issues that have been fully documented in the PEP sprint
#140 opened Aug 17, 2020 by gvanrossum
Literal comparison for True, False, None accepted Discussion leading to a final decision to include in the PEP fully pepped Issues that have been fully documented in the PEP
#139 opened Aug 17, 2020 by stereobutter
Visitor example
#137 opened Jul 17, 2020 by gvanrossum
Variadic positional args?
#136 opened Jul 16, 2020 by gvanrossum
Can the compiler fold class patterns? accepted Discussion leading to a final decision to include in the PEP fully pepped Issues that have been fully documented in the PEP
#129 opened Jul 7, 2020 by brandtbucher
Could we autogenerate __match_args__ for ast classes? accepted Discussion leading to a final decision to include in the PEP fully pepped Issues that have been fully documented in the PEP
#125 opened Jul 4, 2020 by dmoisset
ProTip! Exclude everything labeled bug with -label:bug.