kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* latest updates in kgio.git
@ 2011-11-18  2:10  6% Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2011-11-18  2:10 UTC (permalink / raw)
  To: kgio

Mostly documentation and test fixes without much effect on real code.

The biggest change is newly-connected sockets and opened files
(Kgio.tryopen) will have the close-on-exec descriptor flag set on it
when run under Ruby 2.0.0dev.  This is to remain consistent with the
behavior of core IO classes in Ruby 2.0.0dev.

accept()-ed sockets have always defaulted to close-on-exec in kgio,
regardless of Ruby version.

Summary of changes:

      connect: more descriptive error for TCP port
      use rb_update_max_fd() under MRI 1.9.3+
      TODO: update SSL/TLS support status :)
      LICENSE: s/GNU C Library/kgio/
      wait.c: fix misspelling in rdoc
      .wrongdoc.yml: add public/private email addresses
      test_poll: test for closing a polled IO in sighandler
      accept: always set O_NONBLOCK for accept()-ed sockets in 1.8
      accept: deprecate singleton Kgio.accept_* methods
      tests: remove tests for IO#nonblock? after accept
      connect,tryopen: set close-on-exec flag for new fds on Ruby 2.0+
      doc: update documentation regarding accept method flags

git://bogomips.org/kgio
master should be a40c1d4b30253c68d7997324bcebceb68018bc37

It's been a while since the last release, so I'm thinking about pushing
out 2.7.0 soon.  As always, feedback is greatly appreciated.


^ permalink raw reply	[relevance 6%]

* Re: Current test failures on OpenBSD
  2011-11-15 21:35  7%       ` Eric Wong
@ 2011-11-16  1:56  0%         ` Jeremy Evans
  0 siblings, 0 replies; 3+ results
From: Jeremy Evans @ 2011-11-16  1:56 UTC (permalink / raw)
  To: kgio

On 11/15 01:35, Eric Wong wrote:
> Eric Wong <normalperson@yhbt.net> wrote:
> > I'll fix the tests and documentation in a few.
> 
> I've pushed out the following changes to
> master on git://bogomips.org/kgio.git
> 
> (commit 48dc3c5a1943801311567e72a8e69fcb0cd8cf8d)
> 
> Eric Wong (3):
>       accept: always set O_NONBLOCK for accept()-ed sockets in 1.8
>       accept: deprecate singleton Kgio.accept_* methods
>       tests: remove tests for IO#nonblock? after accept
> 
> Can you please test?  Thanks!

Eric,

Passes all tests on OpenBSD.

Thanks,
Jeremy


^ permalink raw reply	[relevance 0%]

* Re: Current test failures on OpenBSD
  @ 2011-11-15 21:35  7%       ` Eric Wong
  2011-11-16  1:56  0%         ` Jeremy Evans
  0 siblings, 1 reply; 3+ results
From: Eric Wong @ 2011-11-15 21:35 UTC (permalink / raw)
  To: kgio

Eric Wong <normalperson@yhbt.net> wrote:
> I'll fix the tests and documentation in a few.

I've pushed out the following changes to
master on git://bogomips.org/kgio.git

(commit 48dc3c5a1943801311567e72a8e69fcb0cd8cf8d)

Eric Wong (3):
      accept: always set O_NONBLOCK for accept()-ed sockets in 1.8
      accept: deprecate singleton Kgio.accept_* methods
      tests: remove tests for IO#nonblock? after accept

Can you please test?  Thanks!


^ permalink raw reply	[relevance 7%]

Results 1-3 of 3 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-11-15  0:42     Current test failures on OpenBSD Jeremy Evans
2011-11-15  3:26     ` Eric Wong
2011-11-15 15:52       ` Jeremy Evans
2011-11-15 21:01         ` Eric Wong
2011-11-15 21:35  7%       ` Eric Wong
2011-11-16  1:56  0%         ` Jeremy Evans
2011-11-18  2:10  6% latest updates in kgio.git Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kgio.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).