[ARVADOS] updated: 1.1.0-25-g02adf61

Git user git at public.curoverse.com
Sat Oct 14 14:14:37 EDT 2017


Summary of changes:
 sdk/go/keepclient/block_cache.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  02adf6134d262d17066dbc48d3fb85c8861c8349 (commit)
      from  a8d59274b32098abcc6b36b46ae354de3dcd13ad (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.


commit 02adf6134d262d17066dbc48d3fb85c8861c8349
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Sat Oct 14 12:47:42 2017 -0400

    12447: Remove .Bytes()
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/go/keepclient/block_cache.go b/sdk/go/keepclient/block_cache.go
index ca19f41..1849fa2 100644
--- a/sdk/go/keepclient/block_cache.go
+++ b/sdk/go/keepclient/block_cache.go
@@ -75,7 +75,7 @@ func (c *BlockCache) Get(kc *KeepClient, locator string) ([]byte, error) {
 				}
 			}
 			c.mtx.Lock()
-			b.data, b.err = data.Bytes(), err
+			b.data, b.err = data, err
 			c.mtx.Unlock()
 			close(b.fetched)
 			go c.Sweep()

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list