Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require displayable types in the ground interface #236

Closed
4 tasks done
bocchino opened this issue Mar 22, 2023 · 0 comments · Fixed by #494
Closed
4 tasks done

Require displayable types in the ground interface #236

bocchino opened this issue Mar 22, 2023 · 0 comments · Fixed by #494
Assignees
Labels
proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification user's guide Issues related to the FPP User's Guide
Milestone

Comments

@bocchino
Copy link
Collaborator

bocchino commented Mar 22, 2023

A type T appearing in a command, telemetry, event, or parameter specifier should be a displayable type. That way the GDS is guaranteed to have the information it needs to display the type.

A "displayable type" is any built-in type, enumeration type, or struct or array type whose member types are displayable types.

  • Revise spec
  • Revise semantics
  • Add unit tests
  • Revise User's Guide
@bocchino bocchino added semantics Issues related to semantics spec Issues related to the FPP language specification user's guide Issues related to the FPP User's Guide labels Mar 22, 2023
@bocchino bocchino self-assigned this Mar 22, 2023
@bocchino bocchino added this to the C++ Components milestone Mar 22, 2023
@bocchino bocchino removed this from the C++ Components milestone Jul 11, 2023
@bocchino bocchino added the proposed feature A proposed new feature label Nov 16, 2023
@bocchino bocchino removed their assignment Apr 29, 2024
@jwest115 jwest115 self-assigned this Jul 1, 2024
@bocchino bocchino changed the title Exclude abstract types from the ground interface Require displayable types in the ground interface Jul 2, 2024
@bocchino bocchino added this to the FPP v2.2.0 milestone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposed feature A proposed new feature semantics Issues related to semantics spec Issues related to the FPP language specification user's guide Issues related to the FPP User's Guide
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants