Chris Lumens

Results 15 issues of Chris Lumens

This can be left until after other unit test PRs get merged. I'll have to update it, but I don't want to keep blocking those other PRs with my changes.

Tasks still remaining: * [ ] further testing * [ ] documentation? * [x] add support for PCMK__ATTRD_CMD_CLEAR_FAILURE

cflow is a program that generates reports of function call chains in C source files. I find it most useful in determining where a function I want to get rid...

Over the past two years, I've been working on a new version of pykickstart that cleans up a bunch of stuff and corrects some inherent flaws, as well as stops...

This is the next batch of refactorings from PR #82, though there are a couple differences from what's in those patches: * Note the FOREACH_NODE -> _FOREACH_NODE stuff. Basically, I...

I've tested this a little bit several weeks ago, but obviously it needs to be more thoroughly tested again. I'd love to come up with a way to do this...

I've resisted doing these kinds of changes but there's several things about existing coding style (primarily, the lack of braces in a lot of places) that annoy me. And then...

This removes the global booth_conf variable from find_ticket_by_name, which lets us remove it from the rest of ticket.c.