dan-t / rusty-tags

Create ctags/etags for a cargo project
Other
409 stars 32 forks source link

Improved support for table dependencies and build/dev dependencies #19

Closed compressed closed 8 years ago

compressed commented 8 years ago

Hi, Thanks for building this! I was having some trouble parsing this one from a Cargo.toml I had:

[dependencies.clippy]
optional = true
version = "^0.0"

I found that was because the table dependencies handling was only looking for a path to be specified, so I changed that to support crates.io and gits dependencies.

The last commit adds a few more dependency tables to the scope of the tags: dev-dependencies and build-dependencies.

Let me know any comments!

Thanks!

dan-t commented 8 years ago

Thanks!

Currently the code base uses three spaces for indentation, so please update your code accordingly.

I also prefer if expressions to be formated like: if x { } else if y { } else { }

compressed commented 8 years ago

Thanks for the quick comments!

I've incorporated them and rebased.

dan-t commented 8 years ago

Thanks! It's now released with rusty-tags 0.6.6.