Skip to content

Commit

Permalink
corrected "not found" return from map fun helpers; changed ets fun order
Browse files Browse the repository at this point in the history
Now return [] for "not found" documents.  Changed ets fun order so
that first fun added with add_fun is first fun seen from map_docs;
however, I *still* have the view name/contents mixup when entering
more than two or three map funs into the same design document.
Any ideas are welcome.
  • Loading branch information
mmcdanie committed Feb 27, 2009
1 parent ff51a96 commit c91ad97
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
28 changes: 24 additions & 4 deletions include/RCS/erlview.hrl,v
@@ -1,4 +1,4 @@
head 1.5;
head 1.6;
access;
symbols
r024:1.5
Expand All @@ -7,10 +7,15 @@ symbols
nr002:1.3
nr001:1.2;
locks
mmcdanie:1.5; strict;
mmcdanie:1.6; strict;
comment @# @;


1.6
date 2009.02.27.00.49.26; author mmcdanie; state Exp;
branches;
next 1.5;

1.5
date 2009.02.16.04.01.54; author mmcdanie; state Exp;
branches;
Expand Down Expand Up @@ -41,12 +46,13 @@ desc
@@


1.5
1.6
log
@*** empty log message ***
@
text
@
@%% for erlview.erl
%%
-ifndef(STATE).
-define(STATE, 1).

Expand All @@ -69,6 +75,20 @@ text
-else.
-endif.

%% end $Id: erlview.hrl,v 1.5 2009/02/16 04:01:54 mmcdanie Exp mmcdanie $
@


1.5
log
@*** empty log message ***
@
text
@d1 2
a2 1

d25 1
a25 1
%% end $Id: erlview.hrl,v 1.4 2009/02/09 02:28:18 mmcdanie Exp mmcdanie $
@

Expand Down
5 changes: 3 additions & 2 deletions include/erlview.hrl
@@ -1,4 +1,5 @@

%% for erlview.erl
%%
-ifndef(STATE).
-define(STATE, 1).

Expand All @@ -21,4 +22,4 @@
-else.
-endif.

%% end $Id: erlview.hrl,v 1.5 2009/02/16 04:01:54 mmcdanie Exp mmcdanie $
%% end $Id: erlview.hrl,v 1.6 2009/02/27 00:49:26 mmcdanie Exp mmcdanie $

0 comments on commit c91ad97

Please sign in to comment.