[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: qtwenengine anybody?
From: |
Pierre Neidhardt |
Subject: |
Re: qtwenengine anybody? |
Date: |
Tue, 07 Jan 2020 09:09:32 +0100 |
Fantastic, Marius! Some nits below:
> ;;; Copyright © 2019 Marius Bakke <address@hidden>
2020 for Marius?
> + ;; FIXME: libxml2 needs to built with icu support though it links to
> + ;; libxml2 configure summary still states. Checking for compatible
> + ;; system libxml2... no
Punctuation:
--8<---------------cut here---------------start------------->8---
... still states "Checking for compatible system libxml2... no".
--8<---------------cut here---------------end--------------->8---
> + ;; Tests are disabled due to Could not find QtWebEngineProcess error
> + ;; It's possible this can be fixed by setting QTWEBENGINEPROCESS_PATH
> + ;; before running tests It's also possible some tests need a network
Punctuation:
--8<---------------cut here---------------start------------->8---
Test are disabled due to "Could not find QtWebEngineProcess" error.
It's possible this can be fixed by setting QTWEBENGINEPROCESS_PATH
before running tests. It's also possible some tests need a network.
--8<---------------cut here---------------end--------------->8---
> + (define (third-party? file)
> + (if (string-contains file "third_party/")
> + #t
> + #f))
Maybe just
--8<---------------cut here---------------start------------->8---
(define (third-party? file)
(string-contains file "third_party/"))
--8<---------------cut here---------------end--------------->8---
?
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
- Re: qtwenengine anybody?, (continued)
- Re: qtwenengine anybody?, Hartmut Goebel, 2020/01/07
- Re: qtwenengine anybody?, mike . rosset, 2020/01/07
- Re: qtwenengine anybody?, Marius Bakke, 2020/01/11
- Re: qtwenengine anybody?, Pierre Neidhardt, 2020/01/11
- Re: qtwenengine anybody?, Mike Rosset, 2020/01/11
- Re: qtwenengine anybody?, Pierre Neidhardt, 2020/01/11
- Re: qtwenengine anybody?, Mike Rosset, 2020/01/13
- Re: qtwenengine anybody?, Pierre Neidhardt, 2020/01/13
- Re: qtwenengine anybody?, Mike Rosset, 2020/01/13
- Re: qtwenengine anybody?, Mike Rosset, 2020/01/11
- Re: qtwenengine anybody?,
Pierre Neidhardt <=
- Re: qtwenengine anybody?, mike . rosset, 2020/01/07
- Re: qtwenengine anybody?, Pierre Neidhardt, 2020/01/07
- Re: qtwenengine anybody?, Marius Bakke, 2020/01/07