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(sol-macro): support namespaces #694

Merged
merged 12 commits into from
Aug 12, 2024
Merged

Commits on Jul 6, 2024

  1. wip

    DaniPopes committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    34b4613 View commit details
    Browse the repository at this point in the history
  2. wip

    DaniPopes committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fef6161 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. feat: implement namespaces on sol! side (#693)

    * respect namespaces
    
    * un-ignore test
    
    * clippy
    
    * clippy
    
    * fix doc
    
    * rm debug prints
    klkvr authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3c59f3a View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    DaniPopes committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c4cb0e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    bb3020c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76970fd View commit details
    Browse the repository at this point in the history
  3. chore: clippy

    DaniPopes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bb16ff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97bccb9 View commit details
    Browse the repository at this point in the history
  5. chore: use mem::replace

    DaniPopes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7f8ff4c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8fe0df0 View commit details
    Browse the repository at this point in the history
  2. test: add regression test

    DaniPopes committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5fc87f2 View commit details
    Browse the repository at this point in the history
  3. chore: link the test

    DaniPopes committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d279b10 View commit details
    Browse the repository at this point in the history