[Zorba-coders] [Merge] lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module

2012-02-08 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) Cezar Andrei (cezar-andrei) Related bugs: Bug #925133 in Zorba: replace string restriction with xs:boolean in csv-options.xsd

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module

2012-02-08 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module has been updated. Commit Message changed to: Changed type in csv options from xs:string to xs:boolean For more details, see:

[Zorba-coders] [Bug 927630] [NEW] zorba/index/numbers fails in release and passes in debug

2012-02-06 Thread Daniel Turcanu
Public bug reported: Test zorba/index/numbers fails in release and passes in debug mode, although it seems to me that it should be the other way around (the expected result seems wrong). This is for Windows and linux. ** Affects: zorba Importance: Undecided Assignee: Markos

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module

2012-02-02 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module. Requested reviews: Cezar Andrei (cezar-andrei) Daniel Turcanu (danielturcanu) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/csv_conv_module/+merge/91335

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module

2012-02-02 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/csv_conv_module into lp:zorba/data-converters-module. Requested reviews: Cezar Andrei (cezar-andrei) Zorba Coders (zorba-coders) Related bugs: Bug #925133 in Zorba: replace string restriction with xs:boolean in csv-options.xsd

[Zorba-coders] [Bug 924205] Re: test converters/base64/binaryReadWrite.xq fails with plan serializer

2012-02-01 Thread Daniel Turcanu
** Branch linked: lp:~zorba-coders/zorba/plan-serializer -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/924205 Title: test converters/base64/binaryReadWrite.xq fails with plan serializer

[Zorba-coders] [Bug 866423] Re: Deadlock in Updates

2012-01-20 Thread Daniel Turcanu
In the newly commited stack module -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866423 Title: Deadlock in Updates Status in Zorba - The XQuery Processor: Incomplete Bug description: If

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module

2012-01-19 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/89256 Upgraded web_crawler.xq . Plus

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module

2012-01-19 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/89256 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/no_unicode into lp:zorba

2012-01-19 Thread Daniel Turcanu
Before commiting this branch, the branch lp:~danielturcanu/zorba/my_conv_module should be merged. -- https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/89104 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to

[Zorba-coders] [Bug 866423] Re: Deadlock in Updates

2012-01-19 Thread Daniel Turcanu
Right now, the test zorba_stack_module/empty1 is hanging when executed in debug mode. In release mode it passes. The stack module uses the collections, and there is a deadlock between removeNode function which aquires Writelock and the collection iterator, which aquires Readlock. The collection

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2012-01-18 Thread Daniel Turcanu
In my debugging I saw that the flwor_expr is outside the udf. So when compiling a udf, probably the optimizer is changing the expression tree in other places as well, probably the caller of the udf, but I cannot say for sure. This woulnd't surprise me, it should be normal for an optimizer. --

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2012-01-17 Thread Daniel Turcanu
The user_functions were compiled during plan serialization, and this modified some expr trees that were already serialized. I had to ensure that all user_functions are compiled before plan serialization is started. -- https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/88783

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2012-01-17 Thread Daniel Turcanu
For example in one test, in flwor_expr object, theClauses was receiving another flwor_clause in the vector, which made the vector to increase and move to another space. But the initial flwor_clause had already been serialized, and its address was registered for address duplication detection.

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2012-01-16 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/plan-serializer into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/88783 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-885512 into lp:zorba

2012-01-04 Thread Daniel Turcanu
The proposal to merge lp:~zorba-coders/zorba/bug-885512 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-885512/+merge/87459 -- https://code.launchpad.net/~zorba-coders/zorba/bug-885512/+merge/87459

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-12-29 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/plan-serializer into lp:zorba has been updated. Commit Message changed to: Fixing plan serializer memory leaks For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/86959 --

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/link1_fix into lp:zorba

2011-12-29 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/link1_fix into lp:zorba has been updated. Commit Message changed to: Removed test versioning/link1 to avoid bug 908062 on Windows For more details, see: https://code.launchpad.net/~danielturcanu/zorba/link1_fix/+merge/87063 --

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/link1_fix into lp:zorba

2011-12-29 Thread Daniel Turcanu
Review: Approve +one -- https://code.launchpad.net/~danielturcanu/zorba/link1_fix/+merge/87063 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/link1_fix into lp:zorba

2011-12-28 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/link1_fix into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/link1_fix/+merge/86994 Removed test versioning/link1 to avoid bug 908062 on Windows

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-12-28 Thread Daniel Turcanu
Review: Approve +one -- https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/86959 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Bug 909303] Re: test w3c_testsuite/XQueryX/Construct/DirectConElem/DirectConElemContent/K2-DirectConElemContent-27.xqx fails

2011-12-28 Thread Daniel Turcanu
In the same category of failure is the test w3c_testsuite/XQueryX/Construct/DirectConElem/DirectConElemWhitespace/K2-DirectConElemWhitespace-25.xqx Again there are strange duplicates of text nodes in the element string value. -- You received this bug notification because you are a member of

[Zorba-coders] [Bug 909375] [NEW] some XQueryX full text test fail because of wrong spec file

2011-12-28 Thread Daniel Turcanu
Public bug reported: Some XQueryX test from w3c_full_text_testsuite fail because their spec file is not generated as the XQuery analog. All those tests use a stop word list from a URL which should be redirected to a local file. The spec file for the XQueryX test does not contain that

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/link1_fix into lp:zorba

2011-12-27 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/link1_fix into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/link1_fix/+merge/86960 -- https://code.launchpad.net/~danielturcanu/zorba/link1_fix/+merge/86960

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-12-23 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/plan-serializer into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/86807 Fixed memory leak in serialization of Diagnostic class

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-12-23 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/plan-serializer into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/86807 --

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-12-22 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/plan-serializer into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/86714 Fixed plan serialization of udf_function -- https

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-12-22 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/plan-serializer into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/86714 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fixes_xqdoc into lp:zorba

2011-12-20 Thread Daniel Turcanu
Review: Approve Compiled and regenerated exi documentation and it went fine. -- https://code.launchpad.net/~zorba-coders/zorba/fixes_xqdoc/+merge/86103 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba

2011-12-14 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/85669 --

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-11-22 Thread Daniel Turcanu
Yes, it would compile, but with the wrong error messages. The way Paul implemented it, it doesn't raise compile errors if the error messages are incorrect. I don't know if it raises runtime errors. So that include is necessary right now, it was necessary for some time ago. --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug_882002 into lp:zorba

2011-11-01 Thread Daniel Turcanu
Review: Approve Ok -- https://code.launchpad.net/~zorba-coders/zorba/bug_882002/+merge/80454 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/geo-win-build into lp:zorba/geo-module

2011-10-17 Thread Daniel Turcanu
FindGEOS.cmake from Windows should be made to search for libgeos.lib . I looked into it but I don't know how to do that. -- https://code.launchpad.net/~zorba-coders/zorba/geo-win-build/+merge/78602 Your team Zorba Coders is subscribed to branch lp:zorba/geo-module. -- Mailing list:

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-10-17 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/plan-serializer into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/79528 Fixed bug #872850 about plan serializer crash Updated

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module

2011-10-14 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/79390 Updated link_crawler to display

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba

2011-10-14 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba. Requested reviews: Sorin Marian Nasoi (sorin.marian.nasoi) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/79407 Updated the web crawler tutorial

[Zorba-coders] [Bug 867040] Re: Most Geo tests failing on Windows (segfaults + fail)

2011-10-12 Thread Daniel Turcanu
GEOS library is not prepared to be a DLL. Use the static library. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867040 Title: Most Geo tests failing on Windows (segfaults + fail) Status in

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-12 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/mytrunk into lp:zorba. Requested reviews: Chris Hillery (ceejatec) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/79120 fn:analyze-string fix Also

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-12 Thread Daniel Turcanu
The #include is necessary to have access to zorba settings. -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/79120 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-12 Thread Daniel Turcanu
There are a lot of #if defined and #if !defined in that file. -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/79120 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-10-12 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/plan-serializer into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/79160 Fixed bug #872850 about plan serializer crash

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-10-12 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/plan-serializer into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/79160 --

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-10-12 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/plan-serializer into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/79162 Fixed bug #872850 about plan serializer crash

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/plan-serializer into lp:zorba

2011-10-12 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/plan-serializer into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/plan-serializer/+merge/79162 --

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-12 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/mytrunk into lp:zorba. Requested reviews: Chris Hillery (ceejatec) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/79165 fn:analyze-string fix Also

[Zorba-coders] [Bug 872234] [NEW] problems with unordered map

2011-10-11 Thread Daniel Turcanu
Public bug reported: I guess there's a problem with the optimizer. Try the following code: import module namespace map = http://www.zorba-xquery.com/modules/store/data-structures/unordered-map;; declare namespace ann = http://www.zorba-xquery.com/annotations;; declare variable

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/https-win into lp:zorba

2011-10-11 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/https-win into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/https-win/+merge/78982 Making https work on Windows. Possibly that it also needs fixing

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/https-win into lp:zorba

2011-10-11 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/https-win into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/https-win/+merge/78982 -- https://code.launchpad.net/~danielturcanu/zorba/https-win/+merge/78982

[Zorba-coders] [Bug 868329] Re: URI resolver does not work well on Windows

2011-10-11 Thread Daniel Turcanu
: Daniel Turcanu (danielturcanu) = Gabriel Petrovay (gabipetrovay) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/868329 Title: URI resolver does not work well on Windows Status in Zorba

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module

2011-10-07 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/78588 Fixed the link crawler test

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/geo-win-build into lp:zorba/geo-module

2011-10-07 Thread Daniel Turcanu
I have geos built from source, and there is no geos_c.dll. I always have to remove that FIND_PACKAGE_DLL_WIN32. Do you need that dll? What geos do you have? -- https://code.launchpad.net/~gabipetrovay/zorba/geo-win-build/+merge/78602 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module

2011-10-07 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/78608 Fixed the link crawler test

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba

2011-10-05 Thread Daniel Turcanu
The link crawler is added in html module as a test for compilation. -- https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/77179 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba

2011-10-05 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/78243 -- https://code.launchpad.net/~danielturcanu

[Zorba-coders] [Bug 868329] [NEW] URI resolver does not work well on Windows

2011-10-05 Thread Daniel Turcanu
:~danielturcanu/zorba/mytrunk ** Affects: zorba Importance: Undecided Assignee: Daniel Turcanu (danielturcanu) Status: New ** Changed in: zorba Assignee: (unassigned) = Daniel Turcanu (danielturcanu) -- You received this bug notification because you are a member of Zorba

[Zorba-coders] [Bug 868325] [NEW] fn:analyze-string does not work properly

2011-10-05 Thread Daniel Turcanu
Public bug reported: fn:analyze-string does not work properly when using recursive regex subgroups. ** Affects: zorba Importance: Undecided Assignee: Daniel Turcanu (danielturcanu) Status: New ** Changed in: zorba Assignee: (unassigned) = Daniel Turcanu (danielturcanu

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-05 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/mytrunk into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/78253 -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-05 Thread Daniel Turcanu
For Windows, the absolute path for URI is still in the form C:/, only that it looks like C3A/. At least for file:// scheme. I guess I should add a check only for that scheme. About absolute and relative paths in URI, think about what fn:resolve-uri works with. It can receive a relative path, or

Re: [Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-05 Thread Daniel Turcanu
Ok, I guess you are right. I reread again the URI spec and it doesn't say anything about Windows paths. But how to transform Windows filepaths into file URI in a OS independent way? There is another function fn:encode-for-uri, which is supposed to encode a path to be used as uri, but that isn't

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-10-04 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/mytrunk into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/78110 -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba

2011-09-27 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/77179 Added tutorial for web crawler script from

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/mytrunk into lp:zorba

2011-09-22 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/mytrunk into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/76556 -- https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/76556 Your