Skip to content
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

Windows compat #612

Merged
merged 37 commits into from
Oct 20, 2022
Merged

Windows compat #612

merged 37 commits into from
Oct 20, 2022

Conversation

AlecAivazis
Copy link
Collaborator

@AlecAivazis AlecAivazis commented Oct 19, 2022

Fixes #592

This PR is a slightly different approach to the windows compatibility issue than the original #605.

To help everyone out, please make sure your PR does the following:

  • Update the first line to point to the ticket that this PR fixes
  • Add a message that clearly describes the fix
  • If applicable, add a test that would fail without this fix
  • Make sure the unit and integration tests pass locally with pnpm run tests and cd integration && pnpm run tests
  • Includes a changeset if your fix affects the user with pnpm changeset

@changeset-bot
Copy link

changeset-bot bot commented Oct 19, 2022

🦋 Changeset detected

Latest commit: ca0ddc0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
houdini Patch
houdini-svelte Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Oct 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
docs-next ✅ Ready (Inspect) Visit Preview Oct 20, 2022 at 10:18PM (UTC)

@AlecAivazis AlecAivazis marked this pull request as draft October 19, 2022 07:04
Copy link
Contributor

@jycouet jycouet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, it's a way 👍

  • Should we ensure the non-usage of "node path"?
  • Should we add a windows CI as well?
  • What about the Glob topic? (I didn't pull things locally, maybe it's working)

packages/houdini/src/runtime/lib/config.ts Outdated Show resolved Hide resolved
@AlecAivazis AlecAivazis merged commit 6a0999f into main Oct 20, 2022
@AlecAivazis AlecAivazis deleted the windows-compat branch October 20, 2022 23:08
This was referenced Oct 20, 2022
endigma pushed a commit to endigma/houdini that referenced this pull request Nov 10, 2024
* create path package

* centralize import path logic

* comments

* remove os from runtime

* add windows e2e test to workflow

* add runs-on back

* missing strategy key?

* no need for ubuntu AND osx

* add logs

* some logs

* so it begins

* who cares

* a

* log dir contents

* b

* c

* d

* e

* mkdir before build

* glob needs unix paths

* use os for playwright cache key

* pnpm cache use matrix

* remove ci caching

* pnpm playwright

* @playwright/test as top level dep

* add cache back

* changeset

* copy over changes

* add playwright cache check back

* move glob to local fs

* remove unused imports

* remove unused imports

* use default glob export

* fix glob import in typedefs

* remove playwright cache

* more unused imports

* fix sponsor link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

houdini generate doesn't detect any graphql operations with version 0.16.7 on Windows
2 participants