Skip to content

Propagating Expressions (Replay LSP) #141

@rlnsanz

Description

@rlnsanz

Right now we propagate logging statements:

Image

But there are cases when it's natural and ergonomic to propagate expressions nested inside an anchor statement:

    return {
        "precision": flor.log("precision", results["overall_precision"]),
        "recall": flor.log("recall", results["overall_recall"]),
        "f1": flor.log("f1", results["overall_f1"]),
        "accuracy": flor.log("accuracy", results["overall_accuracy"]),
    }

We'll want to implement this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions