Skip to content

Stealth does not work consistently #2

@SevereOverfl0w

Description

@SevereOverfl0w
user=> (pull {:a 1 :b {:a 2 :b 2 :c 3}} [{:b [:c]}] {:stealth #{:c}})
{:b {}}
user=> (pull {:a 1 :b {:a 2 :b 2 :c 3}} [:b] {:stealth #{:c}})
{:b {:a 2, :b 2, :c 3}}

In the latter case, because I am not explicitly recursing, but am treating the next part of the tree as a value, the stealth never "kicks in".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions