-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement Type Error #25
Comments
@martinezlucas98 , may i look into this issue. Can you please tell more detail about it like where the error is detected and which files to be refereed to solve this issue. |
@Shree-Gillorkar right now I am looking at and testing a PR that someone made for issue #26 which I think is necessary before we can attemp to solve this one (although I could be wrong).
But I will let you know as soon as the PR I mentioned is merged and if this issue has not been resolved in that same PR. |
@martinezlucas98 ya its all okay. Let me know whenever you complete that PR you talked about. |
Merge pull request #36 from martinezlucas98/owner
Merge pull request #38 from martinezlucas98/owner
Implement Type Error
Description:
An error message must be printed when a type error occurs.
For now we will implement Panic-Mode Error Recovery. This can be upgraded in the future.
The text was updated successfully, but these errors were encountered: