Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
bug[next]: respect DEFAULT_BACKEND and no_backend mechanism #1380
bug[next]: respect DEFAULT_BACKEND and no_backend mechanism #1380
Changes from 133 commits
a6269f7
006093f
c4f9443
bf649f0
c73c296
555e9f2
40a2d37
0afad47
0122863
80c9c12
1475f17
5ab9a54
5df8d9d
1993f32
4f749ca
5555ad7
6042750
87f0975
cc32ed2
0e4ba03
007a8d7
b6e91b6
b3fc186
aa4c94c
b8279ae
c20b610
cfcb927
c1444f5
85b4eca
8ead6d2
e414e18
0543b85
33bdc76
59c1962
dadfe18
81f4bae
d45ba0c
45b8151
34a1391
c6fc23e
27aad55
0c8ee0f
a8a0324
d3a7e44
aab3436
202fc3b
60b2534
4fbf5f6
8bc332a
9038dd1
c63b927
483dc17
3868dd3
de0a534
a5718ef
6be2db7
0b39199
bf378d0
f8b7bc7
3b16173
f7c996b
182b254
08ba6fe
16a983c
346f6f0
a65b58c
6e007d2
08802c9
7a6053f
c79b1c1
a68ab85
643cfb1
7d3d57c
ffc75e7
23bec64
58209f7
f141408
28b2620
01dcf72
68dec86
e46e0f6
c899c2c
447d8c8
3b4b222
257a6b7
22ca726
7dbcc36
bf6299c
5183ac6
af9bcb6
334bed0
f7399dd
2583a4d
920455d
31ba6be
bbfa0d9
f0abba2
581cece
ac802d7
c342ad4
f7beac9
6cad860
87303be
f5f022e
1d4b4e1
31c5902
c1d6629
fb7f6b5
62a6ec8
13fe506
077a106
5935ccd
3f45a6b
afd1042
788f59b
f43aa6a
4a0b1c9
650b052
41fa12c
8142eb4
440107e
ed1bbae
c8f8cc2
61f563a
b763766
a698189
a41026a
d6644d3
4fe66fb
313cadf
42d7653
9099414
c2975bb
c8dcc83
87960db
29dbb7e
70467bd
ec57a0d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please document this mechanism and why this is needed. For readability it might also help to not use
eve.Nothing
, but something explicit, e.g. introduceand then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a concrete comment that you like to have? The docstring of eve.NOTHING explains it already. Should I mention that
None
means no backend?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this:
Could also be description of the backend keyword argument in the docstring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just reading this line again yesterday and scratched my head on why exactly we had to use this mechanism and since I was already told I thought a comment would make sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will add the extended comment in a next PR