Hi,

Quoting Guillem Jover (2014-09-02 01:07:08)
> Thanks for the patch! I'm preemtively merging this locally, and will be doing
> some testing. At a first glance I see some very minor issues that I'll be
> fixing (because it's going to be faster that way :) and posting a diff for
> your peruse. I think I might have comments on some of the design decisions
> made that AFAIR we left hanging in Paris, but nothing dramatic. :)

Thanks!

I also have a minor addendum that I found while I implemented the same logic in
OCaml for dose3:

The "not (A xor B)" in evaluate_restriction_formula could be better done by
doing "(A == B)". I don't know how well that works in perl because of its types
but assuming A and B are booleans, this expresses the same and looks better
than xor.

cheers, josch


--
To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to