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 RT #126391: [BUG] Bad "divide by 0" error message #557

Merged
merged 1 commit into from Oct 21, 2015
Merged

Fix RT #126391: [BUG] Bad "divide by 0" error message #557

merged 1 commit into from Oct 21, 2015

Conversation

stmuk
Copy link
Contributor

@stmuk stmuk commented Oct 20, 2015

No description provided.

lizmat added a commit that referenced this pull request Oct 21, 2015
Fix RT #126391: [BUG] Bad "divide by 0" error message
@lizmat lizmat merged commit 2717139 into rakudo:nom Oct 21, 2015
zoffixznet added a commit that referenced this pull request Mar 27, 2017
Brings these commits
Raku/nqp@2017.03-12-g0adbb98...2017.03-32-g7bd72e5
7bd72e5 Bump MoarVM
885d2c8 Merge pull request #349 from skids/FOREIGN_LANG
c360266 Test dividing big negative numbers
85b8b45 [js] Fix bug when dividing big negative numbers
51243c9 Test that bitshifts round down not to zero
7471512 [js] Make bitshift on bignums round down
bbbad2b [js] Remove duplicated code
07bf3e8 [js] Make nqp::backtrace return a stack trace
7c13010 Just use nqp::null raher than a sentinel in define_slang
91070a8 [js] Add missing file
4e519d2 Prevent warnings on action type objects -- use NO_VALUE sentinal
383e75b Handle cloning/setting braids between NQPCursor and Perl6 Cursor
bb30a4d [js] Remove unused part of a hack
9497ebd [js] Fix style violation found by 'make js-lint'
ad45110 [js] Refactor to avoid cloning an array
c247728 [js] Implement nqp::getstrfromname and nqp::codepointfromname.
e5872af Test cloning of closures that have statevars
5cc1501 Test nqp::getlexouter with dynamic variables
c2cea52 [js] Refactor the way lexical scopes are handled
67a74d2 Bump MoarVM to fix bug with case insensitive regex w/ synthetics

MoarVM bump brought these commits:
MoarVM/MoarVM@2017.03-25-ga8448142...2017.03-31-g8f9325b

8f9325b chr: For cp < 0x300 short circuit a unicode property test
f2acad4 MVM_string_chr: Only allocate and normalize for cp's that require it
ad44958 Merge pull request #557 from MasterDuke17/fix_overflow_to_negative_boundary_detection_in_mp_get_int64
c5eb7d5 Split into mp_get_int64 and mp_get_uint64
65f35b2 Rename `sign` to `is_signed`
84a730f Correctly detect+handle overflow in mp_get_int64
AlexDaniel added a commit that referenced this pull request Jun 21, 2019
NQP bump brought: Raku/nqp@2019.03-240-g8c90f6266...2019.03-253-g5190ce935
5190ce935 [MoarVM Bump] Brings 38 commits
4c5ec49dd [js] Allow calling methods on a wrapped js function
33ed626d4 Document missing nqp::getrusage constants
ab21c2dec add missing ?, thanks bartolin++
cdc9e773a back out installconfprog until it's in moarvm master
268f985cc Allow #?if stage1/stage2, add confprog loading support via cmdline flag
85775f04f Merge pull request #557 from taboege/exp-associativity
9b64ecaee [js] Fix serialization and deserialization of boot int/str arrays
9af601552 Merge pull request #555 from Kaiepi/js
9ec13cf76 Add tests for exponentiation in nqp/013-op.t
6dc8d600a Change associativity of exponentiation to 'right'
7cccdb13e Fix same pasto as 95a7866c07
33ae05ac6 [js] Refactor src/vm/js/nqp-runtime/global-context.js
vrurg pushed a commit to vrurg/rakudo that referenced this pull request Sep 23, 2019
NQP bump brought: Raku/nqp@2019.03-240-g8c90f6266...2019.03-253-g5190ce935
5190ce935 [MoarVM Bump] Brings 38 commits
4c5ec49dd [js] Allow calling methods on a wrapped js function
33ed626d4 Document missing nqp::getrusage constants
ab21c2dec add missing ?, thanks bartolin++
cdc9e773a back out installconfprog until it's in moarvm master
268f985cc Allow #?if stage1/stage2, add confprog loading support via cmdline flag
85775f04f Merge pull request rakudo#557 from taboege/exp-associativity
9b64ecaee [js] Fix serialization and deserialization of boot int/str arrays
9af601552 Merge pull request rakudo#555 from Kaiepi/js
9ec13cf76 Add tests for exponentiation in nqp/013-op.t
6dc8d600a Change associativity of exponentiation to 'right'
7cccdb13e Fix same pasto as rakudo@95a7866c07
33ae05ac6 [js] Refactor src/vm/js/nqp-runtime/global-context.js
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

2 participants