Patch 8.2.0497
Problem: Too verbose output from the asan build in Travis.
Solution: Filter out suppression messages. (Ozaki Kiichi, closes #5874)
Files: .travis.yml
*** ../vim-8.2.0496/.travis.yml 2020-03-30 19:13:24.977239954 +0200
--- .travis.yml 2020-04-02 15:14:43.702034023 +0200
***************
*** 100,106 ****
# Update pyenv to fix the error "/opt/pyenv/libexec/pyenv: line 43: cd:
asan_symbolize-6.0: Not a directory".
# https://github.com/pyenv/pyenv/issues/580
- (cd "${PYENV_ROOT}" && git fetch -p origin && git checkout "$(git
rev-list --tags -n1)") &>/dev/null || true
! - find . -type f -name 'asan.*' -size +0 2>/dev/null | xargs -I{} -n1 -t
asan_symbolize -l{}
branches:
except:
--- 100,106 ----
# Update pyenv to fix the error "/opt/pyenv/libexec/pyenv: line 43: cd:
asan_symbolize-6.0: Not a directory".
# https://github.com/pyenv/pyenv/issues/580
- (cd "${PYENV_ROOT}" && git fetch -p origin && git checkout "$(git
rev-list --tags -n1)") &>/dev/null || true
! - find . -type f -name 'asan.*' -size +0 2>/dev/null | xargs grep -l
'^==[[:digit:]]*==ERROR:' | xargs -I{} -n1 -t asan_symbolize -l{}
branches:
except:
*** ../vim-8.2.0496/src/version.c 2020-04-02 13:49:23.744286754 +0200
--- src/version.c 2020-04-02 15:17:16.297537844 +0200
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 497,
/**/
--
MONK: ... and the Lord spake, saying, "First shalt thou take out the Holy Pin,
then shalt thou count to three, no more, no less. Three shalt be the
number thou shalt count, and the number of the counting shalt be three.
Four shalt thou not count, neither count thou two, excepting that thou
then proceed to three. Five is right out. Once the number three, being
the third number, be reached, then lobbest thou thy Holy Hand Grenade of
Antioch towards thou foe, who being naughty in my sight, shall snuff it.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202004021317.032DHxUJ013660%40masaka.moolenaar.net.