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(release): Update mversion to 1.12 #268

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

pixelastic
Copy link
Contributor

Running npm run release with current stack resulted in the following
error for me:

/home/tim/.nvm/versions/node/v10.11.0/bin/node[13632]: ../src/node_contextify.cc:628:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args[1]->IsString()' failed.
 1: 0x8d20d0 node::Abort() [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 2: 0x8d21a5  [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 3: 0x9075f7 node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 4: 0xb89f5b  [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 5: 0xb8bef2 v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 6: 0x1a2b66f5c01d
Aborted (core dumped)

Upgrading mversion to 1.12 fixes it.

Running `npm run release` with current stack resulted in the following
error for me:

```
/home/tim/.nvm/versions/node/v10.11.0/bin/node[13632]: ../src/node_contextify.cc:628:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args[1]->IsString()' failed.
 1: 0x8d20d0 node::Abort() [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 2: 0x8d21a5  [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 3: 0x9075f7 node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 4: 0xb89f5b  [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 5: 0xb8bef2 v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [/home/tim/.nvm/versions/node/v10.11.0/bin/node]
 6: 0x1a2b66f5c01d
Aborted (core dumped)
```

Upgrading `mversion` to 1.12 fixes it.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.959% when pulling 794ab25 on fix/release-mversion into 36028a6 on master.

@francoischalifour francoischalifour merged commit 08b8e30 into master Nov 19, 2018
@francoischalifour francoischalifour deleted the fix/release-mversion branch November 19, 2018 10:22
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