GitHub user nwellnhof opened a pull request:

    https://github.com/apache/lucy-clownfish/pull/52

    Remove Bool to Num conversion methods

    These methods used to be "virtual" methods defined in `Obj`. Now that 
they're non-virtual, there's no real use for them. Simply call `Get_Value` and 
convert the value manually.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nwellnhof/lucy-clownfish remove-bool-to-num

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucy-clownfish/pull/52.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #52
    
----
commit 0bbfcfcb84390f1c696532534aa9e0e62fbf3ffa
Author: Nick Wellnhofer <[email protected]>
Date:   2015-11-20T14:12:14Z

    Remove To_Bool methods
    
    Now that these methods aren't "virtual", they aren't very useful.

commit 4118fbd2040a4fbb77060d55c57ad3626951b764
Author: Nick Wellnhofer <[email protected]>
Date:   2015-11-20T14:16:47Z

    Remove Bool_To_I64 and Bool_To_F64
    
    Now that these methods aren't "virtual", they aren't very useful.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to