-
Couldn't load subscription status.
- Fork 30
Changes for using UTBotCPP on scalapack project. #560
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
Conversation
…cause of unusual definition of some functions.
…cause of unusual definition of some functions.
…TBotCPP into kichunya/scalapack
| return result; | ||
| } | ||
|
|
||
| bool SourceToHeaderMatchCallback::IsOldStyleDefinition(std::string const &definition) const{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment with example
| for (nlohmann::json const &jsonFile: linkCommand.at("files")) { | ||
| auto filename = jsonFile.get<std::string>(); | ||
| fs::path currentFile = Paths::getCCJsonFileFullPath(filename, command.getDirectory()); | ||
| if (currentFile.string().substr(currentFile.string().size() - 4) == ".f.o"){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this check to a separate function to add other unsupported files in future
This PR fixes several problems that appeared on the project scalapack: