Skip to content

Allow circuit rendering for partially correct programs #2644

@DmitryVasilevsky

Description

@DmitryVasilevsky

Currently you can't get any code lenses including circuit rendering while you program doesn't compile.

When developing larger programs, it's common to develop them part by part. When you are writing a function, other portions of the program may not compile. You still want to see a circuit for a function being developed if everything it depends on compiles.

Say you want to add another parameter to a function that gets called in 100 places. You add this parameter and want to see the circuit for the new function. Now you have to go over all 100 places and add that parameter to the call before you can quickly check a circuit.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions