<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Thomas,<br>
<br>
On 4/8/10 3:43 AM, Thomas Mullaly wrote:
<blockquote
 cite="mid:u2qda106d8d1004071843tace2dbcu3ab2d284329017a0@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div>
    <div>In general, the idea looks right, that's how it probably
should be</div>
    </div>
implemented. This is an implementation detail through. The bigger and<br>
more important problem is URI parsing and canonicalization. That's where<br>
most of work needs to be done. In this case tests will be also very<br>
important. You don't know how it should work until you have a test. The<br>
first step would be to write a test infrastructure some tests (adding<br>
new test shouldn't be harder than filling a table with more data). Once<br>
it's done, you'll be able to decide on best way to implement parser and<br>
IUri interface. The project should result in many tests and good support<br>
for at least more useful flags and IUri functions.</blockquote>
  <div><br>
  </div>
  <div>Hi Jacek,</div>
  <div><br>
  </div>
  <div>Sorry for my delayed response. Thank you for your suggestions.</div>
  <div><br>
  </div>
  <div>For the testing infrastructure, I was thinking about writing a
few Windows programs that use Microsoft's IUri implementation to
generate the results that my testing infrastructure would use to make
sure my implementation is working correctly. Is this the right approach
or would you recommend doing it another way?</div>
  </div>
</blockquote>
<br>
Test should be integrated with Wine tests. See dlls/shlwapi/tests/url.c
and dlls/wininet/tests/url.c for an idea of how it should be done.<br>
<br>
<blockquote
 cite="mid:u2qda106d8d1004071843tace2dbcu3ab2d284329017a0@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">
  <div>Also, I have finished a rough draft of my proposal and I was
wondering if it would appropriate to post to it to the mailing list in
order to receive feedback from you and others.&nbsp;</div>
  </div>
</blockquote>
<br>
If you have specific questions, feel free to ask here. Proposal itself
should be posted to gsoc app. It's capable of editing proposals and
getting feedback.<br>
<br>
<br>
Jacek<br>
</body>
</html>