Closed denis-guesty closed 1 year ago
Thanks for reporting. We do not have the resources to support Bun users. Please refer to the Bun Discord or Issue Tracker for such questions.
I did a hackfix on my fork here: https://github.com/capaj/pino/commit/8fb80fb207127bc84c9ce5b73dd3899ecedf293f
Tests are passing:
not sure if it is worth opening a PR. @mcollina would you accept that hackfix into master?
That's not on my plan. I'm not supporting a runtime that I cannot guarantee via unit tests. When/if I can run the same tests on both... then I'd be more than happy to support them officially.
Fair, thanks for the quick answer. I suspect Bun will be able to fix the Callsite problem quite fast on their side, but if they cannot I might open it for a PR with adding a bun test worklow into https://github.com/pinojs/pino-pretty/blob/master/.github/workflows/ci.yml
At this point in time, Bun does not run node-tap
There is an issue with this package when running it via Bun, below is the stack trace.
Reproduction code:
Create a new bun app, add
pino
andpino-pretty
run the following snippet.