Skip to content

Commit

Permalink
Add TODO(project-oak#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaxill committed Feb 11, 2020
1 parent d0aedc1 commit 5184c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_examples
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source "$SCRIPTS_DIR/common"
# Note that the chat example cannot be run because the client is interactive.
# TODO(#462): Re-enable chat example, even if it may be just loading the server-side code and not
# interact with it.
# TODO(#594): Re-enable rustfmt when upstream rustc internal error is fixed.
readonly RUST_EXAMPLES="$(find examples -mindepth 2 -maxdepth 4 -type d -regex '.*/module.*/rust$' | cut -d'/' -f2 | uniq | grep -v chat | grep -v rustfmt)"

for example in ${RUST_EXAMPLES}; do
Expand Down
1 change: 1 addition & 0 deletions scripts/run_examples_dev
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SERVER_PID=$!
# Note that the chat example cannot be run because the client is interactive.
# TODO(#462): Re-enable chat example, even if it may be just loading the server-side code and not
# interact with it.
# TODO(#594): Re-enable rustfmt when upstream rustc internal error is fixed.
readonly RUST_EXAMPLES="$(find examples -mindepth 2 -maxdepth 4 -type d -regex '.*/module.*/rust$' | cut -d'/' -f2 | uniq | grep -v chat | grep -v rustfmt)"
for example in ${RUST_EXAMPLES}; do
"${SCRIPTS_DIR}/run_example" "${example}"
Expand Down

0 comments on commit 5184c82

Please sign in to comment.