Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Moved dsdl_parser out to it's own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilkjeka committed Aug 3, 2018
1 parent 2f389b8 commit c19f5a1
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 3,400 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,6 +1,3 @@
[submodule "dsdl_parser/tests/dsdl"]
path = dsdl_parser/tests/dsdl
url = https://github.com/UAVCAN/dsdl.git
[submodule "dsdl_compiler/tests/dsdl"]
path = dsdl_compiler/tests/dsdl
url = https://github.com/UAVCAN/dsdl.git
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ before_script:
env:
- TEST_DIR="uavcan" ACTION="test" FLAGS="--no-default-features"
- TEST_DIR="uavcan" ACTION="test" FLAGS=""
- TEST_DIR="dsdl_parser" ACTION="test" FLAGS=" -- --nocapture"
- TEST_DIR="dsdl_compiler" ACTION="test" FLAGS=""
- TEST_DIR="dsdl" ACTION="test" FLAGS=""

Expand Down
2 changes: 1 addition & 1 deletion dsdl_compiler/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ required-features = ["binary"]


[dependencies]
dsdl_parser = {path = "../dsdl_parser"}
dsdl_parser = {git = "https://github.com/UAVCAN/dsdl_parser.rs.git", rev = "eeb1307464cdcc406f3fac159f67f291766a4f8d"}
quote = "0.3"
inflections = "1.1"

Expand Down
15 changes: 0 additions & 15 deletions dsdl_parser/CHANGELOG.md

This file was deleted.

28 changes: 0 additions & 28 deletions dsdl_parser/Cargo.toml

This file was deleted.

64 changes: 0 additions & 64 deletions dsdl_parser/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions dsdl_parser/build.rs

This file was deleted.

36 changes: 0 additions & 36 deletions dsdl_parser/src/ast/array.rs

This file was deleted.

148 changes: 0 additions & 148 deletions dsdl_parser/src/ast/attribute_definition.rs

This file was deleted.

49 changes: 0 additions & 49 deletions dsdl_parser/src/ast/cast_mode.rs

This file was deleted.

0 comments on commit c19f5a1

Please sign in to comment.