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

Hotfix/invalid cert dummy patch #436

Open
wants to merge 90 commits into
base: master
Choose a base branch
from

Commits on Apr 28, 2022

  1. Migrated the compile phase away from legion

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3cda30e View commit details
    Browse the repository at this point in the history
  2. Migrated most of codegen to salsa

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5953d32 View commit details
    Browse the repository at this point in the history
  3. Migrated the parse phase over to salsa

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0bd4eb2 View commit details
    Browse the repository at this point in the history
  4. Use the bytes crate for representing bytes

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    562eacf View commit details
    Browse the repository at this point in the history
  5. Started adapting the lowering code

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a1704ac View commit details
    Browse the repository at this point in the history
  6. Copied across the parsing code

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    697ec56 View commit details
    Browse the repository at this point in the history
  7. Wired up text and diagnostics

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c6a5412 View commit details
    Browse the repository at this point in the history
  8. Implemented most of the "lowering" phase

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    fc8e9b4 View commit details
    Browse the repository at this point in the history
  9. Implemented the rest of the lowering phase

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a22751b View commit details
    Browse the repository at this point in the history
  10. Docs and minor tweaks

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c269a77 View commit details
    Browse the repository at this point in the history
  11. Making clippy happy

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3a5e375 View commit details
    Browse the repository at this point in the history
  12. Stubbed out a type checker module

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    71bde19 View commit details
    Browse the repository at this point in the history
  13. Added some snapshot tests and reproducibility

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    483ef12 View commit details
    Browse the repository at this point in the history
  14. Switched to interned queries and moved lowering diagnostics to their …

    …own module
    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7a135bd View commit details
    Browse the repository at this point in the history
  15. Implemented the Runefile.yml codegen

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    50e226a View commit details
    Browse the repository at this point in the history
  16. Stashing some code

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    87fa8f9 View commit details
    Browse the repository at this point in the history
  17. Deleted all unnecessary code

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c425a7b View commit details
    Browse the repository at this point in the history
  18. Wrote up a ProcBlockRegistry trait

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cb27bc7 View commit details
    Browse the repository at this point in the history
  19. Regenerated Cargo.lock

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e5e5f0a View commit details
    Browse the repository at this point in the history
  20. Upgrade rust-toolchain.toml

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6ecaa58 View commit details
    Browse the repository at this point in the history
  21. Remove nightly options from rustfmt.toml

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c22e09e View commit details
    Browse the repository at this point in the history
  22. Wired up the parser frontend

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9ba0f2c View commit details
    Browse the repository at this point in the history
  23. Deleting stuff and shuffling around complexity

    Michael-F-Bryan committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    f37a934 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Swapped out the "im" crate and implemented the archiver

    Michael-F-Bryan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c4956a6 View commit details
    Browse the repository at this point in the history
  2. Implemented the Runefile patching

    Michael-F-Bryan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    275e4a0 View commit details
    Browse the repository at this point in the history
  3. Deleted the old compiler implementation

    Michael-F-Bryan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c2deb86 View commit details
    Browse the repository at this point in the history
  4. Added an example compiler binary

    Michael-F-Bryan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    aa43e3d View commit details
    Browse the repository at this point in the history
  5. Errors should be thread-safe

    Michael-F-Bryan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8f8b98b View commit details
    Browse the repository at this point in the history
  6. Made all instrumented queries log at debug level

    Michael-F-Bryan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    455d77d View commit details
    Browse the repository at this point in the history
  7. Renamed ReadError::UnknownScheme to UnsupportedScheme

    Michael-F-Bryan committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    67ae98d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    96197af View commit details
    Browse the repository at this point in the history
  2. Added a switch for building with the new compiler

    Michael-F-Bryan committed May 10, 2022
    Configuration menu
    Copy the full SHA
    49af8ab View commit details
    Browse the repository at this point in the history
  3. Renamed the target modules to something more appropriate

    Michael-F-Bryan committed May 10, 2022
    Configuration menu
    Copy the full SHA
    4bb14e1 View commit details
    Browse the repository at this point in the history
  4. Wire up "tracing" as the logger

    Michael-F-Bryan committed May 10, 2022
    Configuration menu
    Copy the full SHA
    70f39ee View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Fixed up the sine example

    Michael-F-Bryan committed May 12, 2022
    Configuration menu
    Copy the full SHA
    47997e0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    f71c3d2 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt and logging cleanups

    Michael-F-Bryan committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7f7fe55 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Forgot to set the build config

    Michael-F-Bryan committed May 17, 2022
    Configuration menu
    Copy the full SHA
    85a7e6d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Wired up WAPM URIs

    Michael-F-Bryan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    8294306 View commit details
    Browse the repository at this point in the history
  2. Patch capability paths to use local proc-block files

    Michael-F-Bryan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    fbd50bc View commit details
    Browse the repository at this point in the history
  3. Forgot to add capability proc-blocks to the final ZIP file

    Michael-F-Bryan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d3b6449 View commit details
    Browse the repository at this point in the history
  4. Updated a test

    Michael-F-Bryan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    00badc9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Fixed how things are logged during integration tests

    Michael-F-Bryan committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ec5fa27 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    cd9b2ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127202c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3425129 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13576aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98e23c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d91fb97 View commit details
    Browse the repository at this point in the history
  7. Zune update example

    saidinesh5 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    08afed0 View commit details
    Browse the repository at this point in the history
  8. zune_example: Reformat

    saidinesh5 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    e16db20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2576d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e001824 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23a7262 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a59497c View commit details
    Browse the repository at this point in the history
  13. Update librunecoral

    saidinesh5 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    4f29f8d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e04f3df View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9b16f60 View commit details
    Browse the repository at this point in the history
  16. Made the zune example compile

    Michael-F-Bryan committed May 31, 2022
    Configuration menu
    Copy the full SHA
    b18ec5e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e079276 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Switched the Rune CLI over to the builtin filesystem

    Michael-F-Bryan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    00506ca View commit details
    Browse the repository at this point in the history
  2. Adding docs and fleshing out the WapmUri type

    Michael-F-Bryan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6ce2684 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Updated a doc-comment

    Michael-F-Bryan committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    95e16de View commit details
    Browse the repository at this point in the history
  2. Merge pull request #432 from hotg-ai/feature/default-filesystem-imple…

    …mentation
    
    Add a default filesystem implementation to the Rune compiler
    Michael Bryan authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f6fa2c0 View commit details
    Browse the repository at this point in the history
  3. Switch the git submodule url to HTTPS instead of SSH so cargo can clo…

    …ne it
    Michael-F-Bryan committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    135f641 View commit details
    Browse the repository at this point in the history
  4. Cleaned up the Cargo.toml file

    Michael-F-Bryan committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    60b3d1d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Sprinkled the Zune code with tracing calls

    Michael-F-Bryan committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    03feefe View commit details
    Browse the repository at this point in the history
  2. Fixed some unused variable warnings

    Michael-F-Bryan committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    d3198c1 View commit details
    Browse the repository at this point in the history
  3. Ran cargo fmt

    Michael-F-Bryan committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    467bce6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #433 from hotg-ai/feature/logging

    Instrument the Zune runtime with tracing logs
    Michael Bryan authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    d73fee3 View commit details
    Browse the repository at this point in the history
  5. Use WAPM's GraphQL API to find which file to download

    Michael-F-Bryan committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    55acd09 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #435 from hotg-ai/hotfix/download-from-wapm

    Download proc-blocks from WAPM
    Michael Bryan authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    8d672c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Moved ProcBlockNode and ModelNode to their own modules

    Michael-F-Bryan committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c4cd24d View commit details
    Browse the repository at this point in the history
  2. Put ProcBlockNode and ModelNode behind a trait

    Michael-F-Bryan committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    cf7deed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58c9137 View commit details
    Browse the repository at this point in the history
  4. Removing some dead code

    Michael-F-Bryan committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3ca2b04 View commit details
    Browse the repository at this point in the history
  5. The "zune" module was never put behind its feature flag

    Michael-F-Bryan committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d3a3fcf View commit details
    Browse the repository at this point in the history
  6. Updating the path too the wit-files folder

    Michael-F-Bryan committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    93d939f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge pull request #434 from hotg-ai/refactor/optional-tflite

    Abstract out the different types of node in a zipped Rune
    saidinesh5 authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    41b7bd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

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

Commits on Jun 9, 2022

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

Commits on Jun 13, 2022

  1. Added a manual Deserialize implementation to Stage for better error m…

    …essages
    Michael-F-Bryan committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3f87a7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88048cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b86369 View commit details
    Browse the repository at this point in the history
  4. Allowing expired certs

    kthakore authored and saidinesh5 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3cafbb9 View commit details
    Browse the repository at this point in the history
  5. Another patch

    kthakore authored and saidinesh5 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    ec60f66 View commit details
    Browse the repository at this point in the history
  6. Don't use wapm

    kthakore authored and saidinesh5 committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2f52957 View commit details
    Browse the repository at this point in the history
  7. Log the tensor from KernelContext::get_input_tensor()

    Michael-F-Bryan committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    aa8481c View commit details
    Browse the repository at this point in the history
  8. if-let option

    Michael-F-Bryan committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4fb1d39 View commit details
    Browse the repository at this point in the history
  9. Don't move

    Michael-F-Bryan committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    26c1d7c View commit details
    Browse the repository at this point in the history