Skip to content
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

Bump NCalcSync from 3.7.0 to 3.8.0 #332

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2023

Bumps NCalcSync from 3.7.0 to 3.8.0.

Release notes

Sourced from NCalcSync's releases.

v3.8.0

What's new:

Credits

Nuget package

https://nuget.org/packages/NCalcSync

Changelog

Sourced from NCalcSync's changelog.

3.8

3.7

3.6

3.5

3.4

3.2

3.1

3.0

Several syntax changes to the grammar:

While these changes in themselves wouldn't introduce compatibility issues with previously valid statements, code that relies on statements with these constructs being invalid would be affected. The grammar also had to be regenerated with a new version of ANTLR with some fixes to it since it was clear that the generated source code had been modified manually. Manual review indicates that the regenerated grammar is identical, but because of both these reasons this is released as a new major version.

  • Bugfix: invalid tokens were skipped silently without any errors. Expressions like "4711" would ignore the " (since that is not the string character in the NCalc syntax) and parse it as the number 4711, but now an EvaluationException is thrown as for other syntax issues. This may affect existing expressions, but since they were always incorrect and now give an exception rather than silently getting a new value it does not merit a new major release.
  • Major bugfix: long integers are now treated as integers. Previous versions converted them to single-precision floats, which caused data loss on large numbers. Since this affects the results of existing expressions, it requires a new major release.
  • New builtin function Ln()

2.0

Initial public release of the .NET Core version.

Commits
  • 4275e35 Updated the CHANGELOG.md.
  • 36e0b56 Set version to '3.8.0'
  • 8f525d7 EvaluationVisitor.Result setter should be protected, not private.
  • 376e35b Fix issue with CommonTypes (#78)
  • e962667 Checking whether NCalc parses floating-point numbers with no fractional parts...
  • db405bf Merge branch 'release/v3.7.0'
  • ed73693 Set version to '3.8.0-alpha'
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [NCalcSync](https://github.com/ncalc/ncalc) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/ncalc/ncalc/releases)
- [Changelog](https://github.com/ncalc/ncalc/blob/master/CHANGELOG.md)
- [Commits](ncalc/ncalc@v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: NCalcSync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from IhateTrains as a code owner July 20, 2023 21:16
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 20, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5615986902

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.8%

Totals Coverage Status
Change from base Build 5556579137: 0.0%
Covered Lines: 3205
Relevant Lines: 3382

💛 - Coveralls

@IhateTrains IhateTrains merged commit a80e411 into main Jul 20, 2023
8 checks passed
@IhateTrains IhateTrains deleted the dependabot/nuget/NCalcSync-3.8.0 branch July 20, 2023 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants