Tom Stellard via llvm-dev
2017-May-15 09:26 UTC
[llvm-dev] Reminder: 1 week left to submit merge requests for the 4.0.1
Hi, The deadline to submit merge requests for the 4.0.1 release is May 22. If you have bug fixes you would like to include in the release, you can use the utils/merge-request.sh script to request a commit be merged, or you can manually file a blocker bug of http://www.llvm.org/pr32061. If you are a code owner, please check bugs assigned to you in bugzilla to see if there are any patches awaiting your approval. Thanks, Tom
NAKAMURA Takumi via llvm-dev
2017-May-15 12:30 UTC
[llvm-dev] [cfe-dev] Reminder: 1 week left to submit merge requests for the 4.0.1
Tom, could you pull them, please? They were too late to 4.0. I can commit them, if you would like to let me do. [r294303] asan_symbolize.py: [Py3] Use text mode with universal_newlines=True for Popen. [r294450] asan_symbolize.py: [Py3] Get rid of "print" statement. Use print() or write() instead. [r294306] sancov.py: [Py3] Use '//' instead of '/' as division operator. [r294307] sancov.py: [Py3] Use bytes.decode() explicitly. [r294812] sancov.py: [Py3] Use sys.stdout.buffer for bytes. [r294880] sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead. On Mon, May 15, 2017 at 6:26 PM Tom Stellard via cfe-dev < cfe-dev at lists.llvm.org> wrote:> Hi, > > The deadline to submit merge requests for the 4.0.1 release is May 22. > If you have bug fixes you would like to include in the release, > you can use the utils/merge-request.sh script to request a commit be > merged, or you can manually file a blocker bug of > http://www.llvm.org/pr32061. > > If you are a code owner, please check bugs assigned to you in bugzilla > to see if there are any patches awaiting your approval. > > Thanks, > Tom > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170515/b4f1b63a/attachment.html>
Tom Stellard via llvm-dev
2017-May-15 13:52 UTC
[llvm-dev] [cfe-dev] Reminder: 1 week left to submit merge requests for the 4.0.1
On 05/15/2017 08:30 AM, NAKAMURA Takumi wrote:> Tom, could you pull them, please? They were too late to 4.0. > I can commit them, if you would like to let me do. > > [r294303] asan_symbolize.py: [Py3] Use text mode with universal_newlines=True for Popen. > [r294450] asan_symbolize.py: [Py3] Get rid of "print" statement. Use print() or write() instead. > > [r294306] sancov.py: [Py3] Use '//' instead of '/' as division operator. > [r294307] sancov.py: [Py3] Use bytes.decode() explicitly. > [r294812] sancov.py: [Py3] Use sys.stdout.buffer for bytes. > [r294880] sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead. > >Have these been approved by the code owner? -Tom> On Mon, May 15, 2017 at 6:26 PM Tom Stellard via cfe-dev <cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>> wrote: > > Hi, > > The deadline to submit merge requests for the 4.0.1 release is May 22. > If you have bug fixes you would like to include in the release, > you can use the utils/merge-request.sh script to request a commit be > merged, or you can manually file a blocker bug of http://www.llvm.org/pr32061. > > If you are a code owner, please check bugs assigned to you in bugzilla > to see if there are any patches awaiting your approval. > > Thanks, > Tom > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >