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 Validatable, do we have to add a single function > > validate or you will suggest to add separate functions for different > > purpose like ValueMissing, TypeMisMatch etc. > > > > After which methods can be defined in the respective classes like > > HTMLInputElement. > > > > Regards > > Bhavya > > > > I lean towards defining a single method for the time being. We can > refactor it into multiple ones later if it looks like it will make the > code clearer. > > Cheers, > Josh
Hello Josh When we started project initially, we faced an error while run the test html file for which we figured out an open thread: https://github.com/servo/servo/issues/13515 We worked on it and tried a solution which was successful at that time. Solution is also posted on the thread by one of the team member. We added some methods today and compiled servo. Compilation is successful but we are now getting same shader error : Failed to compile shader: "/home/bbansal/Desktop/Servo/servo/resources/shaders/blur.vs.glsl" 0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, and 1.00 ES Can you please provide some insights here? What is the issue which is blocking the code to run. Is this an issue related to graphics? Waiting for your response. Regards Bhavya _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo