-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for non abbreviated timespan strings #2287
Conversation
Lots of test failures.... |
@mrrd it looks like you broke the parsing of normal values ? A quick survey reveales that values like: 0.05 s are causing problems now. Check the remote conf for more samples: https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka.Remote/Configuration/Remote.conf I think if you fix those scenario's it should probably resolve most, if not all, failing unit tests. |
@Danthar thanks I can see exactly what I have missed a + in the regex |
fix the regular expression to account for more than a single digit after the decimal point
fix the regular expression to account for more than a single digit after the decimal point fix test change brackets to Allman style change brackets to Allman style update failing test
…kka.net into feature/hocon-gettimespan
@mrrd can you please squash your commits |
This pull request adds support for non abbreviated timespan values in hocon