*TL;DR*: V8's builtin JavaScript source files (i.e. "src/*.js") will be moved into their own directory.
We are planning to move all JavaScript source files that are bundled with V8 into their own directory. The new directory will be called "src/js", it should hold all files containing methods that are fully specified by the ECMAScript specification and that V8 happens to implement using JavaScript source. Main reasons for this change are: 1) General source tree hygiene and improved readability. 2) Being able to subsequently add an "OWNERS" file to formalize who ideal reviewers are. If you currently have patches in flight that touch more than one affected file and feel that your patch will break and will be hard to update, then please let me know. I can hold off from making the switch until your patch made it into the repository. Otherwise I plan to make the switch in the coming days. The following is the code review I will be using: https://codereview.chromium.org/1398733002/ Please also let us know if you have comments or concerns about this change in general. Best regards, Michael -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
