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

Support instance and static methods for enums without fields #1879

Merged
merged 13 commits into from
Apr 15, 2024
Merged

Commits on Apr 12, 2024

  1. feat: tests

    fzyzcjy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6bfaa06 View commit details
    Browse the repository at this point in the history
  2. feat: dart side

    fzyzcjy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    530fc9d View commit details
    Browse the repository at this point in the history
  3. feat: impl

    fzyzcjy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0b33d39 View commit details
    Browse the repository at this point in the history
  4. chore: codegen

    fzyzcjy committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bb92df2 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge branch 'master' into feat/1870

    # Conflicts:
    #	frb_codegen/src/library/codegen/generator/api_dart/spec_generator/class/ty/enumeration_simple.rs
    fzyzcjy committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    e3569b6 View commit details
    Browse the repository at this point in the history
  2. fix: merge

    fzyzcjy committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f5e3c66 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feat/1870

    # Conflicts:
    #	frb_example/pure_dart_pde/lib/src/rust/frb_generated.dart
    #	frb_example/pure_dart_pde/rust/src/frb_generated.rs
    fzyzcjy committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ebbed74 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. feat: colon

    fzyzcjy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ba5ed7e View commit details
    Browse the repository at this point in the history
  2. chore: codegen

    fzyzcjy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dec0e65 View commit details
    Browse the repository at this point in the history
  3. chore: fmt

    fzyzcjy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    eeed4e2 View commit details
    Browse the repository at this point in the history
  4. chore: more fmt

    fzyzcjy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d5c1d7c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into feat/1870

    # Conflicts:
    #	frb_example/pure_dart/lib/src/rust/frb_generated.dart
    #	frb_example/pure_dart/lib/src/rust/frb_generated.io.dart
    #	frb_example/pure_dart/lib/src/rust/frb_generated.web.dart
    #	frb_example/pure_dart/rust/src/frb_generated.rs
    #	frb_example/pure_dart_pde/lib/src/rust/frb_generated.dart
    #	frb_example/pure_dart_pde/lib/src/rust/frb_generated.io.dart
    #	frb_example/pure_dart_pde/lib/src/rust/frb_generated.web.dart
    #	frb_example/pure_dart_pde/rust/src/frb_generated.rs
    fzyzcjy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fb5acaa View commit details
    Browse the repository at this point in the history
  6. chore: codegen

    fzyzcjy committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f7c3b3b View commit details
    Browse the repository at this point in the history