-
Notifications
You must be signed in to change notification settings - Fork 325
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
Fixing concurrency and compilation issues. #385
Conversation
Codecov Report
@@ Coverage Diff @@
## master #385 +/- ##
============================================
+ Coverage 69.63% 69.78% +0.15%
- Complexity 707 713 +6
============================================
Files 81 81
Lines 2766 2777 +11
Branches 562 564 +2
============================================
+ Hits 1926 1938 +12
+ Misses 626 623 -3
- Partials 214 216 +2 Continue to review full report at Codecov.
|
Pre checkin Build or CI/CD is no longer running and this might result in some compilation issues sneaking into master. Can you please take a look at the CI/CD flow also. |
Hi @stevehu can you please have a look at this PR and can you please merge at your convenience. |
@hkupty Could you please take a look at why the lossless test cases are failing after the change? Thanks. |
@stevehu can you merge this PR if you are OK with the changes. I have commented the test cases causing compilation issues. Also can we have build hooks enabled, so that such issues can be caught early. |
Also any idea why travis builds are not being triggered? |
@prashanthjos I just realized that the Travis build failed. Check the log for the master branch and found the following errors. I am looking into it now. Thanks a lot for raising it.
|
@prashanthjos I have fixed the TypeFactoryTest issues and it should be working now in the master branch. Could you please sync from master? It was my mistake when merging the previous PR. Thanks. |
@stevehu I fixed the merge conflict. Can you please restore Travis CI from next builds. Can you please merge the PR. |
Sorry I missed the notification. What was the issue? Do you still want me to have a look at it? |
Fixing concurrency and compilation issues. (networknt#385)
A new release 1.0.50 is out. Thanks. https://github.com/networknt/json-schema-validator/releases/tag/1.0.50 |
This PR fixes below issues.
Please let me know if you see any concerns with the above issues or updated files.