Skip to content

[Bug] Fix type mismatch in DynamicWTG.record_transition() #24

@phtcosta

Description

@phtcosta

Context

dynamic_wtg.py:417 notes a type mismatch: record_transition() expects List[Dict] for events but callers pass strings. The method works due to loose typing but the contract is incorrect.

Location

  • modules/rv-android-core/src/rv_android_core/domain/dynamic_wtg.py:417

Affected Domains

  • Core (rv-android-core)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions