-
Notifications
You must be signed in to change notification settings - Fork 1
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
Point to precise line in parsed source for parsing problems #10
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 239dff3 - Browse repository at this point
Copy the full SHA 239dff3View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79cb41e - Browse repository at this point
Copy the full SHA 79cb41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6307f8f - Browse repository at this point
Copy the full SHA 6307f8fView commit details
Commits on Sep 20, 2024
-
Collapse multiple replaced special chars to one "_" and add doctests.
Configuration menu - View commit details
-
Copy full SHA for af69621 - Browse repository at this point
Copy the full SHA af69621View commit details -
Don't prefix with _UnknownName_
Instead just alias to typing.Any. This should make it a bit easier to addopt docstub gradually.
Configuration menu - View commit details
-
Copy full SHA for 56f6268 - Browse repository at this point
Copy the full SHA 56f6268View commit details -
Refactor to
doctype_to_annotation
avoids confusion with the parent classes `transform` method.
Configuration menu - View commit details
-
Copy full SHA for 0ba8d07 - Browse repository at this point
Copy the full SHA 0ba8d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43223a0 - Browse repository at this point
Copy the full SHA 43223a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for feaa8fa - Browse repository at this point
Copy the full SHA feaa8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8577e - Browse repository at this point
Copy the full SHA bf8577eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d51e5f9 - Browse repository at this point
Copy the full SHA d51e5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d0d52 - Browse repository at this point
Copy the full SHA 63d0d52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cdb03 - Browse repository at this point
Copy the full SHA c1cdb03View commit details -
Ignore path delimiter in doctest to support Windows
Otherwise, this fails on Windows which returns "file\\with\\..."
Configuration menu - View commit details
-
Copy full SHA for e6ab000 - Browse repository at this point
Copy the full SHA e6ab000View commit details -
Make arguments to DoctypeTransformer optional
This makes it easier to test the class.
Configuration menu - View commit details
-
Copy full SHA for e79d487 - Browse repository at this point
Copy the full SHA e79d487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 160eee6 - Browse repository at this point
Copy the full SHA 160eee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 798af4a - Browse repository at this point
Copy the full SHA 798af4aView commit details
Commits on Sep 21, 2024
-
Don't print in DocstringAnnotations if ctx=None
Also add a few tests for that class and remove the currently unused yields property.
Configuration menu - View commit details
-
Copy full SHA for 63140ba - Browse repository at this point
Copy the full SHA 63140baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8e709 - Browse repository at this point
Copy the full SHA 6f8e709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71003af - Browse repository at this point
Copy the full SHA 71003afView commit details