Benjamin Winger

Results 51 comments of Benjamin Winger

Updated to include tests. Note that I removed the following test, as there doesn't seem to be a meaningful result for it with arbitrary length fallback chains, and I'm not...

Would it be possible to get this merged? The coverage changes seem to be related to the environment changes (e.g. there is no longer a test environment in the suite...

I hadn’t actually looked at xedit-lib previously, but I’m not sure that it’s really what I’m looking for. For one thing I’m using this in a command line utility written...

Okay, I'll bear that in mind. I suspect that the runtime at the moment is dominated by file I/O, so reading the records into structs before parsing them for IDs...

Returning to this finally; I was rather busy for some time, and my motivations changed. I've added a ParseMode enum for determining how parsing behaves. The previous functionality is preserved...

I hadn't added new tests, partially because I thought I'd wait for feedback first, and I also because I noticed that the test plugins don't have that much in terms...

I keep forgetting about this. I've updated it to fix the conflicts. I'm not sure if it really needs any more complicated plugin, as outside of the contents, the records...

I'm not sure how successful reading openmw.cfg with an ini parser will be, as it's not really the standard format, however you can also parse it line by line and...

It can depend on parallelism when copying, but if we always create databases in single-threaded mode when doing such comparisons it should be able to be directly comparable. The only...

As noted in #3501, the catalog stores and serializes catalog entries using the order produced by an `std::unordered_map`, which is not consistent across stdlibs. If we want to make them...