Skip to content

deprecation loop #736

@maelle

Description

@maelle
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycleDeprecating old APIs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions