Liam McSherry

Results 6 comments of Liam McSherry

Until the situation 5a48a1ce018e45f342b83bae89277d0766317c82 mentions is resolved, this feature is on hold (and so won't be included in the `v1.4.0` release unless things change soon).

Thanks for the suggestion. I can see the use here, although at the moment I'm not sure parsing retains the information needed to reconstruct the range string, especially for the...

I'd considered adding conversion operators for `System.Version` in the past, but I decided against this because they are semantically incompatible. Plus, implicit operators should only be used where there would...

@niemyjski I plan to introduce a "greedy" parse mode (see #12). It might be useful in your application.

I've decided to reopen this issue. Although semantic versions and `System.Version` aren't completely compatible, I think including a converter apart from the main API (maybe under a `McSherry.SemanticVersioning.Extensions` namespace or...

I can't readily produce it out of context, although this module on its own is simple—it contains only instantiations of an ARTIQ `rtlink` and two `Module`s that wrap `Instance`s, e.g.:...