TimelyDataflow / TimelyDataflow/differential-dataflow
Not able to build the server
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3k
- Forks
- 211
- Avg merge
- 10h 42m
- Merged PRs (30d)
- 34
Description
I am trying build the server ( cargo run --bin server ) using the stable rust build (33) and got the below error.
error[E0432]: unresolved import timely::dataflow::scopes::Root
--> src/lib.rs:14:39
|
14 | use timely::dataflow::scopes::{Child, Root};
| ^^^^ no Root in dataflow::scopes
error[E0433]: failed to resolve: could not find nested in progress
--> src/lib.rs:23:39
|
23 | pub type RootTime = timely::progress::nested::product::Product<timely::progress::timestamp::RootTimestamp, usize>;
| ^^^^^^ could not find nested in progress
error[E0412]: cannot find type RootTimestamp in module timely::progress::timestamp
--> src/lib.rs:23:93
|
23 | pub type RootTime = timely::progress::nested::product::Product<timely::progress::timestamp::RootTimestamp, usize>;
| ^^^^^^^^^^^^^ help: a trait with a similar name exists: Timestamp
error: aborting due to 3 previous errors
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running cargo run --bin server on the stable Rust build and inspect the imports and type aliases reported in src/lib.rs. Compare the referenced timely APIs with the project’s dependency setup; done means the server builds successfully without the three unresolved timely errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100