Skip to content

fix: use dot-delimited type strings for dynamic record and future#1210

Draft
marshacb wants to merge 1 commit intofeat/dynamic-dispatchfrom
fix/dynamic-type-str-consistency
Draft

fix: use dot-delimited type strings for dynamic record and future#1210
marshacb wants to merge 1 commit intofeat/dynamic-dispatchfrom
fix/dynamic-type-str-consistency

Conversation

@marshacb
Copy link
Collaborator

Motivation

The ValueType::DynamicRecord and ValueType::DynamicFuture variants in get_inputs() serialize their type strings with underscores (dynamic_record, dynamic_future) instead of dots (dynamic.record, dynamic.future). This is inconsistent with snarkVM's Display implementation for these types (value_type/parse.rs:71-72).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant