-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[chore] Recrawl doesn't run on Windows #1459
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Although recrawl has promised Windows support with v2.0.1, it still doesn't parse/sanitize paths right (same issue on latest). I think we go with your proposal,
|
@CodyJasonBennett if it doesn't parse paths, does that mean it doesn actually work on windows? 😅 |
@joshuaellis, sadly yes. Maybe support means thoughts and prayers? |
It looks like build-if-changed also uses recrawl, with the same issues. I think we'll have to wait until Windows is better supported. |
We were looking at getting rid of |
* chore: move to preconstruct * chore: use enum for TransitionPhase * chore: clean overload types * chore: fix tsconfig to include targets * chore: add alloc/types back * chore: remove .bic_cache files * chore: add class-properties support for babel * chore: remove devDependencies from packages * chore: retriggering codesandbox ci with useless comment * Revert "chore: remove devDependencies from packages" This reverts commit 3c2dcb4. * chore: reclean deps * chore: update yarn.lock * chore: re-removing devDependencies * Revert "chore: re-removing devDependencies" This reverts commit 278c385. * chore: remove react-spring from deps * chore: add js files back in * chore: fix class super property bug * chore: fix tests * fix: final test * refactor: remove eslint lets do it in another commit and use the same one in drei / r3f etc. * fix: type tests * chore: add changesets * chore: add changelog * chore: set tidled versions of package for changesets to bump * chore: add licenses and update packages for npm * chore: add new scripts for releasing * chore: add nested CHANGELOG to gitignore * chore: remove old slow scripts * chore: remove recrawl resolves #1459 * chore: remove docs we dont need * chore: update CONTRIBUTING * chore: tweak config Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
@CodyJasonBennett if you try and use |
@joshuaellis, looking over this now. I'm immediately getting: |
Have you seen this? preconstruct/preconstruct#381 (comment) If this fixes, would you be able to add a small section to the contributing doc about this? |
@joshuaellis, I'm rolling back my changes now, and that looks like a quick fix. I'll add a note in the contributing docs. Are there any more environments we need to look into? AFAIK, only Windows came to mind. |
🚀 Feature Proposal
The
recrawl
library doesn't actually run on windows, and that's not good for potential maintainers who use windows as they can't build or run tests.To counteract this, I propose we move to
fdir
which AFAIK supports windows and Unix machines.The text was updated successfully, but these errors were encountered: