graph() is deprecated to make_graph().
make_graph calls graph_from_literal().
graph_from_literal() calls graph_from_literal_i() that calls graph(). 🤪
That is a problem with the lifecycle changes in #716
Is the best solution to remove all calls to graph() in the main branch, then I'll rebase my PR?
ccc @krlmlr
graph()is deprecated tomake_graph().make_graphcallsgraph_from_literal().graph_from_literal()callsgraph_from_literal_i()that callsgraph(). 🤪That is a problem with the lifecycle changes in #716
Is the best solution to remove all calls to
graph()in the main branch, then I'll rebase my PR?ccc @krlmlr