seyyed / scalaris

Automatically exported from code.google.com/p/scalaris
Apache License 2.0
0 stars 0 forks source link

Inconsistent specs and return values #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hej,

I guess there is a typo in the test_and_set() function?

@cs_api,129
--- {{fail, notfound}, TransLog2}
+++ {{fail, write}, TransLog2}

And also in the specs for read()?

@cs_api,89
--- %% @spec read(key()) -> {failure, term()} | value()
+++ %% @spec read(key()) -> {fail, term()} | value()

Thanks,
Uwe

Original issue reported on code.google.com by Uwe.Daue...@gmail.com on 9 Mar 2010 at 2:00

GoogleCodeExporter commented 8 years ago
thanks for your input - it has been integrated into r602

Original comment by nico.kru...@googlemail.com on 10 Mar 2010 at 2:28