Alex Sedov
Alex Sedov
Working arrays in crevice, can you believe it?! Quite a bit of black magic with newtypes and additional traits, but overall I quite like the final design.
Since const generics MVP hit the stable, it should be possible to implement `AsStd*` for sized arrays. The corresponding `Std*` type would need to be a sized array of a...
Currently, the traits are disconnected, which means the only useful way to implement them is a derive macro. I propose a following minor breaking interface change. ``` pub unsafe trait...
Enums MVP.
Supported cases: - non-repr-C enums without non-null optimization; - repr-C enums that are dataless / have the same layout for every case - enums with non-null optimization that don't use...
inline.rs was a sore spot for me reading the codebase because of how many TODOs and quadratic algorithms it had sitting there. Looking at it, I was able to see...
Going by the text, ``` This set is reduced by retaining only centroids with a count less than 4 \delta q (1 - q) n ``` Going by the code,...
PostgreSQL has multiple built-in range types, and allows creating a new one over just about anything comparable. Currently only a couple of range types are supported, and as a special...
By which I mean it does, as long as there are no types with conflicting names. It's pretty sad when you have multiple similar schemas with the same layout. I...
`erlfmt_formatter_SUITE` and `sr_formatter_SUITE`, which both derive path to `test_app` from `code:priv_dir`, fail on Windows, because there it points to `_build/test/rebar3_format/priv`. I imagine it has something to do with Windows not...
Fixes bugs uncovered by #267. List of changes: - Common utility file for initializing the state and discovering test app - Fix git flags in test_app_SUITE - Made output_dir test...