-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Change qenv
as environment
"type" -- adds names(qenv/qenv.error)
, get()
and $
S3 methods
#218
Conversation
Unit Tests Summary 1 files 10 suites 1s ⏱️ Results for commit a5fcb9a. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit eecbc6d ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: a5fcb9a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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 test cover new functions
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.
Some topics to discuss on this implementation
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
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.
👍
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
Signed-off-by: André Veríssimo <[email protected]>
Pull Request
$
method to access objs from env #164names()
function and deprecatesdatanames()
teal.data#347Changes description
qenv
S4 class inherits fromenvironment
data class@env
slot in favor ofqenv
@env
with@.xData
(slot created by parent class)environment
class are supported natively inqenv