user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 2/4] t/git-http-backend: check BSD::Resource availability
  2016-07-07  1:50  5% [PATCH 0/4] more tweaks and finalize WwwStream conversion Eric Wong
@ 2016-07-07  1:50  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2016-07-07  1:50 UTC (permalink / raw)
  To: meta

We should not fail tests when this is not available.
---
 t/git-http-backend.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/git-http-backend.t b/t/git-http-backend.t
index e879392..e506e77 100644
--- a/t/git-http-backend.t
+++ b/t/git-http-backend.t
@@ -12,7 +12,7 @@ use Cwd qw(getcwd);
 
 my $git_dir = $ENV{GIANT_GIT_DIR};
 plan 'skip_all' => 'GIANT_GIT_DIR not defined' unless $git_dir;
-foreach my $mod (qw(Danga::Socket
+foreach my $mod (qw(Danga::Socket BSD::Resource
 			Plack::Util Plack::Builder
 			HTTP::Date HTTP::Status Net::HTTP)) {
 	eval "require $mod";
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/4] more tweaks and finalize WwwStream conversion
@ 2016-07-07  1:50  5% Eric Wong
  2016-07-07  1:50  7% ` [PATCH 2/4] t/git-http-backend: check BSD::Resource availability Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2016-07-07  1:50 UTC (permalink / raw)
  To: meta

Finally, we now have consistent HTML for all of our non-error
pages and we have fewer layering violations for cleanup.

Eric Wong (4):
      githttpbackend: avoid intermediate array creation from stat
      t/git-http-backend: check BSD::Resource availability
      inbox: cleanup and consolidate object weakening
      www: remove old footer generation code and normalize new.html

 lib/PublicInbox/Feed.pm           | 86 ++++++++++-----------------------------
 lib/PublicInbox/GitHTTPBackend.pm |  3 +-
 lib/PublicInbox/HTTP.pm           | 16 --------
 lib/PublicInbox/Inbox.pm          | 37 +++++++++++++++--
 lib/PublicInbox/NNTP.pm           | 17 --------
 lib/PublicInbox/View.pm           | 47 ++++++++++++++++-----
 lib/PublicInbox/WWW.pm            | 44 +-------------------
 t/cgi.t                           | 17 +-------
 t/git-http-backend.t              |  2 +-
 t/html_index.t                    | 16 --------
 t/plack.t                         |  4 +-
 11 files changed, 98 insertions(+), 191 deletions(-)


^ permalink raw reply	[relevance 5%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-07-07  1:50  5% [PATCH 0/4] more tweaks and finalize WwwStream conversion Eric Wong
2016-07-07  1:50  7% ` [PATCH 2/4] t/git-http-backend: check BSD::Resource availability Eric Wong

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

	https://80x24.org/public-inbox.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).