Skip to content

Commit

Permalink
regenerated all
Browse files Browse the repository at this point in the history
  • Loading branch information
agladysh committed Dec 19, 2013
1 parent 07b697f commit 570e115
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua-nucleo/code/exports.lua
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,10 @@ return
{
{ "lua-nucleo/ordered_named_cat_manager.lua", w = 0 };
};
make_path_based_walker =
{
{ "lua-nucleo/dsl/path_based_walker.lua", w = 0 };
};
make_prettifier =
{
{ "lua-nucleo/prettifier.lua", w = 0 };
Expand Down
1 change: 1 addition & 0 deletions rockspec/lua-nucleo-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ build = {
["lua-nucleo.dsl.common_load_schema"] = "lua-nucleo/dsl/common_load_schema.lua";
["lua-nucleo.dsl.dsl_loader"] = "lua-nucleo/dsl/dsl_loader.lua";
["lua-nucleo.dsl.dump_nodes"] = "lua-nucleo/dsl/dump_nodes.lua";
["lua-nucleo.dsl.path_based_walker"] = "lua-nucleo/dsl/path_based_walker.lua";
["lua-nucleo.dsl.tagged-tree"] = "lua-nucleo/dsl/tagged-tree.lua";
["lua-nucleo.dsl.walk_data_with_schema"] = "lua-nucleo/dsl/walk_data_with_schema.lua";
["lua-nucleo.ensure"] = "lua-nucleo/ensure.lua";
Expand Down
4 changes: 4 additions & 0 deletions test/test-list.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ return
type = 'cases';
path = 'test/cases/0510-dsl-walk_data_with_schema.lua';
};
{
type = 'cases';
path = 'test/cases/0520-dsl-path_based_walker.lua';
};
{
type = 'cases';
path = 'test/cases/0610-key_value_store_ophash.lua';
Expand Down

0 comments on commit 570e115

Please sign in to comment.