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

Override operators for all struct types #34

Open
ulises-jeremias opened this issue Jan 6, 2021 · 4 comments
Open

Override operators for all struct types #34

ulises-jeremias opened this issue Jan 6, 2021 · 4 comments
Labels
good first issue Good for newcomers Hacktoberfest This label is assigned to any issue that is good to go for any Hacktoberfest participant
Projects

Comments

@ulises-jeremias
Copy link
Member

We have different types defined as structs in vsl, such as Matrix at vsl.la, among others. Would be good to override missing operators +, -, *, /, %, . . .

@ulises-jeremias ulises-jeremias created this issue from a note in vsl 0.2 (To do - 0.2 General features) Jan 6, 2021
@ulises-jeremias
Copy link
Member Author

@hungrybluedev I'll assign this to you

@hungrybluedev
Copy link
Member

hungrybluedev commented Jan 8, 2021

The first target for this is Matrix. Here's the plan I want to follow:

@ulises-jeremias ulises-jeremias moved this from To do - 0.2 General features to Assigned / In progress in vsl 0.2 Apr 2, 2021
@ulises-jeremias ulises-jeremias added the Hacktoberfest This label is assigned to any issue that is good to go for any Hacktoberfest participant label Oct 5, 2021
@VinWare
Copy link
Contributor

VinWare commented Oct 11, 2021

Added #67 to add unit tests for la/vector.v

@ulises-jeremias
Copy link
Member Author

@VinWare thanks for your contribution!! I just merged your PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest This label is assigned to any issue that is good to go for any Hacktoberfest participant
Projects
No open projects
vsl 0.2
  
Assigned / In progress
Development

No branches or pull requests

3 participants