Re: JS Test error on Windows

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: JS Test error on Windows
Дата
Msg-id CA+OCxowUyxDkSSAM7pqxpuxK3JQBvJ8NXKsTS95FGr7wkuuiSw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: JS Test error on Windows  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Ответы Re: JS Test error on Windows  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Список pgadmin-hackers


On Fri, May 11, 2018 at 7:28 AM, Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Dave/Hackers,

PFA fix for the problem. The RegEx for webpack test is not working on windows because the path separator is different for Windows( \ ) and Unix( / ). And so, the imports loader is not executing for slickgrid.
Patch tested on Win 10, Win 7, Ubuntu, Cent OS and works fine.

Nice catch! How did you figure that one out?

Patch applied.
 
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix webpack config regexps to be moreWindows-friendl
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: Re: JS Test error on Windows