Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F20BD11E0F for ; Thu, 31 Jul 2014 21:30:59 +0000 (UTC) Received: (qmail 88638 invoked by uid 500); 31 Jul 2014 21:30:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 88462 invoked by uid 500); 31 Jul 2014 21:30:56 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 87221 invoked by uid 99); 31 Jul 2014 21:30:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 21:30:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EEB9B951A5C; Thu, 31 Jul 2014 21:30:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Thu, 31 Jul 2014 21:31:18 -0000 Message-Id: <15a5f4592e5348d49ccfe7ce16390e5f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [24/50] meck commit: updated refs/heads/master to dde7590 Merge pull request #113 from lucafavatella/feature/fix-history-for-fn-returning-tuple-3 Do not consider a 3-tuple return value as an exception Project: http://git-wip-us.apache.org/repos/asf/couchdb-meck/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-meck/commit/8a9007c2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-meck/tree/8a9007c2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-meck/diff/8a9007c2 Branch: refs/heads/master Commit: 8a9007c2ec664278f714c0805e4f128af54c3af8 Parents: 1286aba 93e8d59 Author: Adam Lindberg Authored: Tue Nov 12 01:00:12 2013 -0800 Committer: Adam Lindberg Committed: Tue Nov 12 01:00:12 2013 -0800 ---------------------------------------------------------------------- src/meck_code_gen.erl | 3 ++- src/meck_proc.erl | 10 ++++++++-- test/meck_tests.erl | 5 ++++- 3 files changed, 14 insertions(+), 4 deletions(-) ----------------------------------------------------------------------