Skip to content

Commit

Permalink
Prepare v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niosus committed Mar 20, 2020
1 parent cfc0cae commit a8c4af4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"6.2.5": "messages/6.2.5.rst",
"6.2.6": "messages/6.2.6.rst",
"6.2.7": "messages/6.2.7.rst",
"6.2.8": "messages/6.2.8.rst"
"6.2.8": "messages/6.2.8.rst",
"6.3.0": "messages/6.3.0.rst"
}
23 changes: 23 additions & 0 deletions messages/6.3.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Version 6.3.0
=============

Generate compilation database with Bazel!
-----------------------------------------
There is a new option available for everyone using Bazel on Linux and OSX.
It is still experimental, but seems to be working.

If you have a Bazel project, open any file in it and call the command:
"ECC: (Bazel) Generate compile_commands.json"

This will use https://github.com/grailbio/bazel-compilation-database
It generates a compilation database and if it fails it shows the error
in an output panel. The approximate sequence of actions is as follows:

- Search for a folder with a WORKSPACE file up the tree.
- Run a script "generate.sh" from the repo in that folder.
- If the command fails, show the output.

👏🧼 Stay safe!
---------------
Hope everyone is staying safe in these weird times! This is a good time to
stay at home and delve into that side-project you've been postponing for ages!

0 comments on commit a8c4af4

Please sign in to comment.