Skip to content

remove get_code_dependency + friends - #167

Merged
m7pr merged 2 commits into
mainfrom
remove_get_code_dependency@main
Nov 22, 2023
Merged

remove get_code_dependency + friends#167
m7pr merged 2 commits into
mainfrom
remove_get_code_dependency@main

Conversation

@m7pr

@m7pr m7pr commented Nov 21, 2023

Copy link
Copy Markdown
Contributor

Will be introduced in teal.data directly insightsengineering/teal.data#188 for teal_data class

@github-actions

github-actions Bot commented Nov 21, 2023

Copy link
Copy Markdown
Contributor

Unit Tests Summary

    1 files    10 suites   0s ⏱️
  75 tests   75 ✔️ 0 💤 0
161 runs  161 ✔️ 0 💤 0

Results for commit 3db6c76.

♻️ This comment has been updated with latest results.

@github-actions

Copy link
Copy Markdown
Contributor

badge

Code Coverage Summary

Filename                 Stmts    Miss  Cover    Missing
---------------------  -------  ------  -------  ---------
R/include_css_js.R           7       7  0.00%    12-20
R/qenv-concat.R             10       0  100.00%
R/qenv-constructor.R        12       0  100.00%
R/qenv-eval_code.R          52       2  96.15%   100, 109
R/qenv-get_code.R           18       0  100.00%
R/qenv-get_var.R            19       0  100.00%
R/qenv-get_warnings.R       24       0  100.00%
R/qenv-join.R               46       0  100.00%
R/qenv-replace_code.R        8       0  100.00%
R/qenv-show.R                1       1  0.00%    16
R/qenv-within.R              7       0  100.00%
R/utils.R                   12       0  100.00%
TOTAL                      216      10  95.37%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  -------
TOTAL             0       0  -0.44%

Results for commit: 3db6c76

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@github-actions

Copy link
Copy Markdown
Contributor

Unit Test Performance Difference

Test Suite $Status$ Time on main $±Time$ $±Tests$ $±Skipped$ $±Failures$ $±Errors$
code_dependency 💀 $0.39$ $-0.39$ $-31$ $0$ $0$ $0$
Additional test case details
Test Suite $Status$ Time on main $±Time$ Test Case
code_dependency 💀 $0.01$ $-0.01$ Can_t_detect_occurrence_of_function_definition_when_a_formal_is_named_the_same_as_a_function
code_dependency 💀 $0.01$ $-0.01$ _linksto_cause_to_return_this_line_for_affected_binding
code_dependency 💀 $0.01$ $-0.01$ _linksto_gets_extracted_if_it_s_a_side_effect_on_a_dependent_object
code_dependency 💀 $0.02$ $-0.02$ _linksto_gets_extracted_if_it_s_a_side_effect_on_a_dependent_object_of_a_dependent_object
code_dependency 💀 $0.01$ $-0.01$ _linksto_returns_this_line_for_affected_binding_even_if_object_is_not_specificed_created_in_the_same_eval_code
code_dependency 💀 $0.01$ $-0.01$ _linksto_returns_this_line_for_affected_binding_if_object_is_not_specificed_in_the_same_element_of_code
code_dependency 💀 $0.01$ $-0.01$ _linksto_tag_indicate_affected_object_if_object_is_assigned_anywhere_in_a_code
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_can_extract_the_code_when_function_creates_an_object_which_is_used_only_on_rhs
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_can_extract_the_code_when_using_
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_can_t_extract_the_code_when_no_assign_operator
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_detects_cooccurrence_properly_even_if_all_objects_are_on_rhs
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_detects_every_assign_calls_even_if_not_evaluated
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_detects_occurrence_of_the_function_object
code_dependency 💀 $0.05$ $-0.05$ get_code_dependency_extract_code_of_a_binding_from_a_simple_code_put_in_a_character
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_extracts_code_of_a_parent_binding_but_only_those_evaluated_before_coocurence
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_extracts_code_of_a_parent_binding_if_used_as_an_arg_in_fun_call
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_ignores_effect_of_the_object_which_occurs_in_a_function_definition
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_ignores_occurrence_in_function_definition
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_ignores_occurrence_in_function_definition_without_curly_brackets
code_dependency 💀 $0.01$ $-0.01$ get_code_dependency_is_possible_to_output_the_code_for_multiple_objects
code_dependency 💀 $0.07$ $-0.07$ get_code_dependency_understands_usage_and_do_not_treat_rhs_of_as_objects_only_lhs_
code_dependency 💀 $0.05$ $-0.05$ get_code_dependency_warns_if_binding_doesn_t_exist_in_a_code
code_dependency 💀 $0.01$ $-0.01$ lines_affecting_parent_evaluated_after_co_occurrence_are_not_included_in_get_code_dependency_output
code_dependency 💀 $0.02$ $-0.02$ lines_affecting_parent_evaluated_after_co_occurrence_are_not_included_in_get_code_dependency_output_when_using_linksto

Results for commit 62e3f6f

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants