@henningw @grumvalski what if we merge functions t_append_branches() and t_append_branch_by_contact() into one?
Hence leaving only the t_append_branches().

From what I can see, it seems for now it's only TSILO who directly uses t_append_branches(). Correct me please if I'm wrong.

Proposed approach assumes, that the function signature will be changed, and a function parameter 'contact' of str type will be present. Then depending on if it's empty or not, act accordingly:

I have prepared the implementation and even tested that locally,
it seems to be functioning just fine when either calling TSILO's script function ts_append() and ts_append_by_contact().

Please let me know if you see it reasonable, then I will upload a new commit.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.