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

Add defstruct macro #14

Draft
wants to merge 43 commits into
base: master
Choose a base branch
from
Draft

Add defstruct macro #14

wants to merge 43 commits into from

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    557cd27 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    f96df71 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    cf6dff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04a9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df29b16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0cb0f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bfc156 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5d18e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37b74fc View commit details
    Browse the repository at this point in the history
  8. fix nested types serdes

    rutenkolk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eea1b43 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f702096 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    21c547c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    53a8435 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    4f5b9fa View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    f08fa20 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix forEach reference

    rutenkolk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    913c004 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    cf2dece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    020e102 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6f1e44 View commit details
    Browse the repository at this point in the history
  4. improve error message

    rutenkolk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4c40804 View commit details
    Browse the repository at this point in the history
  5. fix map cons

    rutenkolk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ec418cb View commit details
    Browse the repository at this point in the history
  6. fix struct map containsKey

    rutenkolk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    003a737 View commit details
    Browse the repository at this point in the history
  7. fix struct assoc

    rutenkolk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9404ef4 View commit details
    Browse the repository at this point in the history
  8. fix struct entryAt

    rutenkolk committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    18679c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e5cd228 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    fd0f22f View commit details
    Browse the repository at this point in the history
  2. add equivalence tests

    rutenkolk committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bbd01dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78164a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43acc60 View commit details
    Browse the repository at this point in the history
  5. fix array handling code

    rutenkolk committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8844eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cec1a8a View commit details
    Browse the repository at this point in the history
  7. fix strings in defstruct

    rutenkolk committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9765ec0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fb300c View commit details
    Browse the repository at this point in the history
  9. add ffi tests with structs

    rutenkolk committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a8fca25 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    fc62e1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef2e56 View commit details
    Browse the repository at this point in the history
  3. fix ffi_test

    rutenkolk committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    68d9108 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ccaad9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63e029d View commit details
    Browse the repository at this point in the history
  6. remove nested struct definition tests, as they seem to not find the

    right types consistently
    rutenkolk committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    69a99d5 View commit details
    Browse the repository at this point in the history
  7. add :raw-arrays? option

    rutenkolk committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    56a0df3 View commit details
    Browse the repository at this point in the history
  8. add raw-arrays struct serde

    rutenkolk committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d190873 View commit details
    Browse the repository at this point in the history
  9. add non raw array ffi test

    rutenkolk committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2b1d062 View commit details
    Browse the repository at this point in the history