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

Fix Missing exports & failing tests #4

Merged
merged 19 commits into from
Dec 11, 2023
Merged

Fix Missing exports & failing tests #4

merged 19 commits into from
Dec 11, 2023

Conversation

daogrady
Copy link
Contributor

@daogrady daogrady commented Dec 7, 2023

Did a minor medium-sized rework to fix the failing tests.

Note that, as mentioned in today's meeting, declarations in ambient contexts are always exported. I have instead marked definitions that are not supposed to be used with @private. That doesn't change their visibility, but it conveys our intention.

@daogrady daogrady marked this pull request as draft December 7, 2023 17:13
@daogrady daogrady marked this pull request as ready for review December 8, 2023 10:18
@chgeo chgeo changed the title Fix Failing Tests Fix Missing exports & failing Tests Dec 8, 2023
@chgeo chgeo changed the title Fix Missing exports & failing Tests Fix Missing exports & failing tests Dec 8, 2023
apis/log.d.ts Outdated Show resolved Hide resolved
apis/server.d.ts Outdated Show resolved Hide resolved
apis/services.d.ts Outdated Show resolved Hide resolved
apis/services.d.ts Outdated Show resolved Hide resolved
apis/services.d.ts Show resolved Hide resolved
apis/test.d.ts Show resolved Hide resolved
apis/services.d.ts Outdated Show resolved Hide resolved
apis/ql.d.ts Outdated Show resolved Hide resolved
@daogrady
Copy link
Contributor Author

daogrady commented Dec 8, 2023

Thank you both for casting a keen eye on the changes! I think we are in good shape for having everything ready for next week's release. I will tackle the remaining comments on Monday. Have a nice weekend!

@daogrady daogrady requested a review from chgeo December 11, 2023 11:52
@chgeo
Copy link
Contributor

chgeo commented Dec 11, 2023

Let's merge this and refine from here.

@chgeo chgeo merged commit 2b85d38 into main Dec 11, 2023
3 checks passed
@chgeo chgeo deleted the quickfix2 branch December 11, 2023 13:35
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.

3 participants