Summary: 45 instances, 43 unique Text Count // TODO: this would be better modeled as a trie. 1 // TODO: Add support for checks around links once they're defined for feature graphs. 1 // TODO: support --workspace and --exclude 1 // TODO: someone might have added the workspace-hack package under a different name. 1 // TODO: is replacing \\ with / totally safe on Windows? Might run 1 // TODO: speed this up using a trie in guppy? Probably not that important. 1 // TODO: It would be interesting to test against it in the future. 1 // TODO: allow for target to be "any", set this to Yes in that case 1 // TODO: allow customizing sort order? 1 // TODO: remove in the next major version of guppy 1 // TODO: new + sort by/sort by key? 1 // TODO: canonicalize paths here, removing .. etc? tricky if the path is 1 // TODO: potentially replace this with SelectOptions 1 // TODO: also support workspace path globs? 1 // TODO: should we check at construction time? or bubble up a warning somehow? 2 // TODO: implement PartialOrd/Ord for these as well using lattice rules 1 // TODO: The dependency graph can have cyclic dev-dependencies. Add a check to ensure that 1 // TODO: add support for more feature sets? 1 // TODO: allow more customizations? more labels, colors etc to be set? 1 // TODO: expression parsing would go here 1 // TODO: consider optimizing this in the future. 1 // TODO: Add detection for cases like this. 1 // TODO: replace with a proper logic minimizer? 1 // TODO: is there a better way to handle this? 1 // TODO: optimize this in the future, possibly through some sort of hashmap variant that 1 // TODO: probably requires https://github.com/BurntSushi/ripgrep/issues/2001 to be fixed 1 // TODO: note that there have been some compatibility breaks, particularly for 1 // TODO: use proptest to generate random queries on the corpus. 1 // TODO: maybe this should involve duplicate detection between summary_ids and workspace/ 1 // TODO: add resolver to cargo metadata 1 /// TODO: This should eventually support JSON specs as well, probably. 1 // TODO: add tests for hakari id -- none of our fixtures appear to have a 1 // TODO: there doesn't appear to be any way to defer to the PlatformSummary 1 /// TODO: add a configuration.md file. 1 // TODO: support package/feature format 1 // TODO: add global options 2 // TODO: check package name validity. 1 // TODO: return the features-only set 1 // TODO: support feature name validation similar to cargo 1 // TODO: select features from these packages (probably requires flat_map :/ ) 1 // TODO: make this smarter now that cycles are handled in non-dev order. 1 // TODO: replace with upstream impl 1 // TODO: different error codes for non-empty diff and failure, similar to git/hg 1