commit | 2f1878c133ccb626392c2c95e27310a804b8b8fa | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Tue Jul 14 14:18:47 2015 -0700 |
committer | Robin Thellend <rthellend@google.com> | Tue Jul 14 14:23:33 2015 -0700 |
tree | e3fcacbf161dd821c0675a7edfb4e3a611ae7af8 | |
parent | 14d8c592ffbaf90468d5858a3f5f9e9fa4d529e7 [diff] |
lib/glob: Clean up the glob library Refactored the glob library to expose a new Element object that can be used to match one path segment at a time. Deprecated MatchInitialSegment() in favor of Head() and Tail(). Deprecated PartialMatch(). Deprecated Finished() in favor of Empty(). Deprecated Split() in favor of Tail(). Deprecated SplitFixedPrefix() in favor of SplitFixedElements(). Partly addresses: v.io/i/532 Change-Id: Ia94c958fb8415fc36a123887626c5d377806170f
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.