Skip to content

Micha/tuple refactor #150

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

Open
wants to merge 19 commits into
base: wip/rewrite
Choose a base branch
from
Open

Micha/tuple refactor #150

wants to merge 19 commits into from

Conversation

WilstonOreo
Copy link
Collaborator

  • Removed Color variant from Type and Value
  • Type aliases for NamedTuples: Vec2, Vec3, Color
  • assert_eq and type_of builtin functions
  • Fixed missing type check for assignments
  • Fixed error in md_tests when using "#" in string literals
  • parameter_value! is now called parameter!, remove old unused parameter! macro
  • All attributes go into a .meta property.

Things noticed:

  • Type checking for parameters is broken, will fix.
  • The attributes stuff can be extended and writing my_part#layer would be easy to implement, but I leave it for now.

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