Gavin King

Results 1276 comments of Gavin King

Hrm, in fact, one might argue that instead of `1.2.2-1.1`, the version number should be of form `1.2-1.1.2`. That is, if we assume that we have BC between minor releases...

> because OSGI versions are ordered (lexical order), and changing the platform version number would disturb the ordering of true SDK versions I know that. But assuming that module version...

Haha On Mon, Oct 3, 2016 at 11:10 AM, Bastien Jansen [email protected] wrote: > According to SemVer > > [image: image] > https://cloud.githubusercontent.com/assets/281528/19032384/b12d7554-8959-11e6-8dcf-2260140ae4b5.png > #triggered > > — > You...

I don't think that `execute()`, now `Statement()` is the thing that should offer this functionality. - `Insert()` does now have it, and - I guess `Call()` needs it.

I definitely don't love `Nil`. Way too generic. But I really think it needs to be something snappy. `Missing` vs. `Existing` is frankly pretty good. But is it really right...

> To be honest I don't understand why `Resource` deserves to own `linkedResource`, when a particular `Resource` might not exist, let alone be a `Link`. Well, it lets you get...

> And `Nil` is returned by a normal file? No. I think perhaps I need to document what that operation does a little better. Or perhaps it could be a...

> Also (at a slight tangent) would it be better to have a type of `UnknownResource` to express things like device files rather than having `ConcretePath.resource` throw an exception in...