-
Notifications
You must be signed in to change notification settings - Fork 583
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
Failed to cleanly publish 109 #2124
Comments
I manually fixed this by disabling |
Hmmm. The NodeJS v0.10 builder fails one test now. |
@johnjbarton I think I need to revert this. I don't know how to get this fixed in the short term. |
revert "this"? The runtime import PR? I guess its only our own circular deps that are an issue, not users? |
I figured out a simple solution. I need to recompile symbol.js without the --symbol option. The self dependency on typeof is causing the issue. |
The idea in the above comment seems to work but there are other issues. |
npm run just-published
failed to tag and update the github repo because the tests now fail.The problem is that our commonjs output does not handle circular dependencies and that makes src/runtime/modules/typeof.js not work.
The text was updated successfully, but these errors were encountered: