Skip to content

Commit

Permalink
[Net] Net is now stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed May 5, 2012
1 parent cb2d2d2 commit 63fd59c
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion VERSION
Expand Up @@ -14,7 +14,7 @@ json: 1 Stable
lazy: 0 Alpha
memoize: 1 Stable
mockobject: 2 Stable
net: 0 Alpha
net: 1 Stable
parse: 1 Stable
path: 1 Stable
prototype: 0 Alpha
Expand Down
44 changes: 22 additions & 22 deletions setup.winxed
Expand Up @@ -340,6 +340,28 @@ function setup_stable_libraries(var rosella)
"json/DumpHandler",
"json/Parser"
);

setup_winxed_lib(rosella, "net", ["Core", "Math_Builtins", "Ascii", "Parse_builtins", "Parse", "String", "FileSystem", "Date", "Random"],
"net/Includes",
"net/Net",
"net/Http",
"net/RequestResponse",
"net/http/Header",
"net/http/Request",
"net/http/Response",
"net/MimeBase64",
"net/Protocol",
"net/protocol/Factory",
"net/protocol/File",
"net/protocol/Http",
"net/Uri",
"net/uri/Factory",
"net/uri/File",
"net/uri/Http",
"net/UserAgent",
"net/useragent/SimpleHttp",
"net/SocketFactory"
);
}

function setup_experimental_libraries(var rosella)
Expand Down Expand Up @@ -395,28 +417,6 @@ function setup_experimental_libraries(var rosella)
"genetic/mutator/Generic"
);

setup_unstable_lib(rosella, "net", ["Core", "Math_Builtins", "Ascii", "Parse_builtins", "Parse", "String", "FileSystem", "Date", "Random"],
"net/Includes",
"net/Net",
"net/Http",
"net/RequestResponse",
"net/http/Header",
"net/http/Request",
"net/http/Response",
"net/MimeBase64",
"net/Protocol",
"net/protocol/Factory",
"net/protocol/File",
"net/protocol/Http",
"net/Uri",
"net/uri/Factory",
"net/uri/File",
"net/uri/Http",
"net/UserAgent",
"net/useragent/SimpleHttp",
"net/SocketFactory"
);

setup_unstable_lib(rosella, "xml", ["Core", "Ascii", "Parse_builtins", "Parse", "String", "FileSystem"],
"xml/Includes",
"xml/Xml",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion t/harness
Expand Up @@ -19,6 +19,7 @@ sub library_tests() {
%h{"filesystem"} := "NQP";
%h{"memoize"} := "NQP";
%h{"mockobject"} := "NQP";
%h{"net"} := "Winxed";
%h{"parse"} := "Winxed";
%h{"path"} := "NQP";
%h{"proxy"} := "NQP";
Expand All @@ -41,7 +42,6 @@ sub unstable_tests() {
%h{"prototype"} := "NQP";
%h{"decorate"} := "Winxed";
%h{"xml"} := "Winxed";
%h{"net"} := "Winxed";
%h;
}

Expand Down

0 comments on commit 63fd59c

Please sign in to comment.