Re: [dev-servo] NCSU Team introduction

2016-11-21 Thread Josh Matthews
On 2016-11-21 5:22 PM, bban...@ncsu.edu wrote: On Thursday, November 3, 2016 at 5:43:29 PM UTC-4, Josh Matthews wrote: On 2016-11-03 4:05 PM, ysu...@ncsu.edu wrote: Hi Josh, Do we need to write test cases for what we have done so far? If yes, do we need to run auto test cases (e.g. unit test)

Re: [dev-servo] NCSU Team introduction

2016-11-21 Thread bbansal
On Thursday, November 3, 2016 at 5:43:29 PM UTC-4, Josh Matthews wrote: > On 2016-11-03 4:05 PM, ysu...@ncsu.edu wrote: > > Hi Josh, > > > > Do we need to write test cases for what we have done so far? If yes, do we > > need to run auto test cases (e.g. unit test) or a simple HTML test page is >

Re: [dev-servo] NCSU Team Introduction for subsequent steps of form validation issue

2016-11-19 Thread Josh Matthews
On 2016-11-16 5:12 PM, Yuxin Cheng wrote: Hello, We are a team of four and we will continue the servo issue, Implement HTML5 form validation, from the last NCSU group by Bhavya Bansal. Our group has four teammates: 1. Yuxin Cheng 2. Siyu Huang 3. Xilai Li 4. Zhongcan Xiao We will implement the

Re: [dev-servo] NCSU Team introduction

2016-11-03 Thread Josh Matthews
On 2016-11-03 4:05 PM, ysu...@ncsu.edu wrote: Hi Josh, Do we need to write test cases for what we have done so far? If yes, do we need to run auto test cases (e.g. unit test) or a simple HTML test page is enough? Since right now we only did initial steps, we have no idea how to test it. Can y

Re: [dev-servo] NCSU Team introduction

2016-11-03 Thread ysun34
Hi Josh, Do we need to write test cases for what we have done so far? If yes, do we need to run auto test cases (e.g. unit test) or a simple HTML test page is enough? Since right now we only did initial steps, we have no idea how to test it. Can you give us some instructions? _

Re: [dev-servo] NCSU Team introduction

2016-11-02 Thread Josh Matthews
Hi Bhavya! I would rather communicate via https://github.com/servo/servo/issues/11444 rather than private email. When I proposed the method that would accept an enum, I was basing it on how it would be used by the method in ValidityState, which are focused on checking a single kind of validati

Re: [dev-servo] NCSU Team introduction

2016-11-02 Thread bbansal
On Sunday, October 30, 2016 at 10:09:14 AM UTC-4, Josh Matthews wrote: > On 2016-10-28 1:01 PM, ysu...@ncsu.edu wrote: > > Hi Josh, we are a little bit confused about the last initial step. "Use the > > newly-added JS member to call these new methods as appropriate in > > each of the stub methods

Re: [dev-servo] NCSU Team introduction

2016-10-30 Thread Josh Matthews
On 2016-10-28 1:01 PM, ysu...@ncsu.edu wrote: Hi Josh, we are a little bit confused about the last initial step. "Use the newly-added JS member to call these new methods as appropriate in each of the stub methods in ValidityState". We tried to call the function we declared in the trait and try

Re: [dev-servo] NCSU Team introduction

2016-10-29 Thread ysun34
On Wednesday, October 19, 2016 at 7:53:11 AM UTC-4, Josh Matthews wrote: > Welcome! Please feel free to ask questions in > https://github.com/servo/servo/issues/11444 which is tracking this project. > > Cheers, > Josh > > On 2016-10-18 2:32 PM, Bhavya Bansal wrote: > > Hello All > > > > We are a

Re: [dev-servo] NCSU Team introduction

2016-10-27 Thread bbansal
On Saturday, October 22, 2016 at 10:24:51 AM UTC-4, Josh Matthews wrote: > On 2016-10-21 11:16 PM, bban...@ncsu.edu wrote: > > Hello Josh > > > > Thanks for your response. > > > > We started working on validate function. I have a quick question from our > > team: > > > > While defining the trait V

Re: [dev-servo] NCSU Team introduction

2016-10-22 Thread Josh Matthews
On 2016-10-21 11:16 PM, bban...@ncsu.edu wrote: Hello Josh Thanks for your response. We started working on validate function. I have a quick question from our team: While defining the trait Validatable, do we have to add a single function validate or you will suggest to add separate functions

Re: [dev-servo] NCSU Team introduction

2016-10-21 Thread bbansal
On Wednesday, October 19, 2016 at 7:53:11 AM UTC-4, Josh Matthews wrote: > Welcome! Please feel free to ask questions in > https://github.com/servo/servo/issues/11444 which is tracking this project. > > Cheers, > Josh > > On 2016-10-18 2:32 PM, Bhavya Bansal wrote: > > Hello All > > > > We are a

Re: [dev-servo] NCSU Team introduction

2016-10-19 Thread Josh Matthews
Welcome! Please feel free to ask questions in https://github.com/servo/servo/issues/11444 which is tracking this project. Cheers, Josh On 2016-10-18 2:32 PM, Bhavya Bansal wrote: Hello All We are a team of three graduate students who have been assigned project "Implement HTML5 form validation