Skip to content

ValenceArray count does not update Subvalence #1

@Alphadelta14

Description

@Alphadelta14

For an atom using Atom.array(fmt, count=info.a), info.a will not be updated with the length of the array when automatically compiled. It will retain its original value.

Problematic code:

def get_count(self, atomic):

atomic will point to info and not the atomic of the array, so it will fail the lookup and use the original value.

Metadata

Metadata

Assignees

No one assigned

    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