| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if (err) { | ||
| assert.strictEqual(err.code, 'EFBIG'); | ||
| if (common.isIBMi) | ||
| assert.strictEqual(err.errno, -127); |
There was a problem hiding this comment.
What error does 127 map to on IBM i? Should we try to map it in libuv?
Sorry, something went wrong.
There was a problem hiding this comment.
It is EOVERFLOW
$ grep 127 /usr/include/errno.h #define EOVERFLOW 127 /* value too large to be stored in data type */
Sorry, something went wrong.
There was a problem hiding this comment.
What error does 127 map to on IBM i? Should we try to map it in libuv?
@cjihrig PR to add a mapping for EOVERFLOW: libuv/libuv#3145
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Refs: nodejs/node#38159 (comment) PR-URL: #3145 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Refs: #38159 (comment) PR-URL: #38675 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Refs: #38159 (comment) PR-URL: #38675 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Refs: nodejs/node#38159 (comment) PR-URL: libuv#3145 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Refs: nodejs/node#38159 (comment) PR-URL: libuv/libuv#3145 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Refs: nodejs/node#38159 (comment) PR-URL: libuv/libuv#3145 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jameson Nash <vtjnash@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes: #36925