Ronny Pfannschmidt
|
5d2d64c190
|
Merge pull request #4057 from jeffreyrack/4051-improve-error-messaging
Improve error messaging when invalid syntax is passed to the -m option
|
2018-10-01 07:16:59 +02:00 |
|
Jeffrey Rackauckas
|
c2179c3127
|
Improve error messaging when invalid syntax is passed to the -m option
|
2018-09-30 18:34:56 -07:00 |
|
Bruno Oliveira
|
47bf58d69e
|
Make Node.warn support two forms, new and deprecated
As suggested during review, it now accepts two forms:
Node.warn(warning_instance) (recommended)
Node.warn(code, message) (deprecated)
|
2018-09-04 15:53:17 -03:00 |
|
Bruno Oliveira
|
b42518acd5
|
Change std_warn to receive a single warning instance, addressed review suggestions
|
2018-09-04 14:20:42 -03:00 |
|
Bruno Oliveira
|
0c8dbdcd92
|
Fix existing tests now that we are using standard warnings
|
2018-09-04 11:35:34 -03:00 |
|
Bruno Oliveira
|
8e4501ee29
|
Use std_warn for warning about applying marks directly to parameters
|
2018-09-04 11:35:34 -03:00 |
|
Vlad Shcherbina
|
58e77f58bd
|
Replace broken type annotations with type comments
Fixes #3635.
|
2018-07-15 16:58:39 +03:00 |
|
Bruno Oliveira
|
3e599dc149
|
Check that param sets match number of args during _for_parametrize
It makes sense to validate them during creation of the parameter set
|
2018-07-11 22:57:53 -03:00 |
|
Jean-Paul Calderone
|
55ebf261ce
|
Switch to new API
|
2018-07-03 13:37:03 -04:00 |
|
Ronny Pfannschmidt
|
5bd5b8c68a
|
fix #3631 - don't store legacy markinfo when its impossible
|
2018-06-29 14:01:20 +02:00 |
|
Ronny Pfannschmidt
|
643e5a9c44
|
fix docs
|
2018-06-26 21:57:31 +02:00 |
|
Ronny Pfannschmidt
|
b8486037d3
|
fix #3605 - unpack markdecorators from parameterization
|
2018-06-26 21:57:31 +02:00 |
|
Anthony Sottile
|
cbaa7dd56a
|
Upgrade pre-commit hooks except pyupgrade
|
2018-06-26 06:35:27 -07:00 |
|
Anthony Sottile
|
8b4c59e606
|
Silence usage of reduce warning in python 2
|
2018-06-21 13:27:00 -07:00 |
|
Ronny Pfannschmidt
|
b0ec442d24
|
rework Node.add_marker parameter list and docstring
|
2018-06-12 17:55:58 +02:00 |
|
Ronny Pfannschmidt
|
37793d4cdb
|
fix addmarker - extract mark from markdecorator
|
2018-06-12 15:50:58 +02:00 |
|
Ronny Pfannschmidt
|
eaa882f3d5
|
switch to src layout
|
2018-05-26 09:10:38 +02:00 |
|