blob ec5bad9ae1273249e2bacc9cf22d05be0122040f 405 bytes (raw)
name: gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
| | diff --git a/mcs/mcs/settings.cs b/mcs/mcs/settings.cs
index 1393bcd58f3..af5febe7cf6 100644
--- a/mcs/mcs/settings.cs
+++ b/mcs/mcs/settings.cs
@@ -1197,7 +1197,7 @@ namespace Mono.CSharp {
}
return ParseResult.Success;
- case "runtimemetadataversion":
+ case "/runtimemetadataversion":
if (value.Length == 0) {
Error_RequiresArgument (option);
return ParseResult.Error;
|
debug log:
solving ec5bad9ae1 ...
found ec5bad9ae1 in https://yhetil.org/guix/iMoekcfwEfCp2uLTWzr-P2_OVyzTF-420AoXae5W6GK2kP5NvueOXBRzAIJBRN2U0c7Sl0HUzUy8eKWNuTs2uaiapCUkJUo5Ng9ahfsfGZ8=@proton.me/
applying [1/1] https://yhetil.org/guix/iMoekcfwEfCp2uLTWzr-P2_OVyzTF-420AoXae5W6GK2kP5NvueOXBRzAIJBRN2U0c7Sl0HUzUy8eKWNuTs2uaiapCUkJUo5Ng9ahfsfGZ8=@proton.me/
diff --git a/gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch b/gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch
new file mode 100644
index 0000000000..ec5bad9ae1
1:12: space before tab in indent.
}
1:13: space before tab in indent.
return ParseResult.Success;
1:14: trailing whitespace.
1:17: space before tab in indent.
if (value.Length == 0) {
1:18: space before tab in indent.
Error_RequiresArgument (option);
Checking patch gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch...
Applied patch gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.
index at:
100644 ec5bad9ae1273249e2bacc9cf22d05be0122040f gnu/packages/patches/mono-4.9.0-fix-runtimemetadataversion.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.