| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #2129
|
|\
| |
| |
| | |
ledger/dependabot/github_actions/cachix/install-nix-action-30
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v29...v30)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|\
| |
| |
| |
| | |
ledger/dependabot/github_actions/cachix/install-nix-action-v29
chore(deps): bump cachix/install-nix-action from V28 to 29
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 29. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/V28...v29)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
fixes #2378
|
| | |
|
| |
| |
| |
| |
| | |
- Uses CMAKE_CXX_STANDARD instead of setting -std flag manually.
- Fixes #2375
|
| | |
|
| | |
|
| |
| |
| |
| | |
fixes #2378
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. This release includes the previously tagged commit.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/V27...V28)
---
updated-dependencies:
- dependency-name: cachix/install-nix-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
|
|
| |
Do not serialize to string just to get rounded value.
`in_place_roundto` should be reliable enough now.
|
| |
|
|
|
|
|
|
|
|
|
| |
There is no parse_context_stack for generated transactions, because they
were not parsed from anywhere. This breaks strict checking, because
errors can't be reported.
It doesn't make sense to report errors for these anyway, so lets just
disable them.
|
|
|
|
|
|
| |
The smatch does not copy the input, it points to the original. So if the
string is on the stack and goes out of scope because it's only used as a
parameter, it will just be junk. Make a copy of it at a higher scope.
|
| |
|
|
|
|
|
| |
- Add some tests from comments to pull request #2361.
- Fix decimal separator in earlier added tests.
|
|
|
|
|
|
|
|
|
| |
Expose `roundto` and `in_place_roundto` to `Amount`, `Balance`, and
`Value` Python classes. They may be handy for debugging.
The methods were added after introducing of bindings and likely
it is a reason why they were missed.
Closes: #2365
|
|
|
|
|
|
| |
This reverts commit e2f64be216506b51c029147982f1addc50f4c745.
post->cost is actually of type optional, so the cast to bool iscorrect.
|
| |
|
|
|
|
| |
fixes #2268
|
| |
|
|
|
|
|
| |
fix https://github.com/ledger/ledger/issues/2338
fix https://github.com/ledger/ledger/issues/2340
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Copy amount quantity before rounding.
- Fix `amount_t::roundto(int)`.
- Transform `balance/testRound` into `balance/testRoundto`.
It was a mix of `round` and `roundto` operation with unclear purpose
and was relying on `in_place_roundto` behavior modifying all copies.
There is no unit tests for balance `round` and `unround` any more.
Closes #2362
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
|
|
| |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
|
|
| |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
|
|
| |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
| |
|
| |
|
| |
|