-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
fix issue #70 #76
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 issue #70 #76
Conversation
trying to fix this issue: 'Cannot create an instance of the abstract class 'FriendRequest'
…nterface, work around it putting the _puppetinstace in to global
ci fail with |
You can have a look at this line in config.ts: which can ensure So I believe I had replied your issue and let's discussed over there. And thanks for the Pull Request! |
it's diffrent :)i had debuged the code with the |
Yes, that's the reason why it's weird. In my case, Apparently, in our test code we only call Did you test the latest master? (without your modification) |
yes ,i know where to call this mathod, i had checked your code yesterday and debug on it, the code simple ,but i can not found why the instance was lost. i will test the latest master later:) |
the latest master still had this issue both on the event on
on
|
the coding is fresh from the master ,since i clone it in to a new folder just now. |
Ok, let's test this PR on cloud9... |
it maybe cause by designing the ConfigSettings as an interface,walkaround it putting the _puppetinstace into global