Skip to content

Commit

Permalink
Revert "Add build support for .proto files"
Browse files Browse the repository at this point in the history
This reverts commit a43ef2d.
  • Loading branch information
cgay committed Feb 7, 2024
1 parent ef86088 commit b3f330c
Show file tree
Hide file tree
Showing 29 changed files with 24 additions and 347 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@
[submodule "documentation/website"]
path = documentation/website
url = https://github.com/dylan-lang/website
[submodule "sources/lib/protocol-buffers"]
path = sources/lib/protocol-buffers
url = https://github.com/cgay/protocol-buffers
3 changes: 1 addition & 2 deletions sources/environment/console/compiler-library.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ define library dylan-compiler
// Back-ends
use dfmc-back-end-implementations;

// Project manager plug-ins call tool-register on load.
// Project manager plug-ins
use motley;
use protobuf-tool;
use tool-scepter;
use tool-parser-generator;

Expand Down
3 changes: 1 addition & 2 deletions sources/environment/console/environment-library.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ define library dylan-environment
// Back-ends
use dfmc-back-end-implementations;

// Project manager plug-ins call tool-register on load.
// Project manager plug-ins
use motley;
use protobuf-tool;
use tool-scepter;
use tool-parser-generator;

Expand Down
1 change: 0 additions & 1 deletion sources/environment/console/environment-module.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ define module console-environment
working-directory };
use standard-io;
use format;
use format-out;
use commands;
use command-lines;

Expand Down
28 changes: 0 additions & 28 deletions sources/lib/protobuf-tool/library.dylan

This file was deleted.

178 changes: 0 additions & 178 deletions sources/lib/protobuf-tool/protobuf-tool.dylan

This file was deleted.

3 changes: 0 additions & 3 deletions sources/lib/protobuf-tool/protobuf-tool.lid

This file was deleted.

8 changes: 0 additions & 8 deletions sources/lib/protobuf-tool/tests/pbtool-test-one-a.proto

This file was deleted.

8 changes: 0 additions & 8 deletions sources/lib/protobuf-tool/tests/pbtool-test-one-b.proto

This file was deleted.

8 changes: 0 additions & 8 deletions sources/lib/protobuf-tool/tests/pbtool-test-one-library.dylan

This file was deleted.

8 changes: 0 additions & 8 deletions sources/lib/protobuf-tool/tests/pbtool-test-one-module.dylan

This file was deleted.

12 changes: 0 additions & 12 deletions sources/lib/protobuf-tool/tests/pbtool-test-one.dylan

This file was deleted.

6 changes: 0 additions & 6 deletions sources/lib/protobuf-tool/tests/pbtool-test-one.lid

This file was deleted.

3 changes: 0 additions & 3 deletions sources/lib/protobuf-tool/tests/pbtool-test-one.spec

This file was deleted.

16 changes: 0 additions & 16 deletions sources/lib/protobuf-tool/tests/pbtool-test-two-library.dylan

This file was deleted.

12 changes: 0 additions & 12 deletions sources/lib/protobuf-tool/tests/pbtool-test-two.dylan

This file was deleted.

5 changes: 0 additions & 5 deletions sources/lib/protobuf-tool/tests/pbtool-test-two.lid

This file was deleted.

7 changes: 0 additions & 7 deletions sources/lib/protobuf-tool/tests/pbtool-test-two.proto

This file was deleted.

3 changes: 0 additions & 3 deletions sources/lib/protobuf-tool/tests/pbtool-test-two.spec

This file was deleted.

1 change: 0 additions & 1 deletion sources/lib/protocol-buffers
Submodule protocol-buffers deleted from 2c33ff
Loading

0 comments on commit b3f330c

Please sign in to comment.