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

refactor: remove unwrap() in advanced_resolver. #1318

Merged
merged 2 commits into from
May 15, 2024

Commits on May 15, 2024

  1. refactor: remove unwrap() in advanced_resolver. Change walk_xx functi…

    …on return type from Option<Symbol> to Result<Option<Symbol>>
    
    Signed-off-by: he1pa <[email protected]>
    He1pa committed May 15, 2024
    Configuration menu
    Copy the full SHA
    17bdea8 View commit details
    Browse the repository at this point in the history
  2. test: fix failed ut

    Signed-off-by: he1pa <[email protected]>
    He1pa committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2216e92 View commit details
    Browse the repository at this point in the history