I'm oddly seeing graph errors when I add `Get(Dige...
# plugins
b
I'm oddly seeing graph errors when I add
Get(Digest, Snapshot, request.snapshot)
to my rules 🤔 What am I missing?
1
h
use
snapshot.digest
, not The engine
b
Copy code
class Snapshot:
    """A Snapshot is a collection of sorted file paths and dir paths fingerprinted by their
    names/content.

    You can lift a `Digest` to a `Snapshot` with `await Get(Snapshot, Digest, my_digest)`.
    """
I've been lied to
h
You swapped the order
b
I've lied to myself 🥴
woopsie
🙈 1
f
The Zen of I/O: Input is Output; Output is Input
🧘‍♂️ 2