16:02:31 RRSAgent has joined #htmlt 16:02:31 logging to http://www.w3.org/2012/01/17-htmlt-irc 16:03:10 If someone would like to dial into the conf call please speak up 16:04:55 Agenda: http://lists.w3.org/Archives/Public/public-html-testsuite/2012Jan/0003.html 16:06:21 Looks like no one else will be joining the session 16:06:59 Item #1 Bugs on Approved Tests 16:07:06 link -> http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HTML+WG&component=testsuite&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id 16:07:26 No new bugs opened 16:08:25 No updates on bug # 15041/15042 16:10:52 Agenda Item #2 New Test Submissions 16:12:23 A few more Bidi Tests have been submitted 16:12:43 http://dvcs.w3.org/hg/html/rev/d9c6f594ba42 16:15:18 Ms2Ger also submitted another dataset test 16:15:23 thanks 16:16:00 http://dvcs.w3.org/hg/html/rev/c807d2d4da84 16:16:16 and fixed a bug in apples dataset tests (delete) 16:17:55 jgraham have you had a chance to look at the History api tests? 16:23:07 No, the only thing of note I have done is made an experimental clone of the testsuite repo. on github 16:23:21 To try out their code review facilities 16:23:36 Worked OK for a little patch I made to testharness.js 16:23:48 intresting 16:23:58 I haven't got the syncronisation working perfectly yet though 16:24:27 do you have any pointers to this experiment? 16:24:41 https://github.com/jgraham/html-testsuite 16:24:58 Speaking of which, setup({ "output": false });, right? 16:25:26 Yup 16:32:35 How does the scynronisation error arise? 16:35:40 Well the w3c server is hg and this is git and I have to keep them in sync using hg-git. And I accidentially pushed to git without pushing to hg. Then by the time I did push to hg there were more commits 16:35:56 So I had to rebase (or I could have merged) 16:36:19 Anyway, it is always possible to avoid this 16:36:27 Just by having the right workflow 16:39:10 (AIUI there are people that hack on mozilla using git locally and keeping in sync with the canonical copy in mercurial without substantial problems) 16:39:22 (so it is clearly a solved problem) 16:40:27 I don't think they actually land on the git tree 16:40:54 I have not used hg-git 16:44:32 any other items to discuss or shall we adjorn? 16:45:05 Not from me 16:47:26 No, I don't have any topics 16:48:28 Meeting Adjorned 16:48:36 RRSAgent, make logs public 16:52:59 Ms2ger: Yeah, it looks like the right workflow is never to commit to master in the git repo, only to ever pull from hg to master 16:53:10 Sounds right 16:53:21 So you work with git on some branch (if you want). Then push to hg. Then pull to git.