Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editors/nvi: Fix an issue with editor segfaulting in ex mode on Darwin and suppress benign stderr output regarding locale #463

Closed
wants to merge 4 commits into from

Conversation

bjcooke
Copy link

@bjcooke bjcooke commented Feb 5, 2017

No description provided.

jperkin pushed a commit that referenced this pull request Mar 6, 2017
0.17.1	2017-03-01

 IMPROVEMENTS

 * Add basic 'dulwich pull' command. (Jelmer Vernooij)

 BUG FIXES

 * Cope with existing submodules during pull.
   (Jelmer Vernooij, #505)

0.17.0	2017-03-01

 TEST FIXES

 * Skip test that requires sync to synchronize filesystems if os.sync is
   not available. (Koen Martens)

 IMPROVEMENTS

 * Implement MemoryRepo.{set_description,get_description}.
   (Jelmer Vernooij)

 * Raise exception in Repo.stage() when absolute paths are
   passed in. Allow passing in relative paths to
   porcelain.add().(Jelmer Vernooij)

 BUG FIXES

 * Handle multi-line quoted values in config files.
   (Jelmer Vernooij, #495)

 * Allow porcelain.clone of repository without HEAD.
   (Jelmer Vernooij, #501)

 * Support passing tag ids to Walker()'s include argument.
   (Jelmer Vernooij)

 * Don't strip trailing newlines from extra headers.
   (Nicolas Dandrimont)

 * Set bufsize=0 for subprocess interaction with SSH client.
   Fixes hangs on Python 3. (René Stern, #434)

 * Don't drop first slash for SSH paths, except for those
   starting with "~". (Jelmer Vernooij, René Stern, #463)

 * Properly log off after retrieving just refs.
   (Jelmer Vernooij)
jperkin pushed a commit that referenced this pull request Mar 20, 2017
0.14.1 2017-03-18 ([changes](simplecov-ruby/simplecov@v0.14.0...v0.14.1))
========

## Bugfixes

* Files that were skipped as a whole/had no relevant coverage could lead to Float errors. See [#564](simplecov-ruby/simplecov#564) (thanks to @stevehanson for the report in [#563](simplecov-ruby/simplecov#563))

0.14.0 2017-03-15 ([changes](simplecov-ruby/simplecov@v0.13.0...v0.14.0))
==========

## Enhancements

* Officially support JRuby 9.1+ going forward (should also work with previous releases). See [#547](simplecov-ruby/simplecov#547) (ping @PragTob when encountering issues)
* Add Channel group to Rails profile, when `ActionCable` is loaded. See [#492](simplecov-ruby/simplecov#492) (thanks @BenMorganIO)
* Stop `extend`ing instances of `Array` and `Hash` during merging results avoiding problems frozen results while manually merging results. See [#558](simplecov-ruby/simplecov#558) (thanks @aroben)

## Bugfixes

* Fix parallel_tests when a thread ends up running no tests. See [#533](simplecov-ruby/simplecov#533) (thanks @cshaffer)
* Skip the `:nocov:` comments along with the code that they skip. See [#551](simplecov-ruby/simplecov#551) (thanks @ebiven)
* Fix crash when Home environment variable is unset. See [#482](simplecov-ruby/simplecov#482) (thanks @waldyr)
* Make track_files work again when explicitly setting it to nil. See [#463](simplecov-ruby/simplecov#463) (thanks @craiglittle)
* Do not overwrite .last_run.json file when refuse_coverage_drop option is enabled and the coverage has dropped (lead to you being able to just rerun tests and everything was _fine_). See [#553](simplecov-ruby/simplecov#553) (thanks @Miloshes)

0.13.0 2016-01-25 ([changes](simplecov-ruby/simplecov@v0.12.0...v0.13.0))
==========

## Enhancements

* Faster run times when a very large number of files is loaded into SimpleCov. See [#520](simplecov-ruby/simplecov#520) (thanks @alyssais)
* Only read in source code files that are actually used (faster when files are ignored etc.). See [#540](simplecov-ruby/simplecov#540) (tahks @yui-knk)

## Bugfixes

* Fix merging of resultsets if a file is missing on one side. See [#513](simplecov-ruby/simplecov#513) (thanks @hanazuki)
* Fix Ruby 2.4 deprecation warnings by using Integer instead of Fixnum. See [#523](simplecov-ruby/simplecov#523) (thanks @nobu)
* Force Ruby 2 to json 2. See [dc7417d50](simplecov-ruby/simplecov@dc7417d) (thanks @amatsuda)
* Various other gem dependency fixes for different gems on different ruby versions. (thanks @amatsuda)
@mamash
Copy link

mamash commented Apr 4, 2017

Thanks, I just merged your patches into pkgsrc trunk.

@mamash mamash closed this Apr 4, 2017
jsonn referenced this pull request in jsonn/pkgsrc Apr 4, 2017
…s benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in joyent/pkgsrc/pull/463. Bump PKGREVISION.
jsonn referenced this pull request in jsonn/pkgsrc Apr 4, 2017
editors/nvi: bugfix

Revisions pulled up:
- editors/nvi/Makefile                                          1.50
- editors/nvi/distinfo                                          1.23
- editors/nvi/patches/patch-cl_funcs__termh.c                   1.1
- editors/nvi/patches/patch-cl_screen__termh.c                  1.1
- editors/nvi/patches/patch-common_msg.c                        1.2

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Tue Apr  4 07:53:23 UTC 2017

   Modified Files:
           pkgsrc/editors/nvi: Makefile distinfo
           pkgsrc/editors/nvi/patches: patch-common_msg.c
   Added Files:
           pkgsrc/editors/nvi/patches: patch-cl_funcs__termh.c
               patch-cl_screen__termh.c

   Log Message:
   Fix an issue with editor segfaulting in ex mode on Darwin and suppress benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in
   joyent/pkgsrc/pull/463. Bump PKGREVISION.
netbsd-srcmastr referenced this pull request in NetBSD/pkgsrc Apr 18, 2017
editors/nvi: bugfix

Revisions pulled up:
- editors/nvi/Makefile                                          1.50
- editors/nvi/distinfo                                          1.23
- editors/nvi/patches/patch-cl_funcs__termh.c                   1.1
- editors/nvi/patches/patch-cl_screen__termh.c                  1.1
- editors/nvi/patches/patch-common_msg.c                        1.2

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Tue Apr  4 07:53:23 UTC 2017

   Modified Files:
           pkgsrc/editors/nvi: Makefile distinfo
           pkgsrc/editors/nvi/patches: patch-common_msg.c
   Added Files:
           pkgsrc/editors/nvi/patches: patch-cl_funcs__termh.c
               patch-cl_screen__termh.c

   Log Message:
   Fix an issue with editor segfaulting in ex mode on Darwin and suppress benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in
   joyent/pkgsrc/pull/463. Bump PKGREVISION.
netbsd-srcmastr referenced this pull request in NetBSD/pkgsrc Jun 9, 2017
editors/nvi: bugfix

Revisions pulled up:
- editors/nvi/Makefile                                          1.50
- editors/nvi/distinfo                                          1.23
- editors/nvi/patches/patch-cl_funcs__termh.c                   1.1
- editors/nvi/patches/patch-cl_screen__termh.c                  1.1
- editors/nvi/patches/patch-common_msg.c                        1.2

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Tue Apr  4 07:53:23 UTC 2017

   Modified Files:
           pkgsrc/editors/nvi: Makefile distinfo
           pkgsrc/editors/nvi/patches: patch-common_msg.c
   Added Files:
           pkgsrc/editors/nvi/patches: patch-cl_funcs__termh.c
               patch-cl_screen__termh.c

   Log Message:
   Fix an issue with editor segfaulting in ex mode on Darwin and suppress benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in
   joyent/pkgsrc/pull/463. Bump PKGREVISION.
netbsd-srcmastr referenced this pull request in NetBSD/pkgsrc Jun 22, 2017
editors/nvi: bugfix

Revisions pulled up:
- editors/nvi/Makefile                                          1.50
- editors/nvi/distinfo                                          1.23
- editors/nvi/patches/patch-cl_funcs__termh.c                   1.1
- editors/nvi/patches/patch-cl_screen__termh.c                  1.1
- editors/nvi/patches/patch-common_msg.c                        1.2

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Tue Apr  4 07:53:23 UTC 2017

   Modified Files:
           pkgsrc/editors/nvi: Makefile distinfo
           pkgsrc/editors/nvi/patches: patch-common_msg.c
   Added Files:
           pkgsrc/editors/nvi/patches: patch-cl_funcs__termh.c
               patch-cl_screen__termh.c

   Log Message:
   Fix an issue with editor segfaulting in ex mode on Darwin and suppress benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in
   joyent/pkgsrc/pull/463. Bump PKGREVISION.
jsonn referenced this pull request in jsonn/pkgsrc Jun 22, 2017
editors/nvi: bugfix

Revisions pulled up:
- editors/nvi/Makefile                                          1.50
- editors/nvi/distinfo                                          1.23
- editors/nvi/patches/patch-cl_funcs__termh.c                   1.1
- editors/nvi/patches/patch-cl_screen__termh.c                  1.1
- editors/nvi/patches/patch-common_msg.c                        1.2

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Tue Apr  4 07:53:23 UTC 2017

   Modified Files:
           pkgsrc/editors/nvi: Makefile distinfo
           pkgsrc/editors/nvi/patches: patch-common_msg.c
   Added Files:
           pkgsrc/editors/nvi/patches: patch-cl_funcs__termh.c
               patch-cl_screen__termh.c

   Log Message:
   Fix an issue with editor segfaulting in ex mode on Darwin and suppress benign stderr output regarding locale. Reported in joyent/pkgsrc/issues/402, patch provided by @bjcooke in
   joyent/pkgsrc/pull/463. Bump PKGREVISION.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants