[Bug 265080] www/deno: patch to make deno_std modules tests to pass (deno standard library)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 22:14:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265080 Bug ID: 265080 Summary: www/deno: patch to make deno_std modules tests to pass (deno standard library) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mikael@FreeBSD.org Reporter: yom@iaelu.net Assignee: mikael@FreeBSD.org Flags: maintainer-feedback?(mikael@FreeBSD.org) Created attachment 235114 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235114&action=edit git diff output for patching www/deno to make deno_std library tests to pass Hello, I'm trying to use Deno on FreeBSD recently, and tried to pass tests on the deno_std modules. It seems Deno is missing at least a small patch to make them to pass. Without this patch, tests in deno_std modules aren't passing on some `Deno.stat("/path/to/file")` function usage, which is returning some FileInfo interface with the `mode` field to null instead of being assigned to the octal value for the file mode. I'm attaching the git diff to this. Can you have a look at it please? -- You are receiving this mail because: You are the assignee for the bug.