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

TypeChecker doesn't catch args/parameters mismatch #75

Open
Aavild opened this issue Jun 19, 2023 · 0 comments
Open

TypeChecker doesn't catch args/parameters mismatch #75

Aavild opened this issue Jun 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working LowPrio Low Priority Simpel Shouldn't take too long

Comments

@Aavild
Copy link
Collaborator

Aavild commented Jun 19, 2023

Example:

func activateWaterpump(pin arduinoSensor, Time water){

activateWaterpump(arduinoSensor, neededWater);

where neededWater is unit Volume

@Aavild Aavild added the LowPrio Low Priority label Jun 19, 2023
@Aavild Aavild added the bug Something isn't working label Jun 19, 2023
@Aavild Aavild added the Simpel Shouldn't take too long label Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working LowPrio Low Priority Simpel Shouldn't take too long
Projects
None yet
Development

No branches or pull requests

2 participants