Feature/scanner/option #27
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dolysis/yary#27
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/scanner/option"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds a set of
Flags
the control certain behaviors of theScanner
. At present there are twoO_EXTENDABLE
andO_LAZY
, and this list may grow in the future.Components
cache!
calls orFlags
opts
throughout the call stackfetch_*
functions to avoid mutatingScanner
state until after anycache!
early returns occurtake_while
Scanner
, reused the existing test suiteAddresses 4 & 6 in #23