Skip to content

Commit

Permalink
Path library is now stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jul 2, 2011
1 parent 6bc45f1 commit 42996df
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ harness: 2 Stable
lazy: 0 Alpha
memoize: 1 Stable
mockobject: 2 Stable
path: 0 Beta
path: 1 Stable
prototype: 0 Alpha
proxy: 2 Stable
query: 1 Stable
Expand Down
16 changes: 9 additions & 7 deletions setup.winxed
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ function setup_stable_libraries(var rosella)
"query/queryable/InPlace"
);

// A library for working with files and directories
setup_winxed_lib(rosella, "filesystem", ["Core"],
"filesystem/Includes",
"filesystem/Entry",
Expand All @@ -202,6 +203,14 @@ function setup_stable_libraries(var rosella)
"filesystem/visitor/List",
["filesystem/Constants"]:[named("constants")]
);

// Search for values in nested aggregates
setup_winxed_lib(rosella, "path", ["Core"],
"path/Path",
"path/Searcher",
"path/searcher/Hash",
"path/searcher/Attribute"
);
}

function setup_experimental_libraries(var rosella)
Expand All @@ -214,13 +223,6 @@ function setup_experimental_libraries(var rosella)
"prototype/manager/ObjectCloner"
);

setup_unstable_lib(rosella, "path", ["Core"],
"path/Path",
"path/Searcher",
"path/searcher/Hash",
"path/searcher/Attribute"
);

// A library for creating and using cheap, transparent decorator
setup_unstable_lib(rosella, "decorate", ["Core", "Proxy"],
"decorate/Builder",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 42996df

Please sign in to comment.