Open Collective
Open Collective
Loading
First funding milestone, and first PR!
Published on April 1, 2020 by Ben Burdette

We've met our first funding milestone! Thanks to everyone who's contributed so far. Funding wise, we're well on our way to phase 2!

As of now I've ported the rust error demo code over to C++, and I've made a PR for the community to look over before starting phase 2. You can check that out here.

One difference between the C++ and the rust is that in rust, I was just making a data structure directly and then handing that off to a print function. In the C++ its more strictly structured; you have to call a sequence of functions before you get a completed error object. That should make for a consistent look and feel in the C++ code where errors are created.

I'm looking forward to community feedback, and getting on with phase 2!