-
Notifications
You must be signed in to change notification settings - Fork 474
Provide unique IDs for all node info objects #1696
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1696 +/- ##
============================================
+ Coverage 81.89% 81.91% +0.01%
Complexity 4734 4734
============================================
Files 463 463
Lines 14767 14774 +7
Branches 1869 1869
============================================
+ Hits 12094 12102 +8
Misses 1981 1981
+ Partials 692 691 -1
🚀 New features to boost your workflow:
|
595c6da
to
3cacaf6
Compare
What is the use-case? And shouldn't we have something that is stable across invocations, otherwise it's use is severely limited. |
3cacaf6
to
f207f8a
Compare
Well, everytime you need a unique ID during the test.
Well, the intended use by me was during one test run to relate things, without needing to build a unique ID yourself. Not sure whether we need stable unique ids for those. :-/ |
f207f8a
to
9a9dc34
Compare
Also, that they are stable across invocations for spec, feature, and iteration info is mainly a side-effect. The goal was to have something descriptive that can the also easily be readable for example in the log output where I intend to use it. :-D |
9a9dc34
to
f91997e
Compare
82329d4
to
9e20670
Compare
0a54c3f
to
53f0557
Compare
5c9ac8c
to
02aff00
Compare
6e21a45
to
b3d7dbb
Compare
2caee62
to
6c400f0
Compare
0422e2b
to
d6e3be7
Compare
a174c62
to
56d0cdf
Compare
06305f1
to
ab7b2cd
Compare
937bf52
to
60bf169
Compare
3b8d246
to
b322fb9
Compare
ad0c185
to
92d0a32
Compare
3080aad
to
06b7338
Compare
00a4141
to
307e4dc
Compare
a01553f
to
f410524
Compare
f410524
to
f0ce472
Compare
No description provided.