Jeff Walker

Results 47 comments of Jeff Walker

It might make sense to implement escaped identifiers at the same time

I've been busy with work and other projects, but you're right it has been a long time and most/all the changes for 3.0 seem to be done. I'll try to...

I've published v3.0.0-beta.2, which I expect will be identical to what gets published as v3.0.0 soon. The primary change that carries any risk is a downgrade of the minimum version...

v3.0.0 has been released. * [Release Notes](https://github.com/WalkerCodeRanger/semver/releases/tag/v3.0.0) * [NuGet](https://www.nuget.org/packages/Semver/3.0.0)

As part of this, see if we can emit source links in the docs. If it isn't simple to do so, create a separate issue for that.

Support for `or` patterns and matching patterns without a variable (i.e., `case T:`/`T =>`) is planned. I can imagine how to do exhaustiveness checking on simple tuples of types. Are...

@rngcntr I'm not sure what is causing that error. It should be working. Please file a separate bug for that with more detail about versions being used and steps to...