Re: [PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-26 Thread stardiviner
Bastien writes: > Hi Jack, > > Jack Kamm writes: > >> Thanks Bastien, the Woof! tool looks interesting. > > Thanks! I'm working on a small woof.el package to make it more > useful for both maintainers (setting headers) and users (checking > upcoming changes or help requests). > This is

Re: [PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-24 Thread Bastien
Hi Jack, Jack Kamm writes: > Thanks Bastien, the Woof! tool looks interesting. Thanks! I'm working on a small woof.el package to make it more useful for both maintainers (setting headers) and users (checking upcoming changes or help requests). > By the way, on seeing this thread again, I

Re: [PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-24 Thread Jack Kamm
Thanks Bastien, the Woof! tool looks interesting. By the way, on seeing this thread again, I realized this patch probably should have been applied to the maint branch. So I've cherry picked it into there, and merged back into master. Bastien writes: > Hi Jack and Adrian, > > Jack Kamm

Re: [PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-24 Thread Bastien
Hi Jack and Adrian, Jack Kamm writes: > Adrian Kummerländer writes: > >> I noticed that after updating to Org 9.4 many of my Python-based Org >> files fail to execute with various `io.TextIOWrapper' related error >> messages. The reason for this is that opening the exec tmpfile as `f' >>

Re: [PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-10 Thread Jack Kamm
Hi Adrian, Adrian Kummerländer writes: > I noticed that after updating to Org 9.4 many of my Python-based Org > files fail to execute with various `io.TextIOWrapper' related error > messages. The reason for this is that opening the exec tmpfile as `f' > shadows this possibly user-defined

[PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-07 Thread Adrian Kummerländer
for me. As this is my first time contributing to Org I am especially open for any suggestions! Best wishes, Adrian >From 239aa9aaa8da0f98719469abdff46ecb7a3994ba Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 6 Oct 2020 23:06:08 +0200 Subject: [PATCH] ob-python: Rename e

[PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-07 Thread Adrian Kummerländer
for me. As this is my first time contributing to Org I am especially open for any suggestions! Best regards, Adrian >From 239aa9aaa8da0f98719469abdff46ecb7a3994ba Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 6 Oct 2020 23:06:08 +0200 Subject: [PATCH] ob-python: Rename e