From 04482724726b8ae60d2343a619b4e666c7455a0a Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 16 Dec 2012 07:10:19 +0100 Subject: Spiffy up README.md a bit. --- README.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 90f580e..43e54be 100644 --- a/README.md +++ b/README.md @@ -32,24 +32,28 @@ Please tell me if you miss some API instead of digging into internals. The internal data structures and APIs, and dependency stuff in particular, are unlikely to be exactly what you want as a user (hence why they're internal :). -Note: To make the API more consistent and intuitive, some methods have been +Note: To make the API more consistent and intuitive, some methods have been renamed as follows: - * Symbol.calc\_value() -> Symbol.get\_value() - * Choice.calc\_mode() -> Choice.get\_mode() - * Symbol.set\_value() -> Symbol.set\_user\_value() - * Choice.get\_actual\_items() -> Choice.get\_symbols() - * Symbol.is\_choice\_item() -> Symbol.is\_choice\_symbol() - * Symbol.reset() -> Symbol.unset\_user\_value() - * Config.reset() -> Config.unset\_user\_values() - * Menu.get\_depends\_on\_visibility() -> Menu.get\_visibility() + + + + + + + + + + + +
From To
Symbol.calc_value() Symbol.get_value()
Choice.calc_mode() Choice.get_mode()
Symbol.set_value() Symbol.set_user_value()
Choice.get_actual_items() Choice.get_symbols()
Symbol.is_choice_item() Symbol.is_choice_symbol()
Symbol.reset() Symbol.unset_user_value()
Config.reset() Config.unset_user_values()
Menu.get_depends_on_visibility()Menu.get_visibility()
The test suite failures for the following Blackfin defconfigs on e.g. Linux 3.7.0-rc8 are due to [a bug in the C implementation](https://lkml.org/lkml/2012/12/5/458): -arch/blackfin/configs/CM-BF537U\_defconfig -arch/blackfin/configs/BF548-EZKIT\_defconfig -arch/blackfin/configs/BF527-EZKIT\_defconfig -arch/blackfin/configs/BF527-EZKIT-V2\_defconfig -arch/blackfin/configs/TCM-BF537\_defconfig + * arch/blackfin/configs/CM-BF537U\_defconfig + * arch/blackfin/configs/BF548-EZKIT\_defconfig + * arch/blackfin/configs/BF527-EZKIT\_defconfig + * arch/blackfin/configs/BF527-EZKIT-V2\_defconfig + * arch/blackfin/configs/TCM-BF537\_defconfig -- cgit v1.2.3