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

feat: improve error types and messages by using thiserror #600

Merged
merged 119 commits into from
Apr 23, 2024

Commits on Mar 11, 2024

  1. use thiserror crate

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    073b828 View commit details
    Browse the repository at this point in the history
  2. created error enum and added more specific error types

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0459a74 View commit details
    Browse the repository at this point in the history
  3. updated transmute error to more descriptive error types and added uni…

    …t tests
    
    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d665281 View commit details
    Browse the repository at this point in the history
  4. remove commented out test case

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    03485e0 View commit details
    Browse the repository at this point in the history
  5. updated resource type error message

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dff7332 View commit details
    Browse the repository at this point in the history
  6. updated resource type error message

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3702e3f View commit details
    Browse the repository at this point in the history
  7. unsupported language error

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5e332d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. update thiserror dependency

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3d4f8ec View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. updates for synthesizers and implemented new error types in python, t…

    …ypescript, and java
    
    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    65369fd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. update csharp synthesizer

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cf4402d View commit details
    Browse the repository at this point in the history
  2. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b4e4220 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    03802e4 View commit details
    Browse the repository at this point in the history
  2. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    449ad7a View commit details
    Browse the repository at this point in the history
  3. primitive error and csharp synthesizer

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    97c8efe View commit details
    Browse the repository at this point in the history
  4. golang synthesizer

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    410c30c View commit details
    Browse the repository at this point in the history
  5. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    164c0f8 View commit details
    Browse the repository at this point in the history
  6. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1f3603a View commit details
    Browse the repository at this point in the history
  7. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    38068df View commit details
    Browse the repository at this point in the history
  8. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3ad6940 View commit details
    Browse the repository at this point in the history
  9. last formatting update...

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4dc9a05 View commit details
    Browse the repository at this point in the history
  10. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d8e0ace View commit details
    Browse the repository at this point in the history
  11. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fc1b23c View commit details
    Browse the repository at this point in the history
  12. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d658baf View commit details
    Browse the repository at this point in the history
  13. unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    24a5bd5 View commit details
    Browse the repository at this point in the history
  14. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2976eae View commit details
    Browse the repository at this point in the history
  15. formattinh

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3bff751 View commit details
    Browse the repository at this point in the history
  16. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    414f4aa View commit details
    Browse the repository at this point in the history
  17. refactor

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    424dd62 View commit details
    Browse the repository at this point in the history
  18. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    49b0638 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    616bbcb View commit details
    Browse the repository at this point in the history
  2. unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c91fae4 View commit details
    Browse the repository at this point in the history
  3. go home clippy

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    43ce434 View commit details
    Browse the repository at this point in the history
  4. codecov test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7558a1b View commit details
    Browse the repository at this point in the history
  5. end-to-end stack set

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    40604a4 View commit details
    Browse the repository at this point in the history
  6. no synth java

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a79fc14 View commit details
    Browse the repository at this point in the history
  7. ec2 encryption end-to-end

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5aec865 View commit details
    Browse the repository at this point in the history
  8. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    535b889 View commit details
    Browse the repository at this point in the history
  9. invalid org unit test for csharp

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    57a5947 View commit details
    Browse the repository at this point in the history
  10. clippy go home

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7077eb4 View commit details
    Browse the repository at this point in the history
  11. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    98dd5ab View commit details
    Browse the repository at this point in the history
  12. updated ec2 encryption end-to-end test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a8934ad View commit details
    Browse the repository at this point in the history
  13. updated ec2 encryption end-to-end template

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a5fcb7e View commit details
    Browse the repository at this point in the history
  14. unit tests for bad org for all synthesizers

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4b87ea3 View commit details
    Browse the repository at this point in the history
  15. invalid resource object structure unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9e17c83 View commit details
    Browse the repository at this point in the history
  16. clippy

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6148ffd View commit details
    Browse the repository at this point in the history
  17. ec2 encryption update

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    89d48d6 View commit details
    Browse the repository at this point in the history
  18. another python bug fix and updated template

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2086eec View commit details
    Browse the repository at this point in the history
  19. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0cd4455 View commit details
    Browse the repository at this point in the history
  20. more bug fixes more template updates

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9538bd8 View commit details
    Browse the repository at this point in the history
  21. fn split in csharp synthesizer test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    23d2a97 View commit details
    Browse the repository at this point in the history
  22. remove prints

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    396317a View commit details
    Browse the repository at this point in the history
  23. condition map unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    48adb4e View commit details
    Browse the repository at this point in the history
  24. more unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0923601 View commit details
    Browse the repository at this point in the history
  25. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ae85ffc View commit details
    Browse the repository at this point in the history
  26. resource unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5c697cc View commit details
    Browse the repository at this point in the history
  27. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c327c8a View commit details
    Browse the repository at this point in the history
  28. select index range error test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    580393e View commit details
    Browse the repository at this point in the history
  29. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    be8cf99 View commit details
    Browse the repository at this point in the history
  30. csharp unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c338d74 View commit details
    Browse the repository at this point in the history
  31. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b7c72d7 View commit details
    Browse the repository at this point in the history
  32. csharp unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dd4e711 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. added synthesizer test files for better test organization

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2ad8fc7 View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c0a14ce View commit details
    Browse the repository at this point in the history
  3. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b54b136 View commit details
    Browse the repository at this point in the history
  4. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    63c0637 View commit details
    Browse the repository at this point in the history
  5. java unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5d85c0c View commit details
    Browse the repository at this point in the history
  6. fix failing java unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bbd2bb1 View commit details
    Browse the repository at this point in the history
  7. clippy

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0cb8d11 View commit details
    Browse the repository at this point in the history
  8. golang unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b251602 View commit details
    Browse the repository at this point in the history
  9. add trailer to go context

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e2061d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. resource ir double unit tests for go

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8ae35ee View commit details
    Browse the repository at this point in the history
  2. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9d0746c View commit details
    Browse the repository at this point in the history
  3. emit tag value unit tests for java

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    abe020b View commit details
    Browse the repository at this point in the history
  4. importer unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    0253f96 View commit details
    Browse the repository at this point in the history
  5. golang resource ir object unit testing

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    18a3311 View commit details
    Browse the repository at this point in the history
  6. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    918632e View commit details
    Browse the repository at this point in the history
  7. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ccb2b6f View commit details
    Browse the repository at this point in the history
  8. java unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4722689 View commit details
    Browse the repository at this point in the history
  9. java unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4b90fee View commit details
    Browse the repository at this point in the history
  10. more java unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    471697e View commit details
    Browse the repository at this point in the history
  11. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4318110 View commit details
    Browse the repository at this point in the history
  12. csharp unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b974087 View commit details
    Browse the repository at this point in the history
  13. python unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7fbf2bc View commit details
    Browse the repository at this point in the history
  14. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c914cd8 View commit details
    Browse the repository at this point in the history
  15. refactor resource ir code for csharp synthesizer

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e031de3 View commit details
    Browse the repository at this point in the history
  16. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2abea1b View commit details
    Browse the repository at this point in the history
  17. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    03d8eb6 View commit details
    Browse the repository at this point in the history
  18. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2c9105a View commit details
    Browse the repository at this point in the history
  19. refactor sub parse error code

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d52f0f3 View commit details
    Browse the repository at this point in the history
  20. clippy

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    83c690f View commit details
    Browse the repository at this point in the history
  21. clippy

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9172cee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fd8f7af View commit details
    Browse the repository at this point in the history
  23. golang and cshap unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5455cb3 View commit details
    Browse the repository at this point in the history
  24. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    00915c5 View commit details
    Browse the repository at this point in the history
  25. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    52ef3dc View commit details
    Browse the repository at this point in the history
  26. unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c931ff3 View commit details
    Browse the repository at this point in the history
  27. golang unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8b2c6a9 View commit details
    Browse the repository at this point in the history
  28. test decorator

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    73acaf6 View commit details
    Browse the repository at this point in the history
  29. java update policy unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b9c15a6 View commit details
    Browse the repository at this point in the history
  30. remove println

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    84e1731 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. refactor main -- testing to see how coverage is impacted

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8e27a4e View commit details
    Browse the repository at this point in the history
  2. revert main changes

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f12703c View commit details
    Browse the repository at this point in the history
  3. unsupported language JsError

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    01c159e View commit details
    Browse the repository at this point in the history
  4. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f123b4c View commit details
    Browse the repository at this point in the history
  5. testiing codecov diff

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a8a8884 View commit details
    Browse the repository at this point in the history
  6. typescrip alex org unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a1502bf View commit details
    Browse the repository at this point in the history
  7. java resource condition unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6abebf2 View commit details
    Browse the repository at this point in the history
  8. resource ir cidr string unit test hava

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    692696e View commit details
    Browse the repository at this point in the history
  9. golang primitive unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4ab5206 View commit details
    Browse the repository at this point in the history
  10. condition ir shouldn't implement csharp emitter

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5ced4ae View commit details
    Browse the repository at this point in the history
  11. golang primitive unknown test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2ad9849 View commit details
    Browse the repository at this point in the history
  12. ec2_encryption csharp

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a849e73 View commit details
    Browse the repository at this point in the history
  13. csharp unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7925fb4 View commit details
    Browse the repository at this point in the history
  14. update unit test

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b8142bb View commit details
    Browse the repository at this point in the history
  15. csharp unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c17b03b View commit details
    Browse the repository at this point in the history
  16. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    eebb604 View commit details
    Browse the repository at this point in the history
  17. unit tests

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    da7de08 View commit details
    Browse the repository at this point in the history
  18. formatting

    Signed-off-by: Francis <colifran@amazon.com>
    colifran committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    04e1ce5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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