Uh oh!
There was an error while loading. Please reload this page.
Fix Pandoc version check in configure - #22474
Conversation
rust-highfive
commented
Feb 18, 2015
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
iKevinY
commented
Feb 18, 2015
After trying a few things, I decided upon this solution, which uses grep to isolate the |
alexcrichton
commented
Feb 24, 2015
@bors: r+ b720412a673e2d2afdd574841475d32f157fb593 |
iKevinY
commented
Feb 24, 2015
@alexcrichton Do you think that using |
alexcrichton
commented
Feb 24, 2015
alexcrichton
commented
Feb 24, 2015
@bors: r- |
brson
commented
Feb 24, 2015
I think it's ok. Better than the existing breakage anyway. |
iKevinY
commented
Feb 24, 2015
Hmm, is it safe to use Edit: I've changed |
iKevinY
commented
Feb 24, 2015
@brson I was thinking about |
Using an extended regex fixes pattern matching on BSD sed.
brson
commented
Mar 5, 2015
@bors: r+ 4349 |
Executing `configure` seems to create the following error due to how the script [parses Pandoc's version](https://github.com/rust-lang/rust/blob/master/configure#L705): ```text ./configure: line 705: [: pandoc: integer expression expected ./configure: line 705: [: 1.12.4.2: integer expression expected ``` This issue seems to stem from a discrepancy between BSD and GNU versions of sed. This patch changes the sed command to use an extended regex, which works with both flavours of sed.
bors
commented
Mar 6, 2015
bors
commented
Mar 6, 2015
💔 Test failed - auto-linux-32-opt |
alexcrichton
commented
Mar 6, 2015
@bors: retry |
bors
commented
Mar 6, 2015
⌛ Testing commit 4349fa4 with merge aba1498... |
Executing `configure` seems to create the following error due to how the script [parses Pandoc's version](https://github.com/rust-lang/rust/blob/master/configure#L705): ```text ./configure: line 705: [: pandoc: integer expression expected ./configure: line 705: [: 1.12.4.2: integer expression expected ``` This issue seems to stem from a discrepancy between BSD and GNU versions of sed. This patch changes the sed command to use an extended regex, which works with both flavours of sed.
bors
commented
Mar 6, 2015
⛄ The build was interrupted to prioritize another pull request. |
bors
commented
Mar 6, 2015
⌛ Testing commit 4349fa4 with merge 0fa295c... |
bors
commented
Mar 6, 2015
⛄ The build was interrupted to prioritize another pull request. |
bors
commented
Mar 6, 2015
⌛ Testing commit 4349fa4 with merge a514272... |
bors
commented
Mar 6, 2015
⛄ The build was interrupted to prioritize another pull request. |
bors
commented
Mar 6, 2015
⌛ Testing commit 4349fa4 with merge 6193438... |
bors
commented
Mar 6, 2015
⛄ The build was interrupted to prioritize another pull request. |
Executing `configure` seems to create the following error due to how the script [parses Pandoc's version](https://github.com/rust-lang/rust/blob/master/configure#L705): ```text ./configure: line 705: [: pandoc: integer expression expected ./configure: line 705: [: 1.12.4.2: integer expression expected ``` This issue seems to stem from a discrepancy between BSD and GNU versions of sed. This patch changes the sed command to use an extended regex, which works with both flavours of sed.
bors
commented
Mar 6, 2015
Executing `configure` seems to create the following error due to how the script [parses Pandoc's version](https://github.com/rust-lang/rust/blob/master/configure#L705): ```text ./configure: line 705: [: pandoc: integer expression expected ./configure: line 705: [: 1.12.4.2: integer expression expected ``` This issue seems to stem from a discrepancy between BSD and GNU versions of sed. This patch changes the sed command to use an extended regex, which works with both flavours of sed.
bors
commented
Mar 6, 2015
⛄ The build was interrupted to prioritize another pull request. |
Executing `configure` seems to create the following error due to how the script [parses Pandoc's version](https://github.com/rust-lang/rust/blob/master/configure#L705): ```text ./configure: line 705: [: pandoc: integer expression expected ./configure: line 705: [: 1.12.4.2: integer expression expected ``` This issue seems to stem from a discrepancy between BSD and GNU versions of sed. This patch changes the sed command to use an extended regex, which works with both flavours of sed.
bors
commented
Mar 6, 2015
bors
commented
Mar 6, 2015
…ions refactor: Intern MIR projections using the new ty interning infrastructure
Executing
configureseems to create the following error due to how the script parses Pandoc's version:This issue seems to stem from a discrepancy between BSD and GNU versions of sed. This patch changes the sed command to use an extended regex, which works with both flavours of sed.