From: Eric Wong <e@80x24.org> To: rainbows-public@bogomips.org Cc: alex0375@gmail.com Subject: [PATCH 1/2] tests: re-enable EventMachine tests, again Date: Mon, 9 Jan 2017 19:45:27 +0000 [thread overview] Message-ID: <20170109194527.GA16691@starla> (raw) In-Reply-To: <20170109194337.GA16111@starla> Based on activity in <git://github.com/eventmachine/eventmachine>, EventMachine seems to be maintained, again, so resume testing our integration tests. --- t/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/GNUmakefile b/t/GNUmakefile index 97b1985..9ead6ee 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -41,6 +41,7 @@ ifeq ($(RUBY_ENGINE),ruby) endif models += FiberSpawn models += FiberPool + models += EventMachine RUBY_LE_2_1 := $(shell $(RUBY) -e 'puts(RUBY_VERSION.to_f <= 2.1)') ifeq ($(RUBY_LE_2_1), true) @@ -48,7 +49,6 @@ ifeq ($(RUBY_ENGINE),ruby) models += CoolioThreadPool models += CoolioThreadSpawn models += CoolioFiberSpawn - models += EventMachine models += NeverBlock endif endif -- EW
next prev parent reply other threads:[~2017-01-09 19:45 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-01-09 13:43 Waiting for deferred actions to finish alex0375 2017-01-09 19:43 ` Eric Wong 2017-01-09 19:45 ` Eric Wong [this message] 2017-01-09 19:45 ` [PATCH 2/2] eventmachine: wait " Eric Wong 2017-01-10 7:31 ` Waiting " alex0375
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://yhbt.net/rainbows/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20170109194527.GA16691@starla \ --to=e@80x24.org \ --cc=alex0375@gmail.com \ --cc=rainbows-public@bogomips.org \ --subject='Re: [PATCH 1/2] tests: re-enable EventMachine tests, again' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: ../../rainbows.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).