From b3fe1e63cf6dab6f638128d51e9d9912effe283e Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Fri, 21 Mar 2025 10:24:47 -0600 Subject: [PATCH 1/2] README: Reference SerenityOS/Ladybird Browser implementation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06c30c3..c554d37 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,10 @@ The fast_float library is part of: The fastfloat algorithm is part of the [LLVM standard libraries](https://github.com/llvm/llvm-project/commit/87c016078ad72c46505461e4ff8bfa04819fe7ba). There is a [derived implementation part of -AdaCore](https://github.com/AdaCore/VSS). +AdaCore](https://github.com/AdaCore/VSS). The [SerenityOS operating +system](https://github.com/SerenityOS/serenity/commit/53b7f5e6a11e663c83df8030c3171c5945cb75ec) +has a derived implementation that is inherited by the [Ladybird +Browser](https://github.com/LadybirdBrowser/ladybird). The fast_float library provides a performance similar to that of the [fast_double_parser](https://github.com/lemire/fast_double_parser) library but From d42004eca2c836c0487628c367d8de45947a6607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:53:11 +0000 Subject: [PATCH 2/2] Bump jidicula/clang-format-action in the github-actions group Bumps the github-actions group with 1 update: [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action). Updates `jidicula/clang-format-action` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/d05cecd4a1a5b7e64c22f5a468456135a43f13f6...4726374d1aa3c6aecf132e5197e498979588ebc8) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_and_format_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_format_check.yml b/.github/workflows/lint_and_format_check.yml index 6656553..b56bc06 100644 --- a/.github/workflows/lint_and_format_check.yml +++ b/.github/workflows/lint_and_format_check.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.7 - name: Run clang-format - uses: jidicula/clang-format-action@d05cecd4a1a5b7e64c22f5a468456135a43f13f6 # v4.14.0 + uses: jidicula/clang-format-action@4726374d1aa3c6aecf132e5197e498979588ebc8 # v4.15.0 with: clang-format-version: '17'