-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ibuf: describe why ibuf_*() functions are copied
I wrote it mainly to clarify when the hack could be removed. Follows up #59
- Loading branch information
1 parent
0eaa1fe
commit f5ce080
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Hacking | ||
|
||
Here we collect arcane knowledge, which may be useful for developers of the | ||
module. | ||
|
||
## memcached_ibuf | ||
|
||
`third_party/memcached_ibuf.[ch]` is the copy of ibuf from the small library | ||
with renaming of the functions. The motivation is to avoid possible name clash | ||
between tarantool's symbols and the module's symbols. See [1] and [2] for | ||
details. | ||
|
||
We can remove it, when we'll dedice to drop support of tarantool versions | ||
affected by [1] or will find another way to overcome the name clash (see [3]). | ||
|
||
[1]: https://github.com/tarantool/tarantool/issues/6873 | ||
[2]: https://github.com/tarantool/memcached/issues/59#issuecomment-1081106140 | ||
[3]: https://github.com/tarantool/memcached/issues/92#issuecomment-1081128938 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters