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

refac: change function signature T Inverse() to bool Inverse(T*) #265

Closed
wants to merge 1 commit into from

Conversation

saliaku
Copy link

@saliaku saliaku commented Jan 30, 2024

Description

I have added .vscode to the .gitignore file so that people who uses vs code for development can make use of it

The changes that were asked to be made were made. I am right now using Debian so I am unable to test the software.
would be happy to help in any way possible though

Fixes #76

@chokobole
Copy link
Contributor

Did you try building? If you try building, you face a lot of compile error because you changed the function signature. What you should do after changing signature is tol resolve compiler error

@Insun35
Copy link
Contributor

Insun35 commented Jan 31, 2024

@saliaku Please check the CI log. It must pass Lint, Build, and Test.
Please make sure to build and test locally before pushing to the origin. Also, we are using clang-format and cpplint for code maintenance. For more details, please see C++ dev guide
Before contributing, please read the Contributing guide docs first.

@chokobole chokobole changed the title Change function signature T Inverse() to bool Inverse(T*) #76 feat: change function signature T Inverse() to bool Inverse(T*) Jan 31, 2024
@chokobole chokobole changed the title feat: change function signature T Inverse() to bool Inverse(T*) refac: change function signature T Inverse() to bool Inverse(T*) Jan 31, 2024
@chokobole
Copy link
Contributor

@saliaku I'll close the issue if you want to keep working on this, please reopen the PR!

@chokobole chokobole closed this Feb 1, 2024
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.

Change function signature T Inverse() to std::optional<T> Inverse()
3 participants