Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gql-dart/gql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/deferred-allocator-formatting
Choose a base ref
...
head repository: gql-dart/gql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 178 files changed
  • 1 contributor

Commits on Aug 24, 2025

  1. feat: deferred allocator pattern and configurable formatting support (#…

    …495)
    
    * fix: remove debug print statements from dartFormatter function
    
    * fix: add formatter config to all builders in end_to_end_test and regenerate code
    
    - Added format config (page_width: 80, language_version: 3.6.0) to all builders
    - Regenerated code with consistent formatting across all builders
    - Ensures all generated files use the same formatting settings
    
    * fix: remove unused imports in gql_build
    
    - Remove unused config.dart import from ast_builder.dart
    - Remove unused element.dart import from serializer_builder.dart (only element2.dart is used)
    knaeckeKami authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    c9d1346 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. depsupdate2 (#499)

    * feat(gql_build): bump deps
    
    * feat(gql_code_builder): bump deps
    knaeckeKami authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    ffefb76 View commit details
    Browse the repository at this point in the history
Loading