From e5de9ab3ceaa26abbbf7886c09f78bd0e6bfe182 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 25 May 2015 17:51:20 +0200 Subject: Remove old note about renamed methods. Anyone who might care has probably already seen it. --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 60750e0..1f79b77 100644 --- a/README.md +++ b/README.md @@ -73,22 +73,6 @@ 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 :). Patches are welcome too of course. ;) -Note: To make the API more consistent and intuitive, some methods have been -renamed as follows: - - - - - - - - - - - -
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 (should be the only ones) 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): -- cgit v1.2.3