Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1734)

Issue 6484062: Check for Fontforge with enable-double (1637)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by janek
Modified:
11 years, 8 months ago
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Check for Fontforge with enable-double (1637) configure should check whether Fontforge was built with enable-double, to prevent strange bugs with font rendering.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M configure.in View 1 chunk +9 lines, -2 lines 1 comment Download

Messages

Total messages: 5
Graham Percival
LGTM, I get the expected error from a stock ubuntu 12.04 (which does not include ...
11 years, 8 months ago (2012-08-26 22:17:03 UTC) #1
John Mandereau
LGTM except one nitpick (see comment). http://codereview.appspot.com/6484062/diff/1/configure.in File configure.in (right): http://codereview.appspot.com/6484062/diff/1/configure.in#newcode174 configure.in:174: if $FONTFORGE --version ...
11 years, 8 months ago (2012-08-26 22:56:44 UTC) #2
dak
On 2012/08/26 22:56:44, John Mandereau wrote: > LGTM except one nitpick (see comment). > > ...
11 years, 8 months ago (2012-08-27 09:04:46 UTC) #3
dak
On 2012/08/27 09:04:46, dak wrote: > On 2012/08/26 22:56:44, John Mandereau wrote: > > LGTM ...
11 years, 8 months ago (2012-08-27 09:05:48 UTC) #4
John Mandereau
11 years, 8 months ago (2012-08-27 09:52:53 UTC) #5
2012/8/27  <dak@gnu.org>:
> On 2012/08/27 09:04:46, dak wrote:
>> You are confusing grep -E with grep -e.  -e just says that the next
>> word is the regular expression to look for rather than an option, and it is
>> required since the regular expression starts with dash itself.
>
>
> Actually, one should just use grep.  I just was not able to remember
> whether plain grep needs ? or \? in its patterns and was too lazy to
> look it up.

After having run the test in issue 1683 and reread the report and
comments of this issue (1637), there is no evidence that we need to
check whether Fontforge was built with --enable-double or -longdouble,
so let's only bump fontforge version requirement (posted as another
Rietveld issue, before having noticed that a patch doing this had
already been posted by Graham), so this work on grep invocation
hopefully will be useful in another context.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b