Skip to content

Commit

Permalink
Remove some TODOs.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=88952129
  • Loading branch information
hanwen committed Mar 20, 2015
1 parent f9697e5 commit b3aa383
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Find more background about Bazel in our [FAQ](docs/FAQ.md)

* How to [install Bazel](docs/install.md)
* How to [get started using Bazel](docs/getting-started.md)
* The blaze command line is documented in the [user manual](docs/bazel-user-manual.html)
* The rule reference documentation is in the [build encyclopedia](docs/build-encyclopedia.html).
* How to [use the query command](docs/bazel-query-v2.html)
* How to [extend Bazel](docs/skylark/index.md)
* TODO(bazel-team): link to the user-manual
* TODO(bazel-team): link to the test encyclopedia?
* The test environment is described the [test encyclopedia](docs/test-encyclopedia.html).

* About the Bazel project:

Expand Down
9 changes: 2 additions & 7 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@ should also hold for our open-source codebase.
How can I start using Bazel?
----------------------------

See our [getting started doc](getting-started.md)

TODO(bazel-team): link to an index of all our docs.
See our [getting started document](getting-started.md).


Why do I need to have a tools/ directory in my source tree?
Expand Down Expand Up @@ -301,9 +299,6 @@ will need to take some extra care:
* Avoid processes that use random numbers, in particular, dictionary
traversal is randomized in many programming languages.

TODO(bazel-team): maybe this should be part of the skylark docs
instead, or the genrule docs?


Do you have binary releases?
----------------------------
Expand All @@ -326,7 +321,7 @@ fails, and this should be enough for basic CI integration. Since
Bazel does not need clean builds for correctness, the CI system can
be configured to not clean before starting a build/test run.

TODO(bazel-team): link to exit codes.
Further details on exit codes are in the [User Manual](docs/bazel-user-manual.html).

What future features can we expect in Bazel?
--------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ uses:
* ijar is a tool to extracts the class interfaces of jars and is a third
party software at `//third_party/ijar`.
* For Objective-C / iOS support
* TODO(bazel-team): fill ups the tools description
* TODO(bazel-team): add tools description

When modifying Bazel, you want to make sure that the following still works:

Expand Down
2 changes: 0 additions & 2 deletions docs/windows.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Building Bazel on Windows
=========================

TODO(bazel-team): Publish this file when Windows support is mature enough.

Warning: Windows support on Bazel is still at a very early stage, many things
will not work.

Expand Down

0 comments on commit b3aa383

Please sign in to comment.