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 IHttpConfig #1391

Merged
merged 10 commits into from
Sep 7, 2020
Merged

Fix IHttpConfig #1391

merged 10 commits into from
Sep 7, 2020

Conversation

XVincentX
Copy link
Contributor

@XVincentX XVincentX commented Sep 7, 2020

Closes #1390

The code that was causing the bug is now returning a type error, as it should be:

image

Lesson learned: If you want to design unions without using tags, just don't, it's not gonna work.

@XVincentX XVincentX marked this pull request as draft September 7, 2020 08:02
@XVincentX XVincentX changed the title Fix/types Fix IHttpConfig Sep 7, 2020
@XVincentX XVincentX force-pushed the fix/types branch 3 times, most recently from 8b46dab to 4ab8b50 Compare September 7, 2020 08:25
@XVincentX XVincentX marked this pull request as ready for review September 7, 2020 08:26
Copy link
Contributor

@karol-maciaszek karol-maciaszek left a comment

Choose a reason for hiding this comment

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

Pretty challenging to understand all those changes. Looks way better 👍

@XVincentX XVincentX merged commit 236fc89 into master Sep 7, 2020
@XVincentX XVincentX deleted the fix/types branch September 7, 2020 11:52
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.

href undefined
2 participants