forked from NixOS/nix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into eval-system
- Loading branch information
Showing
342 changed files
with
4,041 additions
and
2,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
"documentation": | ||
- doc/manual/* | ||
- src/nix/**/*.md | ||
- changed-files: | ||
- any-glob-to-any-file: "doc/manual/*" | ||
- any-glob-to-any-file: "src/nix/**/*.md" | ||
|
||
"store": | ||
- src/libstore/store-api.* | ||
- src/libstore/*-store.* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/libstore/store-api.*" | ||
- any-glob-to-any-file: "src/libstore/*-store.*" | ||
|
||
"fetching": | ||
- src/libfetchers/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/libfetchers/**/*" | ||
|
||
"repl": | ||
- src/libcmd/repl.* | ||
- src/nix/repl.* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/libcmd/repl.*" | ||
- any-glob-to-any-file: "src/nix/repl.*" | ||
|
||
"new-cli": | ||
- src/nix/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/nix/**/*" | ||
|
||
"with-tests": | ||
# Unit tests | ||
- src/*/tests/**/* | ||
# Functional and integration tests | ||
- tests/functional/**/* | ||
- changed-files: | ||
# Unit tests | ||
- any-glob-to-any-file: "src/*/tests/**/*" | ||
# Functional and integration tests | ||
- any-glob-to-any-file: "tests/functional/**/*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/include/gc_allocator.h b/include/gc_allocator.h | ||
index 597c7f13..587286be 100644 | ||
--- a/include/gc_allocator.h | ||
+++ b/include/gc_allocator.h | ||
@@ -312,6 +312,7 @@ public: | ||
|
||
template<> | ||
class traceable_allocator<void> { | ||
+public: | ||
typedef size_t size_type; | ||
typedef ptrdiff_t difference_type; | ||
typedef void* pointer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.