Skip to content

Add CI that runs things through valgrind.#152

Open
luciansmith wants to merge 14 commits into
general-cleanupfrom
add-valgrind-check
Open

Add CI that runs things through valgrind.#152
luciansmith wants to merge 14 commits into
general-cleanupfrom
add-valgrind-check

Conversation

@luciansmith

Copy link
Copy Markdown
Contributor

No description provided.

Also compile that with debug info, so any error message will be at least somewhat informative.  Also allow manual running of valgrind on the debug branch when we need more diagnostic information.
Also upload all of them as an artifact, and split into groups of 20 so we see them before waiting the entire time.
We were inconsistently deleting a passed-around vector<string>* object from antimony.ypp.  Now we pass it as a const reference instead, and delete it inside antimony.ypp directly, instead of inside the functions it passed to.

Also actually delete the removed rateOf function definition when it was found in the SBML model.
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.

1 participant