Robin Freyler

Results 494 comments of Robin Freyler

The whole from_str serialization parts are super old and have never even been finished. Ideally I shouldn't have pushed them to master but it happened. So please feel free to...

> I think my new goal is to fix this issue with robust string serialization and deserialization functions before university starts again. I have a fixed point way of removing...

This is some awesome information btw! I like your checklist and I am also strongly favoring the proposed restructuring of `apint` in general. Having started a new job I cannot...

About your question in the beginning: The `NonNull` is very similar to a `*mut Digit` that cannot be `NULL`. This isn't even required because currently Rust cannot use the non-null...

Comparisons to `ramp` and `bigint` would be awesome already if we had them. :) And yeah, performance regressions are bad and we really should find ways (bench suite?) to avoid...

Yeah you can do that. But keep in mind that we cannot release a new version of `Apint` as long as `Rust 2018` ist not stable. It will be stabilized...

> EDIT: I figured out that the errors happen when compiling with default-features=false, we can fix it in the reorganization. Ah that's a good hint! > I am getting errors...

> I almost forgot to say that along with the crate reorganization, you can maybe change some things about the error type in the crate. I think that message and...

Yeah we really should use 2018 edition for all future updates. It is awesome to work with it. :)

Nice that you ask! My winter break is also almost over, have been some nice days. I am doing fine but have lots of work to do for work until...