Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-40334: Produce better error messages on invalid targets
- #20106
#20106
Merged
pablogsal
merged 24 commits into
python:master
python/cpython:master
from
lysnikolaou:targets-errors
lysnikolaou/cpython:targets-errors
Copy head branch name to clipboard
Jun 18, 2020
Conversation
Commits
24
(24)
Checks
Files changed
Merged
bpo-40334: Produce better error messages on invalid targets
#20106
pablogsal
merged 24 commits into
python:master
python/cpython:master
from
lysnikolaou:targets-errors
lysnikolaou/cpython:targets-errors
Copy head branch name to clipboard
Commits
Commits on May 15, 2020
bpo-40334: Produce better error messages on invalid targets
Show description for 0dfaa22
lysnikolaou
committed
0dfaa22
View commit details
Copy full SHA for 0dfaa22
Browse repository at this point
Fix test_exceptions
lysnikolaou
committed
d4a9dd6
View commit details
Copy full SHA for d4a9dd6
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
72a1339
View commit details
Copy full SHA for 72a1339
Browse repository at this point
Produce the same error messages with the old parser for with and for targets
lysnikolaou
committed
1b6cf0b
View commit details
Copy full SHA for 1b6cf0b
Browse repository at this point
Add invalid_group rule
lysnikolaou
committed
1ad3819
View commit details
Copy full SHA for 1ad3819
Browse repository at this point
Commits on May 16, 2020
Update Grammar/python.gram
Show description for 6f30315
lysnikolaou
and
pablogsal
authored
6f30315
View commit details
Copy full SHA for 6f30315
Browse repository at this point
Update Parser/pegen/pegen.c
Show description for f750aba
lysnikolaou
and
pablogsal
authored
f750aba
View commit details
Copy full SHA for f750aba
Browse repository at this point
Address Guido's feedback
Show description for 132178f
lysnikolaou
committed
132178f
View commit details
Copy full SHA for 132178f
Browse repository at this point
Commits on May 17, 2020
Inline _PyPegen_get_invalid_for_target
lysnikolaou
committed
17cc4bc
View commit details
Copy full SHA for 17cc4bc
Browse repository at this point
Revert inlining
lysnikolaou
committed
def0f3d
View commit details
Copy full SHA for def0f3d
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into targets-errors
pablogsal
committed
ee3524b
View commit details
Copy full SHA for ee3524b
Browse repository at this point
Fix searching for invalid for targets, by visiting Compare nodes in _PyPegen_get_invalid_target
lysnikolaou
committed
4959a12
View commit details
Copy full SHA for 4959a12
Browse repository at this point
Call RAISE_SYNTAX_ERROR instead of returning NULL, when no invalid for target was found
lysnikolaou
committed
dd1d8c8
View commit details
Copy full SHA for dd1d8c8
Browse repository at this point
Commits on May 18, 2020
Merge branch 'master' into targets-errors
lysnikolaou
committed
24d63fb
View commit details
Copy full SHA for 24d63fb
Browse repository at this point
Replace is_del and is_for args with an enum
lysnikolaou
committed
c1cf8e6
View commit details
Copy full SHA for c1cf8e6
Browse repository at this point
Commits on May 20, 2020
Only return an invalid target, when the comparison is an In comparison
lysnikolaou
committed
06798ff
View commit details
Copy full SHA for 06798ff
Browse repository at this point
Fix bug
lysnikolaou
committed
ef7fe3a
View commit details
Copy full SHA for ef7fe3a
Browse repository at this point
Commits on May 23, 2020
Merge branch 'master' into targets-errors
lysnikolaou
committed
efabcc9
View commit details
Copy full SHA for efabcc9
Browse repository at this point
Commits on May 26, 2020
Merge branch 'master' into targets-errors
lysnikolaou
committed
6d41c55
View commit details
Copy full SHA for 6d41c55
Browse repository at this point
Minor refactoring
lysnikolaou
committed
82486c1
View commit details
Copy full SHA for 82486c1
Browse repository at this point
Commits on Jun 10, 2020
Merge branch 'master' into targets-errors
lysnikolaou
committed
705d55b
View commit details
Copy full SHA for 705d55b
Browse repository at this point
Merge branch 'master' into targets-errors
lysnikolaou
committed
f0f934d
View commit details
Copy full SHA for f0f934d
Browse repository at this point
Commits on Jun 18, 2020
Merge branch 'master' into targets-errors
lysnikolaou
committed
ede107e
View commit details
Copy full SHA for ede107e
Browse repository at this point
Add CHECK* checks to GET_INVALID_*TARGET macros
lysnikolaou
committed
55b5327
View commit details
Copy full SHA for 55b5327
Browse repository at this point
You can’t perform that action at this time.