Skip to content

Commit

Permalink
Merge branch '133_code_parser_characters@main' of https://github.com/…
Browse files Browse the repository at this point in the history
…insightsengineering/teal.code into 133_code_parser_characters@main
  • Loading branch information
m7pr committed Oct 6, 2023
2 parents db3b5c8 + 55023fd commit 55c0c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-code_dependency.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ code_dependency <- function(code, object_names) {
affected <-
unlist(strsplit(sub("\\s*#\\s*@linksto\\s+", "", side_effects), "\\s+"))

unique(c(object_names, affected))
union(object_names, affected)
} else {
object_names
}
Expand Down

0 comments on commit 55c0c57

Please sign in to comment.