Closed GoogleCodeExporter closed 8 years ago
Rename it callableValue() to match intValue() and friends.
Unfortunately there's no easy way to fix this while keeping backward
comparability. While we could use version_compare() to create either callable()
or callableValue(), the code that builds the helper functions is generated from
the @factory annotations. This will require a special case or simply break
backward compatibility.
Original comment by dharkn...@gmail.com
on 20 Jan 2012 at 6:46
I've changed it to callableValue() as all other type-based matchers are named
as such.
Original comment by dharkn...@gmail.com
on 20 Jan 2012 at 7:30
Original issue reported on code.google.com by
dharkn...@gmail.com
on 20 Jan 2012 at 6:44