[Bug 251760] erlang program doesn'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Dec 11 16:28:26 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251760
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 at FreeBSD.org
Reporter: lari.sihto at gmail.com
Attachment #220460 text/plain
mime type:
Created attachment 220460
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220460&action=edit
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 erlang
through 'pkg install'.
$ erlc quardseq.erl
$ 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list