-
Notifications
You must be signed in to change notification settings - Fork 51
FIx path resolution - including windows #95
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for sst-docs canceled.
|
I'll bump internally. |
how's this going? |
Any updates? The SST V2 Mainline branch is essentially broken for windows users currently waiting on this fix. |
AFIK, this is in maintenance mode and mostly patched by the community, so I would't fork it. I'll try to ping someone on Discord. |
Thanks @jl4nz! Can u resolve the conflict? Let me know and i'll merge it in. |
77086c5
to
5628336
Compare
@fwang I fixed the conflicts... however, I noticed the update was to the previous MR related to try to fix the test... well, it didn't, as after the rebase I still saw the VITE error mentioned here #108 Doing a bit of research, I found some imports where odd in npm test test/constructs/Topic.test.ts
> [email protected] test
> vitest run test/constructs/Topic.test.ts
RUN v0.33.0 /github/sst/v2/packages/sst
✓ test/constructs/Topic.test.ts (27) 1639ms
✓ cdk.topic is imported
✓ cdk.topic is props
✓ cdk.topic: topic name does not end in .fifo
✓ cdk.topic: topic name ends in .fifo
✓ subscribers: Function string single
✓ subscribers: Function strings multi
✓ subscribers: Function construct
✓ subscribers: TopicFunctionSubscriberProps
✓ subscribers: Queue
✓ subscribers: TopicQueueSubscriberProps
✓ subscribers: empty
✓ subscribers: undefined
✓ snsSubscriptions
✓ snsSubscriptions: with queue subscribers
✓ subscriberFunctions
✓ subscriberFunctions: with queue subscribers
✓ addSubscribers: add function subscribers
✓ addSubscribers: add function subscribers for 2 topics
✓ addSubscribers: add queue subscribers
✓ attachPermissions
✓ attachPermissionsToSubscriber
✓ attachPermissionsToSubscriber: attach to queue subscriber
✓ attachPermissions-after-addSubscribers
✓ bind
✓ bindToSubscriber
✓ bindToSubscriber: attach to queue subscriber
✓ bind-after-addSubscribers
Test Files 1 passed (1)
Tests 27 passed (27)
Start at 11:39:06
Duration 11.04s (transform 955ms, setup 0ms, collect 9.05s, tests 1.64s, environment 0ms, prepare 87ms) |
Closes #93
ps: this gave me a headache.