all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 9e5af8494131fd59085fd388d7f757bcb6b0cf0d 507 bytes (raw)
name: gnu/packages/patches/pnet-fix-line-number-info.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
diff --git a/codegen/cg_coerce.c b/codegen/cg_coerce.c
index 92d2f59a..c90ad5e2 100644
--- a/codegen/cg_coerce.c
+++ b/codegen/cg_coerce.c
@@ -1203,6 +1203,8 @@ int ILCoerce(ILGenInfo *info, ILNode *node, ILNode **parent,
 					!= ILMachineType_Void)
 	{
 		*parent = ILNode_CastSimple_create(node, constType);
+                yysetfilename(*parent, yygetfilename(node));
+		yysetlinenum(*parent, yygetlinenum(node));
 		return 1;
 	}
 	else if(indirect && GetIndirectConvertRules(info,fromType,toType,0, 

debug log:

solving 9e5af849413 ...
found 9e5af849413 in https://yhetil.org/guix/cc87b692472570311e155b361d01975fb1bae193.1734369314.git.efraim@flashner.co.il/

applying [1/1] https://yhetil.org/guix/cc87b692472570311e155b361d01975fb1bae193.1734369314.git.efraim@flashner.co.il/
diff --git a/gnu/packages/patches/pnet-fix-line-number-info.patch b/gnu/packages/patches/pnet-fix-line-number-info.patch
new file mode 100644
index 00000000000..9e5af849413

1:12: space before tab in indent.
 					!= ILMachineType_Void)
1:13: space before tab in indent.
 	{
1:14: space before tab in indent.
 		*parent = ILNode_CastSimple_create(node, constType);
1:17: space before tab in indent.
 		return 1;
1:18: space before tab in indent.
 	}
Checking patch gnu/packages/patches/pnet-fix-line-number-info.patch...
Applied patch gnu/packages/patches/pnet-fix-line-number-info.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

index at:
100644 9e5af8494131fd59085fd388d7f757bcb6b0cf0d	gnu/packages/patches/pnet-fix-line-number-info.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.