Skip to content
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

Don't assign attributes to symbol #81

Closed
brodieG opened this issue Sep 12, 2017 · 0 comments
Closed

Don't assign attributes to symbol #81

brodieG opened this issue Sep 12, 2017 · 0 comments
Labels
Milestone

Comments

@brodieG
Copy link
Owner

@brodieG brodieG commented Sep 12, 2017

As per @kalibera

--- a/orig/vetr/tests/unitizer/alike.R
+++ b/fix/vetr/tests/unitizer/alike.R
@@ -306,7 +306,7 @@ unitizer_sect("Calls / Formulas", {
    c0.1 <- c0.2 <- c0.3 <- c0
    attr(c0.1, "blah") <- "hello"
    attr(c0.2, "blah") <- 1:3
-  attr(c0.3[[1L]], "blah") <- "hello"
+  #attr(c0.3[[1L]], "blah") <- "hello"
@brodieG brodieG added the bug label Sep 12, 2017
@brodieG brodieG added this to the 0.2.0 milestone Sep 12, 2017
@brodieG brodieG closed this in 9e51ef3 Sep 17, 2017
brodieG added a commit that referenced this issue Sep 17, 2017
Fix #81, Fix #77, Fix #76, Fix #73, Fix #70,
Fix #69, Fix #65, Fix #64, Fix #61, Fix #59
Fix #56, Fix #51, Fix #48, Fix #47, Fix #46,
Fix #45, Fix #43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.