From owner-freebsd-haskell@freebsd.org Fri Nov 29 10:09:28 2019 Return-Path: Delivered-To: freebsd-haskell@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 708A41AB145 for ; Fri, 29 Nov 2019 10:09:28 +0000 (UTC) (envelope-from contact@evilham.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47PVbr1fJ9z3FNj for ; Fri, 29 Nov 2019 10:09:28 +0000 (UTC) (envelope-from contact@evilham.com) Received: by mailman.nyi.freebsd.org (Postfix) id 368D91AB144; Fri, 29 Nov 2019 10:09:28 +0000 (UTC) Delivered-To: haskell@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 352BD1AB143 for ; Fri, 29 Nov 2019 10:09:28 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (yggdrasil.evilham.com [46.19.33.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47PVbq08K0z3FNh for ; Fri, 29 Nov 2019 10:09:26 +0000 (UTC) (envelope-from contact@evilham.com) Received: from yggdrasil.evilham.com (unknown [IPv6:2a0a:e5c1:121:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by yggdrasil.evilham.com (Postfix) with ESMTPSA id 47PVb52LFvz3wmg; Fri, 29 Nov 2019 11:08:49 +0100 (CET) From: Evilham To: Bonface Munyoki Cc: haskell@freebsd.org Subject: Re: Elm reactor bug References: In-reply-to: Date: Fri, 29 Nov 2019 11:09:17 +0100 Message-ID: <60072305-7730-4fa8-909a-df9200fcfc7d@yggdrasil.evilham.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Rspamd-Queue-Id: 47PVbq08K0z3FNh X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=evilham.com; spf=pass (mx1.freebsd.org: domain of contact@evilham.com designates 46.19.33.155 as permitted sender) smtp.mailfrom=contact@evilham.com X-Spamd-Result: default: False [-6.47 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-3.67)[ip: (-9.84), ipnet: 46.19.32.0/21(-4.92), asn: 196752(-3.62), country: NL(0.02)]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[evilham.com,none]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:196752, ipnet:46.19.32.0/21, country:NL]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-haskell@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Haskell issues and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 10:09:28 -0000 Hello! On dv., nov. 29 2019, Bonface Munyoki wrote: > Hi. I'm using hs-elm-0.19.0 from the freeBSD ports collection. > `elm > reactor` brings up an empty page instead of a dashboard. In my > browser's > console, I'm getting: > > ``` > SyntaxError: unexpected token: ':' > ReferenceError: Elm is not defined > ``` > > When running `elm reactor`, I expected to see the elm dashboard > instead of > a blank page. Have you guys encountered this? Any help would be > highly > appreciated. > Regards, \o/ someone using Elm from ports. Can reproduce but TBH, I never actually used this feature and I don't recall it working with 0.19 on Linux either, but it may be my memory tricking me. I may take a go over the weekend at updating the port to 0.19.1 which may magically fix this, it's not entirely impossible that it is due to some super strange thing that the Elm did on compile time and arrowd helped me fix so the port builds without network. Cheers! -- Evilham