unofficial mirror of guix-patches@gnu.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-patches/cc87b692472570311e155b361d01975fb1bae193.1734369314.git.efraim@flashner.co.il/ ||
	https://yhetil.org/guix-patches/2Zx39DgdkCBWdzQR1QSV4eAxPs98sBBj43GTHCUKL3lvKNunS5hQwqkEpvrKSg1W-hlzxdx5RNwlrn5_ILHPHYidzwx_8oCkmzzXxyk6y8M=@proton.me/

applying [1/1] https://yhetil.org/guix-patches/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.

skipping https://yhetil.org/guix-patches/2Zx39DgdkCBWdzQR1QSV4eAxPs98sBBj43GTHCUKL3lvKNunS5hQwqkEpvrKSg1W-hlzxdx5RNwlrn5_ILHPHYidzwx_8oCkmzzXxyk6y8M=@proton.me/ for 9e5af849413
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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).