diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-25 17:51:20 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-25 17:51:20 +0200 |
| commit | e5de9ab3ceaa26abbbf7886c09f78bd0e6bfe182 (patch) | |
| tree | a39088fa0f2ac915634c093b94e36062ffb5c0a3 | |
| parent | ecacdd575fcadea1fa66c5b2b29f9329835b8c22 (diff) | |
Remove old note about renamed methods.
Anyone who might care has probably already seen it.
| -rw-r--r-- | README.md | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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. ;) -<b>Note</b>: To make the API more consistent and intuitive, some methods have been -renamed as follows: - -<table> - <tr><th>From </th><th>To </th></tr> - <tr><td>Symbol.calc_value() </td><td>Symbol.get_value() </td></tr> - <tr><td>Choice.calc_mode() </td><td>Choice.get_mode() </td></tr> - <tr><td>Symbol.set_value() </td><td>Symbol.set_user_value() </td></tr> - <tr><td>Choice.get_actual_items() </td><td>Choice.get_symbols() </td></tr> - <tr><td>Symbol.is_choice_item() </td><td>Symbol.is_choice_symbol() </td></tr> - <tr><td>Symbol.reset() </td><td>Symbol.unset_user_value() </td></tr> - <tr><td>Config.reset() </td><td>Config.unset_user_values()</td></tr> - <tr><td>Menu.get_depends_on_visibility()</td><td>Menu.get_visibility() </td></tr> -</table> - - 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): |
