Date: Fri, 11 Dec 2020 16:28:26 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251760] erlang program doesn' Message-ID: <bug-251760-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251760 Bug ID: 251760 Summary: erlang program doesn' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: lari.sihto@gmail.com Attachment #220460 text/plain mime type: Created attachment 220460 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220460&action= =3Dedit simple test program to test erlang guard sequences I can't get erlang guard sequences to work right. Maybe I'm just missing something or I've run across a bug. Could someone please test this if it affects someone else besides me? Using FreeBSD 12.2-stable and installed er= lang through 'pkg install'. $ erlc quardseq.erl=20 $ erl -noshell -s guardseq.erl start -s init stop {"init terminating in do_boot",{undef,[{'guardseq.erl',start,[],[]},{init,start_em,1,[]},{init,do= _boot,3,[]}]}} init terminating in do_boot ({undef,[{guardseq.erl,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]= }]}) this program should pass the guard sequence test but doesn't. --=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-251760-7788>