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

chore!: Make file manager read-only to the compiler #3760

Merged
merged 36 commits into from
Dec 14, 2023

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    7e0a3d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ff05b View commit details
    Browse the repository at this point in the history
  3. change add_file to name_to_id -- we assume that the file manager ha…

    …s already been populated
    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    5592348 View commit details
    Browse the repository at this point in the history
  4. cargo

    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    d5fd4e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f137b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41ae81f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7f576c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2460e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    270a0f4 View commit details
    Browse the repository at this point in the history
  10. cargo

    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    52d33a5 View commit details
    Browse the repository at this point in the history
  11. cargo fmt

    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    a38c27c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a5bf33 View commit details
    Browse the repository at this point in the history
  13. add files into file manager in test since find_module does not add fi…

    …les into the file manager anymore
    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f72ce99 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b30ad54 View commit details
    Browse the repository at this point in the history
  15. cargo fmt

    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    15a94ee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4599361 View commit details
    Browse the repository at this point in the history
  17. Add note on stdlib

    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f20109e View commit details
    Browse the repository at this point in the history
  18. cargo fmt

    kevaundray committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4413350 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    d6a24e8 View commit details
    Browse the repository at this point in the history
  2. replace expect with unwrap_or_else: expect doesn't allow you to add p…

    …laceholders like panic! and format! do
    kevaundray committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    552a4dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f8551b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd94b46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3495de5 View commit details
    Browse the repository at this point in the history
  6. add expect

    kevaundray committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    851fab1 View commit details
    Browse the repository at this point in the history
  7. fix node tests

    kevaundray committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3cd35fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2590d5 View commit details
    Browse the repository at this point in the history
  9. chore!: Remove add_file and file_reader from FileManager (#3762)

    # Description
    
    This removes FileManager from add_file and uses add_file_with_source
    
    ## Problem\*
    
    Resolves <!-- Link to GitHub Issue -->
    
    ## Summary\*
    
    
    
    ## Additional Context
    
    
    
    ## Documentation\*
    
    Check one:
    - [ ] No documentation needed.
    - [ ] Documentation included in this PR.
    - [ ] **[Exceptional Case]** Documentation to be submitted in a separate
    PR.
    
    # PR Checklist\*
    
    - [ ] I have tested the changes locally.
    - [ ] I have formatted the changes with [Prettier](https://prettier.io/)
    and/or `cargo fmt` on default settings.
    kevaundray authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5b867d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ebf83a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a787d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    419273e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d120852 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    1e9ac97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc92c07 View commit details
    Browse the repository at this point in the history
  3. Update tooling/nargo/src/lib.rs

    Co-authored-by: Tom French <[email protected]>
    kevaundray and TomAFrench authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9aa0bb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e26e3c View commit details
    Browse the repository at this point in the history
  5. clippy

    kevaundray committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0b53332 View commit details
    Browse the repository at this point in the history