Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2022 23:16:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267005] editors/lapce: Update to 0.2.1
Message-ID:  <bug-267005-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267005

            Bug ID: 267005
           Summary: editors/lapce: Update to 0.2.1
           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: eduardo@FreeBSD.org

Created attachment 237250
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237250&action=
=3Dedit
lapce v0

Fails in the end:
---
error[E0106]: missing lifetime specifier
  --> lapce-data/src/config.rs:38:27
   |
38 |     pub const LAPCE_WARN: &str =3D "lapce.warn";
   |                           ^ expected named lifetime parameter
   |
help: consider using the `'static` lifetime
   |
38 |     pub const LAPCE_WARN: &'static str =3D "lapce.warn";
   |                            +++++++
help: consider introducing a named lifetime parameter
   |
37 ~ impl<'a> LapceTheme {
38 ~     pub const LAPCE_WARN: &'a str =3D "lapce.warn";
   |

error[E0106]: missing lifetime specifier
  --> lapce-data/src/config.rs:39:28
(...)
---

Full log:
https://people.freebsd.org/~eduardo/logs/lapce/lapce-0.2.1/lapce-0.2.1.log

--=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-267005-7788>