-
-
Notifications
You must be signed in to change notification settings - Fork 8
id as names #232
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
id as names #232
Conversation
Code Coverage SummaryDiff against mainResults for commit: a58c187 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 12 suites 3s ⏱️ Results for commit a58c187. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 867bb94 ♻️ This comment has been updated with latest results. |
|
Hey, this looks good on a first glance. I will make a through review once I'm done with decorator PR on teal |
|
A minor comment not related to this PR, but a food for thought
There is a slight chance that the id will not be the same if we do > rlang::hash(Sys.time())
[1] "bda544bca9e09b34089d8a1bd5788fa7"
> Sys.time()
[1] "2024-11-14 09:31:26 CET" |
m7pr
left a comment
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.
Good to go, left one comment in tests.
This is great enhancement. I think it will be easier to work with names, instead of attributes
This is not enough. There are few evaluation within a second, on a simple apps and fast machines you'll get duplicates. |
Got it! |
closes #230
alternative to #231
instead of
idbeing an attribute of the@codeelements it is now a name of the@codeelements.Why it fits to the
names(@code)?