Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-18 | Fix crash with invalid arguments in readdir()bun-v0.5.0 | 1 | -1/+29 | ||
2023-01-18 | Don't report end() because it is inherently flaky | 1 | -4/+4 | ||
2023-01-18 | Update node-net.test.ts | 1 | -1/+1 | ||
2023-01-17 | [process] Implement `process.emitWarning` | 1 | -0/+14 | ||
2023-01-17 | [test] Add helper for bun env | 3 | -12/+11 | ||
2023-01-17 | bun install tests shouldn't fail due to terminal colors | 1 | -38/+35 | ||
2023-01-17 | // flaky | 1 | -154/+154 | ||
2023-01-17 | Fix console.log printing multiple properties | 1 | -0/+9 | ||
2023-01-16 | Don't need to skip these now | 1 | -3/+3 | ||
2023-01-16 | remove onClose | 1 | -11/+8 | ||
2023-01-16 | [bun install] Make it print `workspace:` instead of `workspace://` | 1 | -143/+231 | ||
2023-01-16 | [node] Add `process.config` | 1 | -0/+9 | ||
2023-01-16 | Fix `which` returning directories sometimes | 1 | -0/+13 | ||
2023-01-16 | [JS Parser] Don't inline rope strings | 1 | -4/+9 | ||
2023-01-16 | Add missing `buffer` module exports | 1 | -2/+22 | ||
2023-01-16 | Clean up the test | 1 | -4/+11 | ||
2023-01-15 | [Response] reject HTTP status code correctly (#1800) | 1 | -9/+40 | ||
2023-01-15 | fix handler reset in `Server.reload()` (#1801) | 1 | -1/+1 | ||
2023-01-14 | fix life-cycle script execution (#1799) | 1 | -25/+90 | ||
- change current working directory for workspaces - add `node_modules/.bin` to `PATH` before running | |||||
2023-01-14 | fix bugs (#1795) | 1 | -10/+16 | ||
- segfault reading stacktrace from `fs/promises` rejections - `Promise` rejection within `describe()` ends testing abruptly - `FSSink.write()` incorrectly handles `objectMode` - `FSSink.write()` throws wrong error codes | |||||
2023-01-14 | Fixes #1794 | 1 | -0/+18 | ||
2023-01-14 | support installation of NPM workspaces (#1764) | 1 | -44/+300 | ||
2023-01-13 | [TypeScript transpiler] Fix bug with `export default class implements` | 1 | -0/+25 | ||
2023-01-13 | Skip failing tests | 4 | -153/+257 | ||
2023-01-13 | Fix broken test helper | 1 | -2/+7 | ||
2023-01-12 | Update serve.test.ts | 1 | -1/+1 | ||
2023-01-12 | Update tcp-server.test.ts | 1 | -1/+1 | ||
2023-01-12 | make the test more resilient | 1 | -3/+5 | ||
2023-01-12 | less flaky | 2 | -46/+54 | ||
2023-01-12 | use .skip() for failing test | 1 | -18/+17 | ||
2023-01-12 | Uncomment flaky test | 1 | -23/+17 | ||
2023-01-12 | Add a couple more tests for errors with Bun.file() | 1 | -2/+42 | ||
2023-01-12 | Update inspect.test.js | 1 | -1/+1 | ||
2023-01-12 | fix(bun-test): test title in results (#1753) | 1 | -0/+38 | ||
* fix(bun-test): test title in results * missed case * clean up import * respond to reviews | |||||
2023-01-12 | Update socket.test.ts | 1 | -6/+1 | ||
2023-01-12 | Fixes #1772 | 1 | -0/+24 | ||
2023-01-11 | Remove extra wrapper | 1 | -32/+2 | ||
2023-01-11 | [Bun.serve] Introduce publishToSelf boolean on websocket: {} config object | 1 | -5/+47 | ||
2023-01-10 | Make `Buffer` mockable | 1 | -0/+25 | ||
2023-01-10 | Implement Buffer swap16, swap32, swap64 (#1659) | 1 | -0/+78 | ||
* Implement Buffer swap16, swap32, swap64 * Initial incorporation of feedback - Use constexpr - Clean up the indexing - Check for detached - Use suggested text for exception text | |||||
2023-01-10 | Add two tests for fs/promises | 1 | -0/+16 | ||
2023-01-09 | Update child_process-node.test.js | 1 | -6/+1 | ||
2023-01-09 | Add very simple dns test | 1 | -0/+33 | ||
2023-01-09 | Fixes https://github.com/oven-sh/bun/issues/1533 | 1 | -1/+24 | ||
2023-01-09 | Add test for Bun.listen throwing | 1 | -0/+17 | ||
2023-01-09 | Add test for expect().toThrow | 1 | -0/+24 | ||
2023-01-08 | [internal] Fix checking for Error object | 1 | -8/+60 | ||
2023-01-08 | feat(node:readline): add node:readline and node:readline/promises (#1738) | 4 | -156/+2271 | ||
* feat(readline): WIP: add readline * test(helpers): add deepStrictEqual helper * feat(readline): add readline & readline/promises to loader * fix(node:events): emit newListener on new listener added * feat(readline): finish readline cb interface, add tests * fix(stream): fix Transform.end() * fix(node-test-helpers): correct throws behavior, improve how all asserts work * feat(readline/promises): add readline/promises * feat(assert): add assert.match * test(readline): uncomment more tests * fix(readline): MaxCeil -> MathCeil 🤦 * fix(readline): export promises from node:readline * fix(readline): temp fix for circular dependency * cleanup(readline): remove console.log * fix(readline): change true -> 0 for CommonJS export * perf(readline): micro-optimizations with some getters * perf(readline): lazy load isWritable * cleanup(readline): rename debug flag env var to BUN_JS_DEBUG | |||||
2023-01-08 | Update process.versions | 1 | -1/+41 | ||
2023-01-07 | Workaround macOS issue | 2 | -19/+25 | ||