Test262 includes some tab characters
Hi WebKittens, Recently, I updated test262, and I found newly added test262 files include TAB characters (\t). IIRC, I need some help to import such files into WebKit tree. Can we make JSTests/test262 directory free from any SVN style checks? Best regards, Yusuke Suzuki
4 февр. 2018 г., в 7:09, Yusuke SUZUKI <utatane.tea@gmail.com> написал(а):
Hi WebKittens,
Recently, I updated test262, and I found newly added test262 files include TAB characters (\t). IIRC, I need some help to import such files into WebKit tree. Can we make JSTests/test262 directory free from any SVN style checks?
Yes, one can add an allow-tabs property to bypass the check in pre-commit hook. This can be part of the patch. - Alexey
Best regards, Yusuke Suzuki _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev
On Mon, Feb 5, 2018 at 5:24 AM, Alexey Proskuryakov <ap@webkit.org> wrote:
4 февр. 2018 г., в 7:09, Yusuke SUZUKI <utatane.tea@gmail.com> написал(а):
Hi WebKittens,
Recently, I updated test262, and I found newly added test262 files include TAB characters (\t). IIRC, I need some help to import such files into WebKit tree. Can we make JSTests/test262 directory free from any SVN style checks?
Yes, one can add an allow-tabs property to bypass the check in pre-commit hook. This can be part of the patch.
Thank you, that's nice. Maybe, I need to create a patch on SVN instead of git-svn.
- Alexey
Best regards, Yusuke Suzuki _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev
participants (2)
-
Alexey Proskuryakov
-
Yusuke SUZUKI