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

Meteor._noYieldsAllowed method call but Meteor is undefined #6

Open
jdrm opened this issue Jul 15, 2014 · 3 comments
Open

Meteor._noYieldsAllowed method call but Meteor is undefined #6

jdrm opened this issue Jul 15, 2014 · 3 comments
Labels

Comments

@jdrm
Copy link

jdrm commented Jul 15, 2014

Couple of calls to the Meteor._noYieldsAllowed method are performed when using custom types. The Meteor object is not defined and is not a module imported which causes an error.

@3rd-Eden
Copy link
Member

Do you happen to have a test case for us so we can trigger these calls? As our current test suite does not trigger these errors at all. But it's a bug non the less. It should be fairly easy to introduce a Meteor._noYieldsAllowed function in to the code so it's functional again.

@3rd-Eden
Copy link
Member

Fixed in master, just needs a test to prevent this from happening again.

@jdrm
Copy link
Author

jdrm commented Jul 15, 2014

I'll add a test then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants