Kenneth Cochran
Kenneth Cochran
Thank you for the feedback. Expecting to have time to clean this up in about a week
Thanks @lipkau! I take that to mean you're uninterested in a PR for this?
Yeah, I'll take a look and see what I can do. I really appreciate your enthusiasm about this proposal, it'll significantly increase the usefulness of this project for me.
I think this could probably be implemented in a way that would be useful for things other than tasks. I think the following might get us the functionality we're looking...
If the above makes any sense, I'll likely find time to implement it at some point. Really, the key features here are that users could associate arbitrary key/value data with...
Out of the four times I've tried to build doppio since the last update, once it built correctly, twice it failed on the includes task, and once it got stuck...
I am getting this same error - but only occasionally.. Seems like a race condition somewhere
It needed a few changes from the code you have above, but I believe I have this working. There's just one thing I can't seem to figure out. I get...
I just switched the compiler flag from c89 to c99 in CMakeLists.txt to work around this for now.
Thanks! On Sun, Jun 24, 2018, 2:15 PM Max Bruckner wrote: > Hm, seems like the testing framework I'm using doesn't completely follow > ANSI C after all. > >...