Date: Thu, 07 Jul 2022 22:14:51 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265080] www/deno: patch to make deno_std modules tests to pass (deno standard library) Message-ID: <bug-265080-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265080 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=3D235114&action= =3Dedit 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 t= hem 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 FileIn= fo interface with the `mode` field to null instead of being assigned to the oc= tal value for the file mode. I'm attaching the git diff to this. Can you have a look at it please? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265080-7788>