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

Export InternalRecord #157

Merged
merged 1 commit into from Jul 16, 2020
Merged

Export InternalRecord #157

merged 1 commit into from Jul 16, 2020

Conversation

keithlayne
Copy link
Contributor

This is my fault, since the lib built and tested fine I thought maybe it
was okay to leave out the exports. This change just restores the things
that were formerly exported.

When you install 5.0, you will get compile errors like

Exported variable 'Foo' has or is using name 'InternalRecord' from external module ".../node_modules/runtypes/lib/types/record" but cannot be named.

if you use Record.

This is my fault, since the lib built and tested fine I thought maybe it
was okay to leave out the exports. This change just restores the things
that were formerly exported.

When you install 5.0, you will get compile errors like

```
Exported variable 'Foo' has or is using name 'InternalRecord' from external module ".../node_modules/runtypes/lib/types/record" but cannot be named.
```

if you use `Record`.
@keithlayne
Copy link
Contributor Author

@pelotom I'm sorry, I broke your lib. :(

@pelotom pelotom merged commit d4af163 into runtypes:master Jul 16, 2020
@pelotom
Copy link
Collaborator

pelotom commented Jul 16, 2020

No worries, thanks for the quick fix.

@keithlayne keithlayne deleted the fix-my-bad branch July 16, 2020 17:08
@keithlayne keithlayne changed the title Export InternamRecord Export InternalRecord Jul 16, 2020
@coveralls
Copy link
Collaborator

Coverage Status

Coverage increased (+0.002%) to 99.101% when pulling f53b50a on keithlayne:fix-my-bad into 911af0b on pelotom:master.

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.

None yet

3 participants