Results 16 issues of Hannes Sommer

We should at least know about existing code before redoing work or missing to integrate useful bits. Currently we've got: 1. Paul's implementation of a simple convex hull algorithm +...

The following minimal test case (in typescript) reveals a potential bug where a reference is undefined after revive through user defined conversion: ```typescript const Typeson = require('typeson'); class ComplexClassThroughArray {...

bug

@huberya , this works on my side. Let's see what Jenkins says...

They are outdated thanks to the new matrix stack (PR #137 ). See 97b43ebf471f928cd87cfb4822503bc1d042308d as an example of how remove the awful duplication that always come with those as a...

Jerome introduced already a assertion to at least informative fail the other case with d1d42388c1cae3f9b75fefce5139b0f22f4c8172.

bug

Or the other way around : why was it non const in the first place? I can't see the reason. Currently there are const cast because of that in almost...

question