[RCBC-87] Gem is failing to install on macos Created: 08/Oct/12 Updated: 13/Nov/12 Resolved: 08/Oct/12 |
|
| Status: | Closed |
| Project: | Couchbase Ruby client library |
| Component/s: | library |
| Affects Version/s: | 1.2.0.z.beta2 |
| Fix Version/s: | 2.0.0 |
| Security Level: | Public |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Avseyev | Assignee: | Sergey Avseyev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
make
xcrun cc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin11.0 -I. -DRUBY_EXTCONF_H=\"couchbase_config.h\" -I/usr/local/Cellar/libevent/2.0.19/include -I/opt/local/include -I/usr/local/include -I/usr/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -g -Os -pipe -fno-common -DENABLE_DTRACE -fno-common -pipe -fno-common -std=c99 -Wall -Wextra -c arguments.c In file included from arguments.c:18: couchbase_ext.h:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'hrtime_t' couchbase_ext.h:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'gethrtime' make: *** [arguments.o] Error 1 |
| Comments |
| Comment by Sergey Avseyev [ 08/Oct/12 ] |
| http://review.couchbase.org/21427 |
[RCBC-62] Support the setq memcache operation Created: 20/Jul/12 Updated: 13/Nov/12 Resolved: 08/Oct/12 |
|
| Status: | Closed |
| Project: | Couchbase Ruby client library |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0 |
| Security Level: | Public |
| Type: | New Feature | Priority: | Major |
| Reporter: | Ben Poweski | Assignee: | Sergey Avseyev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
We would like the couchbase driver to support the setq operation (writes without acknowledgment)
|
| Comments |
| Comment by Sergey Avseyev [ 08/Oct/12 ] |
| Now the ruby client supports multi set/get/etc... operations which are pipelined like setq |