From: Eric B. <er...@us...> - 2012-10-01 11:04:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gobo-eiffel". The branch, master has been updated via f3a77c3726820c07dc4594db349cfa96e185f4ea (commit) from ed14960c2ff04ed527173b9def0cf20cd17ea269 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f3a77c3726820c07dc4594db349cfa96e185f4ea Author: Eric Bezault <er...@go...> Date: Mon Oct 1 04:02:48 2012 -0700 * Fixed bug in DS_HASH_TABLE when the calls to `key_equality_tester' in `search_position' trigger the invariant which internally calls `search_position'. This routine was not written to be re-entrant. * Fixed bug in features `force_last_new' and `put_last_new' of DS_HASH_TABLE when the call is not preceded by a call to `search_position' with the same key. ----------------------------------------------------------------------- Summary of changes: History.txt | 6 +++ library/structure/table/ds_sparse_container.e | 14 ++++-- library/structure/table/ds_sparse_table.e | 8 +-- test/structure/ds_test_hash_set.e | 35 +++++++++++++++- test/structure/ds_test_hash_table.e | 55 ++++++++++++++++++++++++- 5 files changed, 106 insertions(+), 12 deletions(-) hooks/post-receive -- gobo-eiffel |