You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes sense to me to craft a method of excluding / blacklisting some directories that won't have anything in them related to qt / go / etc.
Alternatives:
It looks like based on the the two golang issues you can prepend a \?\ to the front of the absolute path for the appdir before you start the traversal and it will increase the limit on file length, but I don't know if that would work across os's or if this is a windows only bit.
Or just add a tip or a FAQ not to have things like "node_modules" in the project directory where qtdeploy/qtmoc etc get run.
The text was updated successfully, but these errors were encountered:
rashwell
changed the title
Consider Exclusion directory in qtmoc or unicode absolute pateh
Consider Exclusion directory in qtmoc or unicode absolute path
Nov 8, 2016
So this isn't really qtmoc's issue, but it could help deal with windows issues.
Challenge:
Outcomes:
When qtmoc walks the file path into the node_modules directory depending on what is there on windows etc, it panics deep in golang filepath
Reason:
GO filepath os issues with long file name paths:
Options:
It makes sense to me to craft a method of excluding / blacklisting some directories that won't have anything in them related to qt / go / etc.
Alternatives:
The text was updated successfully, but these errors were encountered: