You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/06/01 22:42:14 UTC

[20/50] rebar commit: updated refs/heads/import to e9f62c4

Merge pull request #285 from nevar/fix_inheritance

Fix #249 (erlc regression)

Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/8a0d8ad7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/8a0d8ad7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/8a0d8ad7

Branch: refs/heads/import
Commit: 8a0d8ad7a56d0708956567bdf1581b04b46f7f94
Parents: 09355b0 49c2564
Author: Tristan Sloughter <tr...@gmail.com>
Authored: Sun Jun 15 14:48:12 2014 -0500
Committer: Tristan Sloughter <tr...@gmail.com>
Committed: Sun Jun 15 14:48:12 2014 -0500

----------------------------------------------------------------------
 inttest/erlc/erlc_rt.erl                 | 41 ++++++++++++++++++++++++++-
 inttest/erlc/extra-include/foo_extra.hrl |  2 ++
 inttest/erlc/extra-src/foo_sup.erl       |  2 ++
 inttest/erlc/foobar.erl                  |  8 ++++++
 inttest/erlc/include/foo_core.hrl        |  2 ++
 inttest/erlc/rebar-no_debug_info.config  |  2 +-
 inttest/erlc/rebar.config                |  5 +++-
 inttest/erlc/src/first_erl.erl           | 10 +++++++
 rebar.config.sample                      |  2 +-
 src/rebar_erlc_compiler.erl              | 29 ++++++++++++++-----
 10 files changed, 92 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/8a0d8ad7/rebar.config.sample
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/8a0d8ad7/src/rebar_erlc_compiler.erl
----------------------------------------------------------------------