[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/376: Fix boost::too_many_args error
From: |
Ludovic Courtès |
Subject: |
168/376: Fix boost::too_many_args error |
Date: |
Wed, 28 Jan 2015 22:04:47 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 9472b4157d7d8432ddf5eb77b3a88e00dcb4e61a
Author: Eelco Dolstra <address@hidden>
Date: Tue Sep 2 22:53:01 2014 +0200
Fix boost::too_many_args error
Fixes #333.
---
src/libexpr/eval.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc
index 5cb6fc3..2af6a67 100644
--- a/src/libexpr/eval.cc
+++ b/src/libexpr/eval.cc
@@ -1330,7 +1330,7 @@ Path EvalState::coerceToPath(const Pos & pos, Value & v,
PathSet & context)
{
string path = coerceToString(pos, v, context, false, false);
if (path == "" || path[0] != '/')
- throwEvalError("string ‘%1%’ doesn't represent an absolute path, at
%1%", path, pos);
+ throwEvalError("string ‘%1%’ doesn't represent an absolute path, at
%2%", path, pos);
return path;
}
- 169/376: Hack for supporting Boost on Homebrew, (continued)
- 169/376: Hack for supporting Boost on Homebrew, Ludovic Courtès, 2015/01/28
- 166/376: Shut up "Wide character" warnings in Perl scripts, Ludovic Courtès, 2015/01/28
- 167/376: Add an 'optimiseStore' remote procedure call., Ludovic Courtès, 2015/01/28
- 171/376: Fix build-remote.pl, Ludovic Courtès, 2015/01/28
- 172/376: tests/remote-builds.nix: Time out faster, Ludovic Courtès, 2015/01/28
- 176/376: Add support for using a build directory, Ludovic Courtès, 2015/01/28
- 178/376: Support specifying a JAR manifest, Ludovic Courtès, 2015/01/28
- 181/376: Add some hyperlinks between NIXPATH and -I, Ludovic Courtès, 2015/01/28
- 165/376: Add disallowedReferences / disallowedRequisites, Ludovic Courtès, 2015/01/28
- 173/376: Tweak, Ludovic Courtès, 2015/01/28
- 168/376: Fix boost::too_many_args error,
Ludovic Courtès <=
- 174/376: build-remote.pl: UTF-8-decode errors, Ludovic Courtès, 2015/01/28
- 180/376: Don't rely on process substitution, Ludovic Courtès, 2015/01/28
- 177/376: Improved support for building JARs, Ludovic Courtès, 2015/01/28
- 187/376: Drop reference to FreeBSD, Ludovic Courtès, 2015/01/28
- 189/376: Tweak some chapter titles, Ludovic Courtès, 2015/01/28
- 175/376: Hack to prevent Makefile.config from being regenerated by "make clean", Ludovic Courtès, 2015/01/28
- 186/376: Remove pointless "license" section, Ludovic Courtès, 2015/01/28
- 190/376: Undocument NIX_OTHER_STORES, Ludovic Courtès, 2015/01/28
- 184/376: Nicer file names for the release notes, Ludovic Courtès, 2015/01/28
- 198/376: Derive Emacs nix-mode from prog-mode., Ludovic Courtès, 2015/01/28