-
-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long running build process for a very small file #4
Comments
Sorry for the frustration. Try adding some more words and maybe some empty lines at the end. It should only take a second or so to run for small files. |
Tried again with a longer list (with 100+ items), but the same result. Using the latest Node.js version Kind of difficult to debug. 😞 |
All these things should work. What happens if you go to the This is what I get:
It only takes a second or so. |
If that doesn't work, try doing a pull request with your By the way, |
That was the original idea: to move those to a separate package (so that it could be installed more easily). About the
Full error log visible at a (temporary) Gist snippet. After that, I realized that npm should be run to install the dependencies.
After that, I started the build process, but it was never-ending.
|
Did you do "npm install" in the php directory?
|
Yeah, I did. I also tried the same steps in the |
Oops I needed to read further.
|
There is something else going on there. I just installed this from scratch on another machine and it worked just fine. What happen if you do the following in
and
|
The first command failed to work, as it did not return any output.
The second command was missing from the system.
|
Would you attach the The first command should have run just fine. |
Hmm, looks the same as mine. Can you run:
and
|
|
Hmm, I am still not sure what the cause might be. What happens when you do this:
This is what I get:
|
First made sure that I have the latest Git commits,
Now that seems to work:
Also tried to run the previously mentioned command, and the output looks to be working.
Not really sure what would be the reason. Edit:
Apparently the issue has to do with the way how the tool is run. |
Also tried the
For the comparison, tried to run same without the added
So the tool itself works properly, but the node scripts environment detection is somehow broken. |
I think the issue might be with the shell command in the file. First line of
This tells node to run Doing:
skips the step of setting the memory limit. |
Apparently it is possible to add the parameter directly to the I modified the
Now it seems to build properly, and even the memory limit should be there.
|
the |
I think it is the same issue as this one:
|
I'll fix cspell-tools and remove the memory setter. |
Can you check something for me? edit
I would like to know if that works on your setup. |
I tried tried adding that to the
|
This seems to be a linux vs bsd issue. |
I updated cspell-tools.
This should work. |
Works now, but I had to manually update the devDependencies of
Will create a Pull Request about those in a moment. |
This should be fixed now, so closing the issue. |
Thank you for your help on this one. |
While starting to create a new dictionary package (companies), I noticed that running build process takes a lot of time. In this case, I took a screenshot after 15 minutes, but the build process continued running until I closed it manually (after 16 minutes since starting).
Command used to build the dictionary:
Dictionary file
companies.txt
contents are basically almost empty:Just wondering if this is an expected behaviour from
cspell-tools
or have I found a bug?The text was updated successfully, but these errors were encountered: