Mark Hammons
Mark Hammons
Strtod and other tests can break from the failure of locale synchronization between C and Java. Make these tests more robust.
As a modern mac user, I would like slinc to support AArch64. This story is complete when sprintf works on aarch64 machines.
Alternative to #147 in the case that va_list cannot be transfered to native memory normally. In this case, we drop reader and writer from TypeDescriptor and move then into a...
As a user, it can be confusing to see an error like "Allocator not found" when using operations like `Ptr.copy`. Especially because it's not quite clear how to get an...
Absolute file dependencies of fsets are only tested on Linux at present.
As a user, I want to have an intelligible error when data passed to a binding is invalid. This story is complete when invalid expressions passed to a binding doesn't...
The core design of Slinc is a bit inconsistent, and thus hard to extend and change. The design philosophy of Slinc should be as follows: * Top level traits and...
As a user, I want to be able to specify that the types between two Ptr using parameters are linked, without specifying a specific type. This story is complete when...