-
Notifications
You must be signed in to change notification settings - Fork 625
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
Implement "unsafe" builtins #1766
Open
Tehforsch
wants to merge
11
commits into
enum-error-handling
Choose a base branch
from
rs-nasl-unsafe
base: enum-error-handling
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 18, 2024
-
Avoid dropping the TestBuilder in async_verify.
If the `verify` call in `async_verify` panicked, the the `Drop` impl would be called, which would itself panic (because we were in an async context), obscuring the actual error message. A nice solution would have been to use `catch_unwind`, but this is not allowed for async fns. Instead, we make `verify` return an actual result and defer the panic.
Configuration menu - View commit details
-
Copy full SHA for d98d654 - Browse repository at this point
Copy the full SHA d98d654View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0ade8e - Browse repository at this point
Copy the full SHA b0ade8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for df85cfe - Browse repository at this point
Copy the full SHA df85cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4942814 - Browse repository at this point
Copy the full SHA 4942814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 633775c - Browse repository at this point
Copy the full SHA 633775cView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2030c86 - Browse repository at this point
Copy the full SHA 2030c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431b71c - Browse repository at this point
Copy the full SHA 431b71cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60dca8b - Browse repository at this point
Copy the full SHA 60dca8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8276ccd - Browse repository at this point
Copy the full SHA 8276ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc07a5 - Browse repository at this point
Copy the full SHA 2fc07a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 006040b - Browse repository at this point
Copy the full SHA 006040bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.