summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-11 15:18:10 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-11 15:18:10 +0100
commite32946d785274c4d33b63a7748ca6e1f733de331 (patch)
tree44c407fa95c768a58d3e0cccc12737be7483dc32 /README.md
parent906a1d119152f70268264c632b3c8193e476b720 (diff)
Rename APIs to be more consistent and intuitive.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b589253..db8a7b2 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,15 @@ 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
+renamed as follows:
+ * Symbol.calc\_value() -> Symbol.get\_value()
+ * Choice.calc\_mode() -> Choice.get\_mode()
+ * Symbol.set\_value() -> Symbol.set\_user\_value()
+ * Symbol.reset() -> Symbol.unset\_user\_value()
+ * Config.reset() -> Config.unset\_user\_values()
+
+
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):