Dimitris Papavasiliou

Results 29 comments of Dimitris Papavasiliou

>Note your title is also "incoplete" :) :laughing: Noted and corrected.

As far as I can see, the failure in the integration tests is not due to my changes. I tried replacing them with a single whitespace change, so that the...

Well, it seems I no longer need this. I realized that it'd probably be best to statically link Chibi-Scheme, so that I now have to bake in the system C...

I've updated the patch with an implementation that, as far as I can see, is the simplest in terms of needed changes, while still covering all use cases. As before,...

I assumed something like that. I have since simply changed all my exprots to using the `_proc` variants, so this doesn't affect me personally any more, but since the non-`_proc`...

That was my initial approach, but I decided against it, because I didn't see it used anywhere else for a vertex-is-constrained sort of map. It will have the advantage of...

I've force-pushed a new take on the implementation. The existing code seems to be broken in that the `VertexPointMap` parameter is passed to `init()`, which no longer accepts it. I...

Pinging this, in case it has slipped attention. I'm still very much interested in getting this through (if it is considered acceptable), as I'm already using it at my end.

It can; in fact that's how it was in the first iteration, before I changed it based on the suggestion of @afabri above. I can change it back if you...

I also prefer the first version, although, to reiterate, I can't see how the current version impacts the main use-case of not fixing vertices either. In any case, please let...