src/main.rs (12 lines): - line 426: // FIXME: what is `store.path` relative to here? - line 438: // FIXME: what is `store.path` relative to here? - line 707: // FIXME: can/should we check if the version makes sense..? - line 827: // FIXME: Consider predicting the criteria better for wildcard - line 914: // FIXME: Might be nice to try to save any notes the user typed - line 1131: // FIXME: these errors get cleared away right away - line 1223: // FIXME: These `writeln` calls can do blocking I/O, but they hopefully - line 1627: // TODO: provide an interactive prompt for this - line 1637: // FIXME: can/should we check if the version makes sense..? - line 1687: // TODO: provide an interactive prompt for this - line 1699: // FIXME: can/should we check if the version makes sense..? - line 2494: // FIXME: How should we handle aggregating trusted entries? Should we do src/storage.rs (6 lines): - line 88: // FIXME: This is a completely arbitrary number, and may be too high or too low. - line 491: // TODO: make this truly transactional? - line 615: // TODO: check that new_criteria isn't shadowing a builtin criteria - line 625: // TODO: check that new_criteria isn't shadowing a builtin criteria - line 895: // FIXME: Consider doing some additional validation on these audits - line 1428: // FIXME: better errors here? src/resolver.rs (3 lines): - line 117: // FIXME: This format is pretty janky and unstable, so we probably should come - line 596: // TODO: map normal-deps that whose package has a "proc-macro" target to be build-deps - line 2142: // FIXME: How to report confidence for suggested criteria? src/network.rs (2 lines): - line 137: // TODO: make this configurable on the CLI or something - line 139: // TODO: make this configurable on the CLI or something src/format.rs (2 lines): - line 181: // FIXME: It's *possible* for someone to have a workspace but not have a - line 351: // TODO should this use a criteria mapper to avoid different orderings? src/errors.rs (1 line): - line 726: // FIXME: would have to explicitly import URL for this error src/flock.rs (1 line): - line 4: // FIXME: Consider moving this to an external library so it's easier to share