Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Conversation

StanleyGoldman
Copy link
Contributor

@StanleyGoldman StanleyGoldman commented Sep 20, 2017

Fixes #334

Initially for #145 in #310 I went to remove these regex expressions as they are not used.
Testing that, it worked.
I went back and tried to fix the stored procedures.
Resharper believed \_ to be incorrect. Expresso (a .net regex tool) didn't seem to mind it.
I assumed that was the error and changed it to _. After that I failed to test appropriately.

@shana
Copy link
Member

shana commented Sep 21, 2017

The correct way to do a hotfix release for 0.21 is to create two branches - one for the hotfix release, another for the hotfix itself. Bump the version on the release branch, and do the patch separately (without the version bump). Then we can do a PR of the patch onto the release branch, and we can do another PR of the same patch branch to master without having to worry about version conflicts.

@shana shana closed this Sep 21, 2017
@StanleyGoldman StanleyGoldman deleted the master-patch branch September 22, 2017 13:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exceptions on 2017.1 in .Net 4.6
2 participants