Alexander Klauer

Results 11 comments of Alexander Klauer

> Fixed by making `prune_to_minimal` saner. What was your fix? Did you ever commit it? I found two problems with `find_minimal_translation()` (which calls `prune_to_minimal()`). One is an immediate reference to...

The bug is simply that when `traverse_pruned_translation()` goes through a linked list of alt nodes, it adds all the alternatives, but not the alt nodes themselves, except for the first...

> Thanks for working on the issue. I've committed another version (w/o recursion because it might be very deep for some cases) of the patch into the repository. It's a...

OK. I'm still working on revamping the build/test system. After that, I can make a pull request fixing all the license headers.

Understood. I'll give it a shot, but my time is also limited, so I can't make any promises. In any case, thanks for writing YAEP.

Just a heads-up: the allocator used by YAEP is not thread-safe/reentrant by itself. So I'll try to fix the allocator first, then YAEP.

OK, regarding `uint`,I made a mistake in the test program. Sorry, I'll fix the example.

> OK, regarding `uint`,I made a mistake in the test program. Sorry, I'll fix the example. Fixed. Again, sorry.

Aah, thank you for this explanation, that makes a lot of sense. The thing that threw me off is that often in Go, a bool return value like this indicates...

@vitalvas Given @thedevop's explanation, I don't think we need a `PublishV2`. However, some additional documentation or even an example might be helpful. Along the lines: * `Publish` is a convenience...