public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* installing 1.16 dev version - simple instructions
@ 2015-11-25  6:14 John MacFarlane
       [not found] ` <20151125061418.GB93523-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: John MacFarlane @ 2015-11-25  6:14 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I've revised the instructions here to use stack:
https://github.com/jgm/pandoc/wiki/Installing-the-development-version-of-pandoc

It's a fairly simple process; let me know if it doesn't work
for you.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found] ` <20151125061418.GB93523-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
@ 2015-11-25 15:22   ` BPJ
       [not found]     ` <CADAJKhDMr0i=t42R5hWEu26K43BLEz2z-tS-G1m6oJktBJF-Ew-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: BPJ @ 2015-11-25 15:22 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 2040 bytes --]

When I tried to use stack to install a 1.15.x dev version it failed while
installing ghc saying the disk was full. It seemed the installation was
producing lots of tar files, which must have filled up the available space. My
system partition (I have /home on a separate partition) is neither terribly
small nor terribly large, and most of all I'm not in a position to enlarge
it ATM. Might there be some other workaround like telling stack to put its
temporary files somewhere else? I have another disk with plenty of room.

I'll try again when I get home.

/bpj

onsdag 25 november 2015 skrev John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>:

> I've revised the instructions here to use stack:
>
> https://github.com/jgm/pandoc/wiki/Installing-the-development-version-of-pandoc
>
> It's a fairly simple process; let me know if it doesn't work
> for you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/20151125061418.GB93523%40MacBook-Air-2.local
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CADAJKhDMr0i%3Dt42R5hWEu26K43BLEz2z-tS-G1m6oJktBJF-Ew%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 3112 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]     ` <CADAJKhDMr0i=t42R5hWEu26K43BLEz2z-tS-G1m6oJktBJF-Ew-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-11-25 19:09       ` John MacFarlane
       [not found]         ` <20151125190924.GA13489-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: John MacFarlane @ 2015-11-25 19:09 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

+++ BPJ [Nov 25 15 16:22 ]:
>   When I tried to use stack to install a 1.15.x dev version it failed
>   while installing ghc saying the disk was full. It seemed the
>   installation was producing lots of tar files, which must have filled up
>   the available space. My system partition (I have /home on a separate
>   partition) is neither terribly small nor terribly large, and most of
>   all I'm not in a position to enlarge it ATM. Might there be some other
>   workaround like telling stack to put its temporary files somewhere
>   else? I have another disk with plenty of room.

I'm not sure -- there may be a config option (try
~/.stack/config.yaml) that allows you to put stack files
elsewhere.  But stack does tend to use a lot of disk space
because of the way it caches builds.

In principle you could also use cabal, but it requires a lot
of manual work compared to the stack method.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]         ` <20151125190924.GA13489-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
@ 2015-11-30 19:38           ` Cesar Romani
       [not found]             ` <565CA5CE.9000108-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2015-12-16 10:20           ` BP Jonsson
  1 sibling, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-11-30 19:38 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw; +Cc: John MacFarlane

On 25/11/2015 02:09 p.m., John MacFarlane wrote:
 > +++ BPJ [Nov 25 15 16:22 ]:
 >> When I tried to use stack to install a 1.15.x dev version it failed
 >> while installing ghc saying the disk was full. It seemed the
 >> installation was producing lots of tar files, which must have filled up
 >> the available space. My system partition (I have /home on a separate
 >> partition) is neither terribly small nor terribly large, and most of
 >> all I'm not in a position to enlarge it ATM. Might there be some other
 >> workaround like telling stack to put its temporary files somewhere
 >> else? I have another disk with plenty of room.
 >
 > I'm not sure -- there may be a config option (try
 > ~/.stack/config.yaml) that allows you to put stack files
 > elsewhere. But stack does tend to use a lot of disk space
 > because of the way it caches builds.
 >
 > In principle you could also use cabal, but it requires a lot
 > of manual work compared to the stack method.

I also don't have any success with using stack!
How it would be the manual way? It should be possible to use a script to
automate compiling the manual way.
I'm building pandoc on Windows 7, and since I'm trying to use stack I
don't get anything.

Many thanks in advance,

-- 
Cesar


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]             ` <565CA5CE.9000108-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-12-01 16:04               ` Cesar Romani
       [not found]                 ` <565DC503.3000304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-01 16:04 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw; +Cc: Cesar Romani, John MacFarlane

I've managed to get stack working and I've followed the instructions on
https://github.com/jgm/pandoc/wiki/Installing-the-development-version-of-pandoc

On
stack install --test --install-ghc --stack-yaml stack.full.yaml
I get:

--------------------
       [...]
     Linking .stack-work\dist\49224016\build\test-pandoc\test-pandoc.exe ...
     Old:
       [...]
         texinfo:
           basic: [OK]
           tables: [OK]
         icml:
           basic: [Failed]

--------------------
     Linking 
.stack-work\dist\49224016\build\test-pandoc-citeproc\test-pandoc-citeproc.exe 
...
     [number-of-volumes.in.native] PASSED
     [no-author.in.native] FAILED
     --- expected        2015-12-01 10:45:53 -0500
     +++ actual  2015-12-01 10:45:53 -0500
     [...]

--------------------
     [issue76.in.native] FAILED
     --- expected        2015-12-01 10:45:54 -0500
     +++ actual  2015-12-01 10:45:54 -0500
     [...]

--------------------
     [issue70.in.native] FAILED
     --- expected        2015-12-01 10:45:54 -0500
     +++ actual  2015-12-01 10:45:54 -0500
     [...]

--------------------
     [issue65.in.native] FAILED
     --- expected        2015-12-01 10:45:54 -0500
     +++ actual  2015-12-01 10:45:54 -0500
     [...]

--------------------
     [issue64.in.native] FAILED
     --- expected        2015-12-01 10:45:54 -0500
     +++ actual  2015-12-01 10:45:54 -0500
     [...]

--------------------
     [issue118.in.native] FAILED
     --- expected        2015-12-01 10:45:56 -0500
     +++ actual  2015-12-01 10:45:56 -0500
     [...]
     139 passed; 6 failed; 0 skipped; 0 errored.
--------------------

Many thanks in advance,

-- 
Cesar


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                 ` <565DC503.3000304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-12-02 19:42                   ` Cesar Romani
       [not found]                     ` <565F498F.4020503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-02 19:42 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw; +Cc: John MacFarlane

On 01/12/2015 03:35 p.m., John MACFARLANE wrote:
 > Hard to tell what went wrong without more information about
 > what failed (you elided this [...]).
 >
 > Did you remember to do a 'git submodule update' in the pandoc
 > repository?  (If it was the first time, 'git submodule
 > update --init')

I always do 'git submodule update.'
This time, after the last pull and with the command:
stack install --test --install-ghc --stack-yaml stack.full.yaml
I'm getting:

--------------------
--  While building package HTTP-4000.2.21 using:
 
C:\Users\caesar\AppData\Roaming\stack\setup-exe-cache\setup-Simple-Cabal-1.22.4.0-i386-windows-ghc-7.10.2.exe 
--builddir=.stack-work\dist\49224016\ build --ghc-options " -ddump-hi 
-ddump-to-file"
     Process exited with code: ExitFailure 1
     Logs have been written to: 
C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\HTTP-4000.2.21.log

     Configuring HTTP-4000.2.21...
     Building HTTP-4000.2.21...
     [...]
     [ 4 of 18] Compiling Network.Stream   ( Network\Stream.hs, 
.stack-work\dist\49224016\build\Network\Stream.o )

     Network\Stream.hs:35:1: Warning:
         Module ‘Control.Monad.Error’ is deprecated:
           Use Control.Monad.Except instead

     Network\Stream.hs:44:10: Warning:
         In the use of type constructor or class ‘Error’
         (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
         Deprecated: "Use Control.Monad.Trans.Except instead"

     Network\Stream.hs:44:10: Warning:
         In the use of type constructor or class ‘Error’
         (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
         Deprecated: "Use Control.Monad.Trans.Except instead"

     Network\Stream.hs:45:11: Warning:
         In the use of ‘strMsg’
         (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
         Deprecated: "Use Control.Monad.Trans.Except instead"

     Network\Stream.hs:52:24: Warning:
         In the use of ‘strMsg’
         (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
         Deprecated: "Use Control.Monad.Trans.Except instead"
     [...]
     [ 9 of 18] Compiling Network.HTTP.Base ( Network\HTTP\Base.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Base.o )

     Network\HTTP\Base.hs:110:1: Warning:
         Module ‘Control.Monad.Error’ is deprecated:
           Use Control.Monad.Except instead
     [...]
     [14 of 18] Compiling Network.HTTP.Proxy ( Network\HTTP\Proxy.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Proxy.o )

     Network\HTTP\Proxy.hs:85:22:
         Not in scope: ‘liftM’
         Perhaps you meant ‘liftM2’ (imported from Control.Monad)
--------------------

-- 
Cesar

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/565F498F.4020503%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                     ` <565F498F.4020503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-12-05 15:59                       ` Cesar Romani
       [not found]                         ` <566309F9.40603-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-05 15:59 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw; +Cc: Cesar Romani, John MacFarlane

On 02/12/2015 02:42 p.m., Cesar Romani wrote:
 > On 01/12/2015 03:35 p.m., John MACFARLANE wrote:
 >  > Hard to tell what went wrong without more information about
 >  > what failed (you elided this [...]).
 >  >
 >  > Did you remember to do a 'git submodule update' in the pandoc
 >  > repository? (If it was the first time, 'git submodule
 >  > update --init')
 >

After the las pull I keep getting the same error:

$ stack install --test --install-ghc --stack-yaml stack.full.yaml

Setting codepage to UTF-8 (65001) to ensure correct output from GHC
texmath-0.8.4.1: test (suite: test-texmath)
HTTP-4000.2.21: configure
HTTP-4000.2.21: build
Progress:
--  While building package HTTP-4000.2.21 using:
 
C:\Users\caesar\AppData\Roaming\stack\setup-exe-cache\setup-Simple-Cabal-1.22.4.0-i386-windows-ghc-7.10.2.exe 
--builddir=.stack-work\dist\49224016\ build --ghc-options " -ddump-hi 
-ddump-to-file"
     Process exited with code: ExitFailure 1
     Logs have been written to: 
C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\HTTP-4000.2.21.log
[...]

The log file HTTP-4000.2.21.log is:

HTTP-4000.2.21.log
==================
Configuring HTTP-4000.2.21...
Building HTTP-4000.2.21...
Preprocessing library HTTP-4000.2.21...
[ 1 of 18] Compiling Network.HTTP.MD5Aux ( Network\HTTP\MD5Aux.hs, 
.stack-work\dist\49224016\build\Network\HTTP\MD5Aux.o )
[ 2 of 18] Compiling Paths_HTTP       ( 
.stack-work\dist\49224016\build\autogen\Paths_HTTP.hs, 
.stack-work\dist\49224016\build\Paths_HTTP.o )
[ 3 of 18] Compiling Network.HTTP.Base64 ( Network\HTTP\Base64.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Base64.o )
[ 4 of 18] Compiling Network.Stream   ( Network\Stream.hs, 
.stack-work\dist\49224016\build\Network\Stream.o )

Network\Stream.hs:35:1: Warning:
     Module ‘Control.Monad.Error’ is deprecated:
       Use Control.Monad.Except instead

Network\Stream.hs:44:10: Warning:
     In the use of type constructor or class ‘Error’
     (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
     Deprecated: "Use Control.Monad.Trans.Except instead"

Network\Stream.hs:44:10: Warning:
     In the use of type constructor or class ‘Error’
     (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
     Deprecated: "Use Control.Monad.Trans.Except instead"

Network\Stream.hs:45:11: Warning:
     In the use of ‘strMsg’
     (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
     Deprecated: "Use Control.Monad.Trans.Except instead"

Network\Stream.hs:52:24: Warning:
     In the use of ‘strMsg’
     (imported from Control.Monad.Error, but defined in 
transformers-0.4.2.0:Control.Monad.Trans.Error):
     Deprecated: "Use Control.Monad.Trans.Except instead"
[ 5 of 18] Compiling Network.HTTP.Utils ( Network\HTTP\Utils.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Utils.o )
[ 6 of 18] Compiling Network.HTTP.Headers ( Network\HTTP\Headers.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Headers.o )
[ 7 of 18] Compiling Network.HTTP.Cookie ( Network\HTTP\Cookie.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Cookie.o )
[ 8 of 18] Compiling Network.BufferType ( Network\BufferType.hs, 
.stack-work\dist\49224016\build\Network\BufferType.o )
[ 9 of 18] Compiling Network.HTTP.Base ( Network\HTTP\Base.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Base.o )

Network\HTTP\Base.hs:110:1: Warning:
     Module ‘Control.Monad.Error’ is deprecated:
       Use Control.Monad.Except instead
[10 of 18] Compiling Network.TCP      ( Network\TCP.hs, 
.stack-work\dist\49224016\build\Network\TCP.o )
[11 of 18] Compiling Network.StreamDebugger ( Network\StreamDebugger.hs, 
.stack-work\dist\49224016\build\Network\StreamDebugger.o )
[12 of 18] Compiling Network.StreamSocket ( Network\StreamSocket.hs, 
.stack-work\dist\49224016\build\Network\StreamSocket.o )
[13 of 18] Compiling Network.HTTP.Auth ( Network\HTTP\Auth.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Auth.o )
[14 of 18] Compiling Network.HTTP.Proxy ( Network\HTTP\Proxy.hs, 
.stack-work\dist\49224016\build\Network\HTTP\Proxy.o )

Network\HTTP\Proxy.hs:85:22:
     Not in scope: ‘liftM’
     Perhaps you meant ‘liftM2’ (imported from Control.Monad)
--------------------


Many thanks in advance,

-- 
Cesar

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/566309F9.40603%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                         ` <566309F9.40603-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-12-08 21:47                           ` Greg Bernstein
  2015-12-14  0:35                           ` John MacFarlane
  1 sibling, 0 replies; 21+ messages in thread
From: Greg Bernstein @ 2015-12-08 21:47 UTC (permalink / raw)
  To: pandoc-discuss
  Cc: public-cesar.romani-Re5JQEeQqe8AvxtiuMwx3w-wOFGN7rlS/M9smdsby/KFg,
	public-jgm-TVLZxgkOlNX2fBVCVOL8/A


[-- Attachment #1.1: Type: text/plain, Size: 5609 bytes --]

I'm also seeing this error on Windows 10 with the latest Haskell stack. But 
not seeing this on Ubuntu where I also just installed the Haskell stack and 
followed the pandoc build instructions.
Cheers

On Saturday, December 5, 2015 at 8:00:09 AM UTC-8, Cesar wrote:
>
> On 02/12/2015 02:42 p.m., Cesar Romani wrote: 
>  > On 01/12/2015 03:35 p.m., John MACFARLANE wrote: 
>  >  > Hard to tell what went wrong without more information about 
>  >  > what failed (you elided this [...]). 
>  >  > 
>  >  > Did you remember to do a 'git submodule update' in the pandoc 
>  >  > repository? (If it was the first time, 'git submodule 
>  >  > update --init') 
>  > 
>
> After the las pull I keep getting the same error: 
>
> $ stack install --test --install-ghc --stack-yaml stack.full.yaml 
>
> Setting codepage to UTF-8 (65001) to ensure correct output from GHC 
> texmath-0.8.4.1: test (suite: test-texmath) 
> HTTP-4000.2.21: configure 
> HTTP-4000.2.21: build 
> Progress: 
> --  While building package HTTP-4000.2.21 using: 
>   
> C:\Users\caesar\AppData\Roaming\stack\setup-exe-cache\setup-Simple-Cabal-1.22.4.0-i386-windows-ghc-7.10.2.exe 
>
> --builddir=.stack-work\dist\49224016\ build --ghc-options " -ddump-hi 
> -ddump-to-file" 
>      Process exited with code: ExitFailure 1 
>      Logs have been written to: 
> C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\HTTP-4000.2.21.log 
> [...] 
>
> The log file HTTP-4000.2.21.log is: 
>
> HTTP-4000.2.21.log 
> ================== 
> Configuring HTTP-4000.2.21... 
> Building HTTP-4000.2.21... 
> Preprocessing library HTTP-4000.2.21... 
> [ 1 of 18] Compiling Network.HTTP.MD5Aux ( Network\HTTP\MD5Aux.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\MD5Aux.o ) 
> [ 2 of 18] Compiling Paths_HTTP       ( 
> .stack-work\dist\49224016\build\autogen\Paths_HTTP.hs, 
> .stack-work\dist\49224016\build\Paths_HTTP.o ) 
> [ 3 of 18] Compiling Network.HTTP.Base64 ( Network\HTTP\Base64.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\Base64.o ) 
> [ 4 of 18] Compiling Network.Stream   ( Network\Stream.hs, 
> .stack-work\dist\49224016\build\Network\Stream.o ) 
>
> Network\Stream.hs:35:1: Warning: 
>      Module ‘Control.Monad.Error’ is deprecated: 
>        Use Control.Monad.Except instead 
>
> Network\Stream.hs:44:10: Warning: 
>      In the use of type constructor or class ‘Error’ 
>      (imported from Control.Monad.Error, but defined in 
> transformers-0.4.2.0:Control.Monad.Trans.Error): 
>      Deprecated: "Use Control.Monad.Trans.Except instead" 
>
> Network\Stream.hs:44:10: Warning: 
>      In the use of type constructor or class ‘Error’ 
>      (imported from Control.Monad.Error, but defined in 
> transformers-0.4.2.0:Control.Monad.Trans.Error): 
>      Deprecated: "Use Control.Monad.Trans.Except instead" 
>
> Network\Stream.hs:45:11: Warning: 
>      In the use of ‘strMsg’ 
>      (imported from Control.Monad.Error, but defined in 
> transformers-0.4.2.0:Control.Monad.Trans.Error): 
>      Deprecated: "Use Control.Monad.Trans.Except instead" 
>
> Network\Stream.hs:52:24: Warning: 
>      In the use of ‘strMsg’ 
>      (imported from Control.Monad.Error, but defined in 
> transformers-0.4.2.0:Control.Monad.Trans.Error): 
>      Deprecated: "Use Control.Monad.Trans.Except instead" 
> [ 5 of 18] Compiling Network.HTTP.Utils ( Network\HTTP\Utils.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\Utils.o ) 
> [ 6 of 18] Compiling Network.HTTP.Headers ( Network\HTTP\Headers.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\Headers.o ) 
> [ 7 of 18] Compiling Network.HTTP.Cookie ( Network\HTTP\Cookie.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\Cookie.o ) 
> [ 8 of 18] Compiling Network.BufferType ( Network\BufferType.hs, 
> .stack-work\dist\49224016\build\Network\BufferType.o ) 
> [ 9 of 18] Compiling Network.HTTP.Base ( Network\HTTP\Base.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\Base.o ) 
>
> Network\HTTP\Base.hs:110:1: Warning: 
>      Module ‘Control.Monad.Error’ is deprecated: 
>        Use Control.Monad.Except instead 
> [10 of 18] Compiling Network.TCP      ( Network\TCP.hs, 
> .stack-work\dist\49224016\build\Network\TCP.o ) 
> [11 of 18] Compiling Network.StreamDebugger ( Network\StreamDebugger.hs, 
> .stack-work\dist\49224016\build\Network\StreamDebugger.o ) 
> [12 of 18] Compiling Network.StreamSocket ( Network\StreamSocket.hs, 
> .stack-work\dist\49224016\build\Network\StreamSocket.o ) 
> [13 of 18] Compiling Network.HTTP.Auth ( Network\HTTP\Auth.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\Auth.o ) 
> [14 of 18] Compiling Network.HTTP.Proxy ( Network\HTTP\Proxy.hs, 
> .stack-work\dist\49224016\build\Network\HTTP\Proxy.o ) 
>
> Network\HTTP\Proxy.hs:85:22: 
>      Not in scope: ‘liftM’ 
>      Perhaps you meant ‘liftM2’ (imported from Control.Monad) 
> -------------------- 
>
>
> Many thanks in advance, 
>
> -- 
> Cesar 
>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/81b7ab5a-def8-458c-a14f-522f7f279466%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 6621 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                         ` <566309F9.40603-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2015-12-08 21:47                           ` Greg Bernstein
@ 2015-12-14  0:35                           ` John MacFarlane
       [not found]                             ` <20151214003532.GA63174-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
  1 sibling, 1 reply; 21+ messages in thread
From: John MacFarlane @ 2015-12-14  0:35 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw; +Cc: Cesar Romani, John MacFarlane

There was a bug in HTTP 4000.2.21.  It's fixed in 4000.2.22.
I've updated stack.yaml to use the lts-3.18 resolver.  Try again.

+++ Cesar Romani [Dec 05 15 10:59 ]:
>On 02/12/2015 02:42 p.m., Cesar Romani wrote:
>> On 01/12/2015 03:35 p.m., John MACFARLANE wrote:
>>  > Hard to tell what went wrong without more information about
>>  > what failed (you elided this [...]).
>>  >
>>  > Did you remember to do a 'git submodule update' in the pandoc
>>  > repository? (If it was the first time, 'git submodule
>>  > update --init')
>>
>
>After the las pull I keep getting the same error:
>
>$ stack install --test --install-ghc --stack-yaml stack.full.yaml
>
>Setting codepage to UTF-8 (65001) to ensure correct output from GHC
>texmath-0.8.4.1: test (suite: test-texmath)
>HTTP-4000.2.21: configure
>HTTP-4000.2.21: build
>Progress:
>--  While building package HTTP-4000.2.21 using:
>
>C:\Users\caesar\AppData\Roaming\stack\setup-exe-cache\setup-Simple-Cabal-1.22.4.0-i386-windows-ghc-7.10.2.exe 
>--builddir=.stack-work\dist\49224016\ build --ghc-options " -ddump-hi 
>-ddump-to-file"
>    Process exited with code: ExitFailure 1
>    Logs have been written to: 
>C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\HTTP-4000.2.21.log
>[...]
>
>The log file HTTP-4000.2.21.log is:
>
>HTTP-4000.2.21.log
>==================
>Configuring HTTP-4000.2.21...
>Building HTTP-4000.2.21...
>Preprocessing library HTTP-4000.2.21...
>[ 1 of 18] Compiling Network.HTTP.MD5Aux ( Network\HTTP\MD5Aux.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\MD5Aux.o )
>[ 2 of 18] Compiling Paths_HTTP       ( 
>.stack-work\dist\49224016\build\autogen\Paths_HTTP.hs, 
>.stack-work\dist\49224016\build\Paths_HTTP.o )
>[ 3 of 18] Compiling Network.HTTP.Base64 ( Network\HTTP\Base64.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\Base64.o )
>[ 4 of 18] Compiling Network.Stream   ( Network\Stream.hs, 
>.stack-work\dist\49224016\build\Network\Stream.o )
>
>Network\Stream.hs:35:1: Warning:
>    Module ‘Control.Monad.Error’ is deprecated:
>      Use Control.Monad.Except instead
>
>Network\Stream.hs:44:10: Warning:
>    In the use of type constructor or class ‘Error’
>    (imported from Control.Monad.Error, but defined in 
>transformers-0.4.2.0:Control.Monad.Trans.Error):
>    Deprecated: "Use Control.Monad.Trans.Except instead"
>
>Network\Stream.hs:44:10: Warning:
>    In the use of type constructor or class ‘Error’
>    (imported from Control.Monad.Error, but defined in 
>transformers-0.4.2.0:Control.Monad.Trans.Error):
>    Deprecated: "Use Control.Monad.Trans.Except instead"
>
>Network\Stream.hs:45:11: Warning:
>    In the use of ‘strMsg’
>    (imported from Control.Monad.Error, but defined in 
>transformers-0.4.2.0:Control.Monad.Trans.Error):
>    Deprecated: "Use Control.Monad.Trans.Except instead"
>
>Network\Stream.hs:52:24: Warning:
>    In the use of ‘strMsg’
>    (imported from Control.Monad.Error, but defined in 
>transformers-0.4.2.0:Control.Monad.Trans.Error):
>    Deprecated: "Use Control.Monad.Trans.Except instead"
>[ 5 of 18] Compiling Network.HTTP.Utils ( Network\HTTP\Utils.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\Utils.o )
>[ 6 of 18] Compiling Network.HTTP.Headers ( Network\HTTP\Headers.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\Headers.o )
>[ 7 of 18] Compiling Network.HTTP.Cookie ( Network\HTTP\Cookie.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\Cookie.o )
>[ 8 of 18] Compiling Network.BufferType ( Network\BufferType.hs, 
>.stack-work\dist\49224016\build\Network\BufferType.o )
>[ 9 of 18] Compiling Network.HTTP.Base ( Network\HTTP\Base.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\Base.o )
>
>Network\HTTP\Base.hs:110:1: Warning:
>    Module ‘Control.Monad.Error’ is deprecated:
>      Use Control.Monad.Except instead
>[10 of 18] Compiling Network.TCP      ( Network\TCP.hs, 
>.stack-work\dist\49224016\build\Network\TCP.o )
>[11 of 18] Compiling Network.StreamDebugger ( 
>Network\StreamDebugger.hs, 
>.stack-work\dist\49224016\build\Network\StreamDebugger.o )
>[12 of 18] Compiling Network.StreamSocket ( Network\StreamSocket.hs, 
>.stack-work\dist\49224016\build\Network\StreamSocket.o )
>[13 of 18] Compiling Network.HTTP.Auth ( Network\HTTP\Auth.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\Auth.o )
>[14 of 18] Compiling Network.HTTP.Proxy ( Network\HTTP\Proxy.hs, 
>.stack-work\dist\49224016\build\Network\HTTP\Proxy.o )
>
>Network\HTTP\Proxy.hs:85:22:
>    Not in scope: ‘liftM’
>    Perhaps you meant ‘liftM2’ (imported from Control.Monad)
>--------------------
>
>
>Many thanks in advance,
>
>-- 
>Cesar
>
>-- 
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/566309F9.40603%40gmail.com.
>For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20151214003532.GA63174%40MacBook-Air-2.local.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                             ` <20151214003532.GA63174-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
@ 2015-12-14 20:05                               ` Cesar Romani
       [not found]                                 ` <566F2108.8050704-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-14 20:05 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw
  Cc: John MacFarlane, Cesar Romani, John MacFarlane

On 13/12/2015 07:35 p.m., John MacFarlane wrote:
 > There was a bug in HTTP 4000.2.21. It's fixed in 4000.2.22.
 > I've updated stack.yaml to use the lts-3.18 resolver. Try again.

I've tried again with the new pull, but this time I get:

--------------------
[...]
--  While building package pandoc-citeproc-0.9 using:
 
C:\home\caesar\pandoc-build\pandoc-citeproc\.stack-work\dist\49224016\setup\setup 
--builddir=.stack-work\dist\49224016\ build lib:pandoc-citeproc 
exe:pandoc-citeproc --ghc-options " -ddump-hi -ddump-to-file"
     Process exited with code: ExitFailure 1
     Logs have been written to: 
C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\pandoc-citeproc-0.9.log

     Configuring pandoc-citeproc-0.9...
     Preprocessing library pandoc-citeproc-0.9...
     [ 1 of 21] Compiling Prelude          ( prelude\Prelude.hs, 
.stack-work\dist\49224016\build\Prelude.o )
     [ 2 of 21] Compiling Text.CSL.Util    ( src\Text\CSL\Util.hs, 
.stack-work\dist\49224016\build\Text\CSL\Util.o )
     [ 3 of 21] Compiling Text.CSL.Style   ( src\Text\CSL\Style.hs, 
.stack-work\dist\49224016\build\Text\CSL\Style.o )

     src\Text\CSL\Style.hs:160:46:
         Couldn't match expected type ‘Text.Pandoc.Options.WrapOption’
                     with actual type ‘Bool’
         In the ‘writerWrapText’ field of a record
         In the first argument of ‘writeMarkdown’, namely
           ‘def {writerWrapText = False}’

     src\Text\CSL\Style.hs:166:46:
         Couldn't match expected type ‘Text.Pandoc.Options.WrapOption’
                     with actual type ‘Bool’
         In the ‘writerWrapText’ field of a record
         In the first argument of ‘writeMarkdown’, namely
           ‘def {writerWrapText = False}’
--------------------

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/566F2108.8050704%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                                 ` <566F2108.8050704-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-12-14 21:30                                   ` John MACFARLANE
       [not found]                                     ` <20151214213059.GB55450-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: John MACFARLANE @ 2015-12-14 21:30 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Yes, there were some updates needed to pandoc-citeproc,
which I made a few hours ago...

+++ Cesar Romani [Dec 14 15 15:05 ]:
>On 13/12/2015 07:35 p.m., John MacFarlane wrote:
>> There was a bug in HTTP 4000.2.21. It's fixed in 4000.2.22.
>> I've updated stack.yaml to use the lts-3.18 resolver. Try again.
>
>I've tried again with the new pull, but this time I get:
>
>--------------------
>[...]
>--  While building package pandoc-citeproc-0.9 using:
>
>C:\home\caesar\pandoc-build\pandoc-citeproc\.stack-work\dist\49224016\setup\setup 
>--builddir=.stack-work\dist\49224016\ build lib:pandoc-citeproc 
>exe:pandoc-citeproc --ghc-options " -ddump-hi -ddump-to-file"
>    Process exited with code: ExitFailure 1
>    Logs have been written to: C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\pandoc-citeproc-0.9.log
>
>    Configuring pandoc-citeproc-0.9...
>    Preprocessing library pandoc-citeproc-0.9...
>    [ 1 of 21] Compiling Prelude          ( prelude\Prelude.hs, 
>.stack-work\dist\49224016\build\Prelude.o )
>    [ 2 of 21] Compiling Text.CSL.Util    ( src\Text\CSL\Util.hs, 
>.stack-work\dist\49224016\build\Text\CSL\Util.o )
>    [ 3 of 21] Compiling Text.CSL.Style   ( src\Text\CSL\Style.hs, 
>.stack-work\dist\49224016\build\Text\CSL\Style.o )
>
>    src\Text\CSL\Style.hs:160:46:
>        Couldn't match expected type ‘Text.Pandoc.Options.WrapOption’
>                    with actual type ‘Bool’
>        In the ‘writerWrapText’ field of a record
>        In the first argument of ‘writeMarkdown’, namely
>          ‘def {writerWrapText = False}’
>
>    src\Text\CSL\Style.hs:166:46:
>        Couldn't match expected type ‘Text.Pandoc.Options.WrapOption’
>                    with actual type ‘Bool’
>        In the ‘writerWrapText’ field of a record
>        In the first argument of ‘writeMarkdown’, namely
>          ‘def {writerWrapText = False}’
>--------------------
>
>-- 
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/566F2108.8050704%40gmail.com.
>For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20151214213059.GB55450%40protagoras.berkeley.edu.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                                     ` <20151214213059.GB55450-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
@ 2015-12-16  5:34                                       ` Cesar Romani
  2015-12-16 19:15                                         ` John MACFARLANE
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-16  5:34 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 843 bytes --]

On 14/12/2015 04:30 p.m., John MACFARLANE wrote:
 > Yes, there were some updates needed to pandoc-citeproc,
 > which I made a few hours ago...

Thanks, it works, but on the test part I'm getting
139 passed; 6 failed; 0 skipped; 0 errored.

Attached is the complete output.

Regards,

-- 
Cesar

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/n4qt55%24hpm%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: log.txt --]
[-- Type: text/plain, Size: 21209 bytes --]

Setting codepage to UTF-8 (65001) to ensure correct output from GHC
pandoc-citeproc-0.9: unregistering (local file changes: .stack-work\dist\49224016\build\autogen\cabal_macros.h)
pandoc-citeproc-0.9: configure
pandoc-1.16: test (suite: test-pandoc)
texmath-0.8.4.1: test (suite: test-texmath)
pandoc-citeproc-0.9: build
pandoc-citeproc-0.9: install
pandoc-citeproc-0.9: build (test)
pandoc-citeproc-0.9: test (suite: test-pandoc-citeproc)
Completed all 4 actions.
Test suite failure for package pandoc-citeproc-0.9
    test-pandoc-citeproc:  exited with: ExitFailure 6
Full log available at C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\pandoc-citeproc-0.9-test.log


    Preprocessing library pandoc-citeproc-0.9...
    In-place registering pandoc-citeproc-0.9...
    Preprocessing test suite 'test-pandoc-citeproc' for pandoc-citeproc-0.9...
    [number-of-volumes.in.native] PASSED
    [no-author.in.native] FAILED
    --- expected	Tue Dec 15 11:42:53 2015
    +++ actual	Tue Dec 15 11:42:53 2015
    @@ -1,14 +1,14 @@
    -[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [Str "p.",Space,Str "3"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "(",Emph [Str "Magazine"],Space,Str "2012a,",Space,Str "3)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "(",Emph [Str "Magazine"],Space,Str "2012b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "(",Emph [Str "Magazine"],Space,Str "2012c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "(",Emph [Str "Magazine"],Space,Str "2012d)"],Str ",",Space,Cite [Citation {citationId = "item5", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 5}] [Str "(",Emph [Str "Magazine"],Space,Str "2012e)"],Str ",",Space,Cite [Citation {citationId = "item6", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 6}] [Str "(",Emph [Str "Newspaper"],Space,Str "2012)"]]
    +[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [Str "p.",Space,Str "3"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "(Anon.",Space,Str "2012a,",Space,Str "3)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "(Anon.",Space,Str "2012b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "(Anon.",Space,Str "2012c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "(Anon.",Space,Str "2012d)"],Str ",",Space,Cite [Citation {citationId = "item5", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 5}] [Str "(Anon.",Space,Str "2012e)"],Str ",",Space,Cite [Citation {citationId = "item6", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 6}] [Str "(Anon.",Space,Str "2012f)"]]
     ,Div ("refs",["references"],[])
      [Div ("ref-item1",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012a.",Space,Str "\8220Title",Space,Str "A.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012a.",Space,Str "\8220Title",Space,Str "A.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item2",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012b.",Space,Str "\8220Title",Space,Str "B.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012b.",Space,Str "\8220Title",Space,Str "B.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item3",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012c.",Space,Str "\8220Title",Space,Str "C.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012c.",Space,Str "\8220Title",Space,Str "C.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item4",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012d.",Space,Str "\8220Title",Space,Str "D.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012d.",Space,Str "\8220Title",Space,Str "D.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item5",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012e.",Space,Str "\8220Title",Space,Str "E.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012e.",Space,Str "\8220Title",Space,Str "E.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item6",[],[])
    -  [Para [Emph [Str "Newspaper"],Str ".",Space,Str "2012.",Space,Str "\8220Title",Space,Str "F.\8221"]]]]
    \ No newline at end of file
    +  [Para [Str "Anon.",Space,Str "2012f.",Space,Str "\8220Title",Space,Str "F.\8221",Space,Emph [Str "Newspaper"],Str "."]]]]
    \ No newline at end of file
    [mhra.in.native] PASSED
    [issue82.in.native] PASSED
    [issue77.in.native] PASSED
    [issue76.in.native] FAILED
    --- expected	Tue Dec 15 11:42:53 2015
    +++ actual	Tue Dec 15 11:42:53 2015
    @@ -1,10 +1,10 @@
    -[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "Author",Space,Str "(1998c)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "Author",Space,Str "(1998d)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "Author",Space,Str "(1998a)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "Author",Space,Str "(1998b)"]]
    +[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "Author",Space,Str "(1998a)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "Author",Space,Str "(1998b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "Author",Space,Str "(1998c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "Author",Space,Str "(1998d)"]]
     ,Div ("refs",["references"],[])
    - [Div ("ref-item3",[],[])
    -  [Para [Str "Author,",Space,Str "Al.",Space,Str "1998a.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "A",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    - ,Div ("ref-item4",[],[])
    -  [Para [Str "\8212\8212\8212.",Space,Str "1998b.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "An",Space,Str "Abazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    - ,Div ("ref-item1",[],[])
    -  [Para [Str "\8212\8212\8212.",Space,Str "1998c.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    + [Div ("ref-item1",[],[])
    +  [Para [Str "Author,",Space,Str "Al.",Space,Str "1998a.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
      ,Div ("ref-item2",[],[])
    -  [Para [Str "\8212\8212\8212.",Space,Str "1998d.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "The",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]]]
    \ No newline at end of file
    +  [Para [Str "\8212\8212\8212.",Space,Str "1998b.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "The",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    + ,Div ("ref-item3",[],[])
    +  [Para [Str "\8212\8212\8212.",Space,Str "1998c.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "A",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    + ,Div ("ref-item4",[],[])
    +  [Para [Str "\8212\8212\8212.",Space,Str "1998d.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "An",Space,Str "Abazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]]]
    \ No newline at end of file
    [issue75.in.native] PASSED
    [issue70.in.native] FAILED
    --- expected	Tue Dec 15 11:42:54 2015
    +++ actual	Tue Dec 15 11:42:54 2015
    @@ -3,4 +3,4 @@
      [Div ("ref-bruun:2009samuel",[],[])
    -  [Para [Str "Dinkova-Bruun,",Space,Str "Greti.",Space,Str "2009.",Space,Str "\8220Samuel",Space,Str "Presbyter",Space,Str "and",Space,Str "the",Space,Str "Glosses",Space,Str "to",Space,Str "His",Space,Str "Versification",Space,Str "of",Space,Str "Psalm",Space,Str "1:",Space,Str "An",Space,Str "Anti-Church",Space,Str "Invective?\8221",Space,Str "In",Space,Emph [Str "Florilegium",Space,Str "mediaevale:",Space,Str "\201tudes",Space,Str "offertes",Space,Str "\224",Space,Str "Jacqueline",Space,Str "Hamesse",Space,Str "\224",Space,Str "l\8217occasion",Space,Str "de",Space,Str "son",Space,Str "\233m\233ritat"],Str ",",Space,Str "edited",Space,Str "by",Space,Str "Jos\233",Space,Str "Francisco",Space,Str "Meirinhos",Space,Str "and",Space,Str "Olga",Space,Str "Weijers,",Space,Str "155\8211\&74.",Space,Str "Textes",Space,Str "et",Space,Str "\233tudes",Space,Str "du",Space,Str "moyen",Space,Str "\226ge",Space,Str "50.",Space,Str "Louvain-la-Neuve:",Space,Str "F\233d\233ration",Space,Str "Internationale",Space,Str "des",Space,Str "Instituts",Space,Str "d\8217\201tudes",Space,Str "M\233di\233vales."]]
    +  [Para [Str "Dinkova-Bruun,",Space,Str "Greti.",Space,Str "2009.",Space,Str "\8220Samuel",Space,Str "Presbyter",Space,Str "and",Space,Str "the",Space,Str "Glosses",Space,Str "to",Space,Str "His",Space,Str "Versification",Space,Str "of",Space,Str "Psalm",Space,Str "1:",Space,Str "An",Space,Str "Anti-Church",Space,Str "Invective?\8221",Space,Str "In",Space,Emph [Str "Florilegium",Space,Str "mediaevale:",Space,Str "\201tudes",Space,Str "offertes",Space,Str "\224",Space,Str "Jacqueline",Space,Str "Hamesse",Space,Str "\224",Space,Str "l\8217occasion",Space,Str "de",Space,Str "son",Space,Str "\233m\233ritat"],Str ",",Space,Str "ed",Space,Str "by.",Space,Str "Jos\233",Space,Str "Francisco",Space,Str "Meirinhos",Space,Str "and",Space,Str "Olga",Space,Str "Weijers,",Space,Str "155\8211\&174.",Space,Str "Textes",Space,Str "et",Space,Str "\233tudes",Space,Str "du",Space,Str "moyen",Space,Str "\226ge",Space,Str "50.",Space,Str "Louvain-la-Neuve:",Space,Str "F\233d\233ration",Space,Str "Internationale",Space,Str "des",Space,Str "Instituts",Space,Str "d\8217\201tudes",Space,Str "M\233di\233vales."]]
      ,Div ("ref-thorndike:1955unde",[],[])
    -  [Para [Str "Thorndike,",Space,Str "Lynn.",Space,Str "1955.",Space,Str "\8220Unde",Space,Str "versus.\8221",Space,Emph [Str "Traditio"],Space,Str "11:",Space,Str "163\8211\&93."]]]]
    \ No newline at end of file
    +  [Para [Str "Thorndike,",Space,Str "Lynn.",Space,Str "1955.",Space,Str "\8220Unde",Space,Str "versus.\8221",Space,Emph [Str "Traditio"],Space,Str "11:",Space,Str "163\8211\&193."]]]]
    \ No newline at end of file
    [issue7.in.native] PASSED
    [issue68.in.native] PASSED
    [issue65.in.native] FAILED
    --- expected	Tue Dec 15 11:42:54 2015
    +++ actual	Tue Dec 15 11:42:54 2015
    @@ -3,2 +3,2 @@
      [Div ("ref-stotz:1996handbuch",[],[])
    -  [Para [Str "Stotz,",Space,Str "Peter.",Space,Str "1996\8211\&2004.",Space,Emph [Str "Handbuch",Space,Str "zur",Space,Str "lateinischen",Space,Str "Sprache",Space,Str "des",Space,Str "Mittelalters"],Str ".",Space,Str "5",Space,Str "vols.",Space,Str "Handbuch",Space,Str "der",Space,Str "Altertumswissenschaft,",Space,Str "2.5.",Space,Str "Munich:",Space,Str "Beck."]]]]
    \ No newline at end of file
    +  [Para [Str "Stotz,",Space,Str "Peter.",Space,Str "1996\8211\&2004.",Space,Emph [Str "Handbuch",Space,Str "zur",Space,Str "lateinischen",Space,Str "Sprache",Space,Str "des",Space,Str "Mittelalters"],Str ".",Space,Str "5",Space,Str "vols.",Space,Str "Handbuch",Space,Str "der",Space,Str "Altertumswissenschaft",Space,Str "2.5.",Space,Str "Munich:",Space,Str "Beck."]]]]
    \ No newline at end of file
    [issue64.in.native] FAILED
    --- expected	Tue Dec 15 11:42:54 2015
    +++ actual	Tue Dec 15 11:42:54 2015
    @@ -6,2 +6,2 @@
      ,Div ("ref-\1087\1091\1085\1082\1090\&3",[],[])
    -  [Para [Str "Doe,",Space,Str "John,",Space,Str "and",Space,Str "Jenny",Space,Str "Roe.",Space,Str "2007.",Space,Str "\8220Why",Space,Str "Water",Space,Str "Is",Space,Str "Wet.\8221",Space,Str "In",Space,Emph [Str "Third",Space,Str "Book"],Str ",",Space,Str "edited",Space,Str "by",Space,Str "Sam",Space,Str "Smith.",Space,Str "Oxford:",Space,Str "Oxford",Space,Str "University",Space,Str "Press."]]]]
    \ No newline at end of file
    +  [Para [Str "Doe,",Space,Str "John,",Space,Str "and",Space,Str "Jenny",Space,Str "Roe.",Space,Str "2007.",Space,Str "\8220Why",Space,Str "Water",Space,Str "Is",Space,Str "Wet.\8221",Space,Str "In",Space,Emph [Str "Third",Space,Str "Book"],Str ",",Space,Str "ed",Space,Str "by.",Space,Str "Sam",Space,Str "Smith.",Space,Str "Oxford:",Space,Str "Oxford",Space,Str "University",Space,Str "Press."]]]]
    \ No newline at end of file
    [issue61.in.native] PASSED
    [issue58.in.native] PASSED
    [issue57.in.native] PASSED
    [issue51.in.native] PASSED
    [issue27.in.native] PASSED
    [issue25.in.native] PASSED
    [issue197.in.native] PASSED
    [issue175.in.native] PASSED
    [issue14.in.native] PASSED
    [issue13.in.native] PASSED
    [issue118.in.native] FAILED
    --- expected	Tue Dec 15 11:42:55 2015
    +++ actual	Tue Dec 15 11:42:55 2015
    @@ -1,4 +1,4 @@
    -[Para [Cite [Citation {citationId = "nbn", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 1}] [Str "(Hitchcock",Space,Str "1959)"],Space,Str "is",Space,Str "a",Space,Str "spy",Space,Str "thriller",Space,Str "film."]
    +[Para [Cite [Citation {citationId = "nbn", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 1}] [Str "(Anon.",Space,Str "1959)"],Space,Str "is",Space,Str "a",Space,Str "spy",Space,Str "thriller",Space,Str "film."]
     ,Div ("refs",["references"],[])
      [Div ("ref-nbn",[],[])
    -  [Para [Str "Hitchcock,",Space,Str "Alfred,",Space,Str "dir.",Space,Str "1959.",Space,Emph [Str "North",Space,Str "by",Space,Str "Northwest"],Str ".",Space,Str "USA:",Space,Str "Metro-Goldwyn-Mayer."]]]]
    \ No newline at end of file
    +  [Para [Str "Anon.",Space,Str "1959.",Space,Emph [Str "North",Space,Str "by",Space,Str "Northwest"],Str ".",Space,Str "USA:",Space,Str "Metro-Goldwyn-Mayer."]]]]
    \ No newline at end of file
    [ieee.in.native] PASSED
    [chicago-author-date.in.native] PASSED
    [biblio2yaml/yoon.biblatex] PASSED
    [biblio2yaml/worman.biblatex] PASSED
    [biblio2yaml/wilde.biblatex] PASSED
    [biblio2yaml/westfahl-space.biblatex] PASSED
    [biblio2yaml/westfahl-frontier.biblatex] PASSED
    [biblio2yaml/weinberg.biblatex] PASSED
    [biblio2yaml/wassenberg.biblatex] PASSED
    [biblio2yaml/vizedom-related.biblatex] PASSED
    [biblio2yaml/vazques-de-parga.biblatex] PASSED
    [biblio2yaml/vazques-de-parga-mvbook.biblatex] PASSED
    [biblio2yaml/vangennep.biblatex] PASSED
    [biblio2yaml/vangennep-trans.biblatex] PASSED
    [biblio2yaml/vangennep-related.biblatex] PASSED
    [biblio2yaml/title-and-shorttitle.biblatex] PASSED
    [biblio2yaml/thesis.biblatex] PASSED
    [biblio2yaml/textnormal.biblatex] PASSED
    [biblio2yaml/test-case-conversion.biblatex] PASSED
    [biblio2yaml/strings.biblatex] PASSED
    [biblio2yaml/springer.biblatex] PASSED
    [biblio2yaml/spiegelberg.biblatex] PASSED
    [biblio2yaml/sorace.biblatex] PASSED
    [biblio2yaml/sigfridsson.biblatex] PASSED
    [biblio2yaml/shore.biblatex] PASSED
    [biblio2yaml/sarfraz.biblatex] PASSED
    [biblio2yaml/salam.biblatex] PASSED
    [biblio2yaml/report.biblatex] PASSED
    [biblio2yaml/reese.biblatex] PASSED
    [biblio2yaml/quotes.biblatex] PASSED
    [biblio2yaml/pines.biblatex] PASSED
    [biblio2yaml/piccato.biblatex] PASSED
    [biblio2yaml/periodical.biblatex] PASSED
    [biblio2yaml/patent.biblatex] PASSED
    [biblio2yaml/padhye.biblatex] PASSED
    [biblio2yaml/options-url-false-doi-false.biblatex] PASSED
    [biblio2yaml/online.biblatex] PASSED
    [biblio2yaml/nussbaum.biblatex] PASSED
    [biblio2yaml/nietzsche-ksa1.biblatex] PASSED
    [biblio2yaml/nietzsche-ksa.biblatex] PASSED
    [biblio2yaml/nietzsche-historie.biblatex] PASSED
    [biblio2yaml/murray.biblatex] PASSED
    [biblio2yaml/moraux.biblatex] PASSED
    [biblio2yaml/moore.biblatex] PASSED
    [biblio2yaml/moore-related.biblatex] PASSED
    [biblio2yaml/massa.biblatex] PASSED
    [biblio2yaml/maron.biblatex] PASSED
    [biblio2yaml/markey.biblatex] PASSED
    [biblio2yaml/manual.biblatex] PASSED
    [biblio2yaml/malinowski.biblatex] PASSED
    [biblio2yaml/loh.biblatex] PASSED
    [biblio2yaml/laufenberg.biblatex] PASSED
    [biblio2yaml/kullback.biblatex] PASSED
    [biblio2yaml/kullback-reprint.biblatex] PASSED
    [biblio2yaml/kullback-related.biblatex] PASSED
    [biblio2yaml/kowalik.biblatex] PASSED
    [biblio2yaml/knuth-ct.biblatex] PASSED
    [biblio2yaml/knuth-ct-related.biblatex] PASSED
    [biblio2yaml/knuth-ct-e.biblatex] PASSED
    [biblio2yaml/knuth-ct-d.biblatex] PASSED
    [biblio2yaml/knuth-ct-c.biblatex] PASSED
    [biblio2yaml/knuth-ct-b.biblatex] PASSED
    [biblio2yaml/knuth-ct-a.biblatex] PASSED
    [biblio2yaml/kastenholz.biblatex] PASSED
    [biblio2yaml/kant-ku.biblatex] PASSED
    [biblio2yaml/kant-kpv.biblatex] PASSED
    [biblio2yaml/jcg.biblatex] PASSED
    [biblio2yaml/jaffe.biblatex] PASSED
    [biblio2yaml/itzhaki.biblatex] PASSED
    [biblio2yaml/inproceedings.biblatex] PASSED
    [biblio2yaml/incollection.biblatex] PASSED
    [biblio2yaml/incollection-2.biblatex] PASSED
    [biblio2yaml/inbook.biblatex] PASSED
    [biblio2yaml/inbook-title-booktitle-maintitle-series.biblatex] PASSED
    [biblio2yaml/inbook-title-booktitle-maintitle-series-2.biblatex] PASSED
    [biblio2yaml/iliad.biblatex] PASSED
    [biblio2yaml/hyman.biblatex] PASSED
    [biblio2yaml/herrmann.biblatex] PASSED
    [biblio2yaml/hammond.biblatex] PASSED
    [biblio2yaml/gonzalez.biblatex] PASSED
    [biblio2yaml/glashow.biblatex] PASSED
    [biblio2yaml/gillies.biblatex] PASSED
    [biblio2yaml/gerhardt.biblatex] PASSED
    [biblio2yaml/geer.biblatex] PASSED
    [biblio2yaml/gaonkar.biblatex] PASSED
    [biblio2yaml/gaonkar-in.biblatex] PASSED
    [biblio2yaml/formatting.biblatex] PASSED
    [biblio2yaml/escapedquotes.biblatex] PASSED
    [biblio2yaml/doody.biblatex] PASSED
    [biblio2yaml/dates.biblatex] PASSED
    [biblio2yaml/ctan.biblatex] PASSED
    [biblio2yaml/crossref-nested.biblatex] PASSED
    [biblio2yaml/crossref-inbook-mvbook.biblatex] PASSED
    [biblio2yaml/cotton.biblatex] PASSED
    [biblio2yaml/companion.biblatex] PASSED
    [biblio2yaml/coleridge.biblatex] PASSED
    [biblio2yaml/cms.biblatex] PASSED
    [biblio2yaml/cicero.biblatex] PASSED
    [biblio2yaml/chiu.biblatex] PASSED
    [biblio2yaml/britannica.biblatex] PASSED
    [biblio2yaml/brandt.biblatex] PASSED
    [biblio2yaml/book-vazques-de-parga.biblatex] PASSED
    [biblio2yaml/book-title-maintitle-series.biblatex] PASSED
    [biblio2yaml/book-coleridge.biblatex] PASSED
    [biblio2yaml/book-averroes.biblatex] PASSED
    [biblio2yaml/bibstring-resolution.biblatex] PASSED
    [biblio2yaml/bertram.biblatex] PASSED
    [biblio2yaml/basic.bibtex] PASSED
    [biblio2yaml/baez-online.biblatex] PASSED
    [biblio2yaml/baez-article.biblatex] PASSED
    [biblio2yaml/averroes-hercz.biblatex] PASSED
    [biblio2yaml/averroes-hannes.biblatex] PASSED
    [biblio2yaml/averroes-bland.biblatex] PASSED
    [biblio2yaml/augustine.biblatex] PASSED
    [biblio2yaml/article.biblatex] PASSED
    [biblio2yaml/aristotle-rhetoric.biblatex] PASSED
    [biblio2yaml/aristotle-poetics.biblatex] PASSED
    [biblio2yaml/aristotle-physics.biblatex] PASSED
    [biblio2yaml/aristotle-anima.biblatex] PASSED
    [biblio2yaml/angenendt.biblatex] PASSED
    [biblio2yaml/almendro.biblatex] PASSED
    [biblio2yaml/aksin.biblatex] PASSED
    139 passed; 6 failed; 0 skipped; 0 errored.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]         ` <20151125190924.GA13489-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
  2015-11-30 19:38           ` Cesar Romani
@ 2015-12-16 10:20           ` BP Jonsson
       [not found]             ` <56713B08.4010802-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  1 sibling, 1 reply; 21+ messages in thread
From: BP Jonsson @ 2015-12-16 10:20 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Den 2015-11-25 kl. 20:09, skrev John MacFarlane:
> +++ BPJ [Nov 25 15 16:22 ]:
> > When I tried to use stack to install a 1.15.x dev version it failed
> > while installing ghc saying the disk was full. It seemed the
> > installation was producing lots of tar files, which must have filled up
> > the available space. My system partition (I have /home on a separate
> > partition) is neither terribly small nor terribly large, and most of
> > all I'm not in a position to enlarge it ATM. Might there be some other
> > workaround like telling stack to put its temporary files somewhere
> > else? I have another disk with plenty of room.
>
> I'm not sure -- there may be a config option (try
> ~/.stack/config.yaml) that allows you to put stack files
> elsewhere.  But stack does tend to use a lot of disk space
> because of the way it caches builds.
>
> In principle you could also use cabal, but it requires a lot
> of manual work compared to the stack method.
>

I have now had time to investigate the running out of space 
problem a bit further with the help of Google and found [a stack 
issue][] which led to [a fedora wiki page][] and [another stack 
issue][] which gave both an explanation and a solution.

The problem is that `/tmp` on many Linux distros is implemented as 
tmpfs, a kind of virtual disk which sits in memory and has a 
limited storage space[^1]. The workaround is to use the `TMPDIR` 
environment variable and set it to another temporary directory 
created for the purpose and then deleted. One of those stack 
issues suggests using `/var/tmp` but it seems that at least on my 
system that is not automatically cleaned (I had files from 2013, 
the year I last made a fresh system install, lying around there!). 
Using this trick stack built ghc without a problem. I attach the 
two scripts which I tweaked from John's install instructions and 
used for the first build and updating respectively.

However now I have another problem: how can I control the name 
(dev-pandoc...) and location of the built pandoc and 
pandoc-citeproc? It seems they end up buried at 
`.stack-work/dist/x86_64-linux/Cabal-1.22.4.0/build/pandoc/pandoc` 
relative the directory from where I ran stack. I've copied them 
manually from there and renamed them, but that's clearly not 
ideal. I would guess that I might end up with multiple `Cabal-*` 
directories for different versions in there, which makes it hard 
to do the copying-renaming with a script.

[^1]: I had no idea what that was. Wikipedia explains: "tmpfs is a 
common name for a temporary file storage facility on many 
Unix-like operating systems. It is intended to appear as a mounted 
file system, but stored in volatile memory instead of a persistent 
storage device. A similar construction is a RAM disk, which 
appears as a virtual disk drive and hosts a disk file system."

   [a stack issue]: 
https://github.com/commercialhaskell/stack/issues/996
   [a fedora wiki page]: 
http://fedoraproject.org/wiki/Features/tmp-on-tmpfs
   [another stack issue]: 
https://github.com/commercialhaskell/stack/issues/841


````
#!/bin/bash

# pandoc-build.sh -- build pandoc from dev with stack for the 
first time
# Use pandoc-update.sh on subsequent occasions

thisdir=$(pwd) # assuming you are in ~/pandoc-build/
cd $thisdir
declare -a repos=("pandoc-types" "texmath" "pandoc-citeproc" "pandoc")
for r in "${repos[@]}"
do
     :
     git clone https://github.com/jgm/$r
done
cd pandoc
git submodule update --init
mytmpdir=$thisdir/tmp
mkdir $mytmpdir
env TMPDIR=$mytmpdir stack install --test --install-ghc 
--stack-yaml stack.full.yaml
rm -r $mytmpdir
````

````
#!/bin/bash

# pandoc-update.sh -- build pandoc from dev with stack again
# after you built it a first time with pandoc-build.sh

thisdir=$(pwd) # assuming you are in ~/pandoc-build/
cd $thisdir
declare -a repos=("pandoc-types" "texmath" "pandoc-citeproc" "pandoc")
for r in "${repos[@]}"
do
    :
    cd $r
    git pull
    cd $thisdir
done
cd pandoc
git submodule update
mytmpdir=$thisdir/tmp
mkdir $mytmpdir
env TMPDIR=$mytmpdir stack install --test --stack-yaml stack.full.yaml
rm -r $mytmpdir
````



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
  2015-12-16  5:34                                       ` Cesar Romani
@ 2015-12-16 19:15                                         ` John MACFARLANE
       [not found]                                           ` <20151216191558.GA96002-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: John MACFARLANE @ 2015-12-16 19:15 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Did you 'git pull' in your pandoc-citeproc repo to get the
latest?

+++ Cesar Romani [Dec 16 15 00:34 ]:
>On 14/12/2015 04:30 p.m., John MACFARLANE wrote:
>> Yes, there were some updates needed to pandoc-citeproc,
>> which I made a few hours ago...
>
>Thanks, it works, but on the test part I'm getting
>139 passed; 6 failed; 0 skipped; 0 errored.
>
>Attached is the complete output.
>
>Regards,
>
>-- 
>Cesar
>
>-- 
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/n4qt55%24hpm%241%40ger.gmane.org.
>For more options, visit https://groups.google.com/d/optout.

>Setting codepage to UTF-8 (65001) to ensure correct output from GHC
>pandoc-citeproc-0.9: unregistering (local file changes: .stack-work\dist\49224016\build\autogen\cabal_macros.h)
>pandoc-citeproc-0.9: configure
>pandoc-1.16: test (suite: test-pandoc)
>texmath-0.8.4.1: test (suite: test-texmath)
>pandoc-citeproc-0.9: build
>pandoc-citeproc-0.9: install
>pandoc-citeproc-0.9: build (test)
>pandoc-citeproc-0.9: test (suite: test-pandoc-citeproc)
>Completed all 4 actions.
>Test suite failure for package pandoc-citeproc-0.9
>    test-pandoc-citeproc:  exited with: ExitFailure 6
>Full log available at C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\pandoc-citeproc-0.9-test.log
>
>
>    Preprocessing library pandoc-citeproc-0.9...
>    In-place registering pandoc-citeproc-0.9...
>    Preprocessing test suite 'test-pandoc-citeproc' for pandoc-citeproc-0.9...
>    [number-of-volumes.in.native] PASSED
>    [no-author.in.native] FAILED
>    --- expected	Tue Dec 15 11:42:53 2015
>    +++ actual	Tue Dec 15 11:42:53 2015
>    @@ -1,14 +1,14 @@
>    -[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [Str "p.",Space,Str "3"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "(",Emph [Str "Magazine"],Space,Str "2012a,",Space,Str "3)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "(",Emph [Str "Magazine"],Space,Str "2012b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "(",Emph [Str "Magazine"],Space,Str "2012c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "(",Emph [Str "Magazine"],Space,Str "2012d)"],Str ",",Space,Cite [Citation {citationId = "item5", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 5}] [Str "(",Emph [Str "Magazine"],Space,Str "2012e)"],Str ",",Space,Cite [Citation {citationId = "item6", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 6}] [Str "(",Emph [Str "Newspaper"],Space,Str "2012)"]]
>    +[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [Str "p.",Space,Str "3"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "(Anon.",Space,Str "2012a,",Space,Str "3)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "(Anon.",Space,Str "2012b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "(Anon.",Space,Str "2012c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "(Anon.",Space,Str "2012d)"],Str ",",Space,Cite [Citation {citationId = "item5", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 5}] [Str "(Anon.",Space,Str "2012e)"],Str ",",Space,Cite [Citation {citationId = "item6", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 6}] [Str "(Anon.",Space,Str "2012f)"]]
>     ,Div ("refs",["references"],[])
>      [Div ("ref-item1",[],[])
>    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012a.",Space,Str "\8220Title",Space,Str "A.\8221"]]
>    +  [Para [Str "Anon.",Space,Str "2012a.",Space,Str "\8220Title",Space,Str "A.\8221",Space,Emph [Str "Magazine"],Str "."]]
>      ,Div ("ref-item2",[],[])
>    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012b.",Space,Str "\8220Title",Space,Str "B.\8221"]]
>    +  [Para [Str "Anon.",Space,Str "2012b.",Space,Str "\8220Title",Space,Str "B.\8221",Space,Emph [Str "Magazine"],Str "."]]
>      ,Div ("ref-item3",[],[])
>    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012c.",Space,Str "\8220Title",Space,Str "C.\8221"]]
>    +  [Para [Str "Anon.",Space,Str "2012c.",Space,Str "\8220Title",Space,Str "C.\8221",Space,Emph [Str "Magazine"],Str "."]]
>      ,Div ("ref-item4",[],[])
>    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012d.",Space,Str "\8220Title",Space,Str "D.\8221"]]
>    +  [Para [Str "Anon.",Space,Str "2012d.",Space,Str "\8220Title",Space,Str "D.\8221",Space,Emph [Str "Magazine"],Str "."]]
>      ,Div ("ref-item5",[],[])
>    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012e.",Space,Str "\8220Title",Space,Str "E.\8221"]]
>    +  [Para [Str "Anon.",Space,Str "2012e.",Space,Str "\8220Title",Space,Str "E.\8221",Space,Emph [Str "Magazine"],Str "."]]
>      ,Div ("ref-item6",[],[])
>    -  [Para [Emph [Str "Newspaper"],Str ".",Space,Str "2012.",Space,Str "\8220Title",Space,Str "F.\8221"]]]]
>    \ No newline at end of file
>    +  [Para [Str "Anon.",Space,Str "2012f.",Space,Str "\8220Title",Space,Str "F.\8221",Space,Emph [Str "Newspaper"],Str "."]]]]
>    \ No newline at end of file
>    [mhra.in.native] PASSED
>    [issue82.in.native] PASSED
>    [issue77.in.native] PASSED
>    [issue76.in.native] FAILED
>    --- expected	Tue Dec 15 11:42:53 2015
>    +++ actual	Tue Dec 15 11:42:53 2015
>    @@ -1,10 +1,10 @@
>    -[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "Author",Space,Str "(1998c)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "Author",Space,Str "(1998d)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "Author",Space,Str "(1998a)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "Author",Space,Str "(1998b)"]]
>    +[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "Author",Space,Str "(1998a)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "Author",Space,Str "(1998b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "Author",Space,Str "(1998c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "Author",Space,Str "(1998d)"]]
>     ,Div ("refs",["references"],[])
>    - [Div ("ref-item3",[],[])
>    -  [Para [Str "Author,",Space,Str "Al.",Space,Str "1998a.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "A",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
>    - ,Div ("ref-item4",[],[])
>    -  [Para [Str "\8212\8212\8212.",Space,Str "1998b.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "An",Space,Str "Abazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
>    - ,Div ("ref-item1",[],[])
>    -  [Para [Str "\8212\8212\8212.",Space,Str "1998c.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
>    + [Div ("ref-item1",[],[])
>    +  [Para [Str "Author,",Space,Str "Al.",Space,Str "1998a.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
>      ,Div ("ref-item2",[],[])
>    -  [Para [Str "\8212\8212\8212.",Space,Str "1998d.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "The",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]]]
>    \ No newline at end of file
>    +  [Para [Str "\8212\8212\8212.",Space,Str "1998b.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "The",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
>    + ,Div ("ref-item3",[],[])
>    +  [Para [Str "\8212\8212\8212.",Space,Str "1998c.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "A",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
>    + ,Div ("ref-item4",[],[])
>    +  [Para [Str "\8212\8212\8212.",Space,Str "1998d.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "An",Space,Str "Abazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]]]
>    \ No newline at end of file
>    [issue75.in.native] PASSED
>    [issue70.in.native] FAILED
>    --- expected	Tue Dec 15 11:42:54 2015
>    +++ actual	Tue Dec 15 11:42:54 2015
>    @@ -3,4 +3,4 @@
>      [Div ("ref-bruun:2009samuel",[],[])
>    -  [Para [Str "Dinkova-Bruun,",Space,Str "Greti.",Space,Str "2009.",Space,Str "\8220Samuel",Space,Str "Presbyter",Space,Str "and",Space,Str "the",Space,Str "Glosses",Space,Str "to",Space,Str "His",Space,Str "Versification",Space,Str "of",Space,Str "Psalm",Space,Str "1:",Space,Str "An",Space,Str "Anti-Church",Space,Str "Invective?\8221",Space,Str "In",Space,Emph [Str "Florilegium",Space,Str "mediaevale:",Space,Str "\201tudes",Space,Str "offertes",Space,Str "\224",Space,Str "Jacqueline",Space,Str "Hamesse",Space,Str "\224",Space,Str "l\8217occasion",Space,Str "de",Space,Str "son",Space,Str "\233m\233ritat"],Str ",",Space,Str "edited",Space,Str "by",Space,Str "Jos\233",Space,Str "Francisco",Space,Str "Meirinhos",Space,Str "and",Space,Str "Olga",Space,Str "Weijers,",Space,Str "155\8211\&74.",Space,Str "Textes",Space,Str "et",Space,Str "\233tudes",Space,Str "du",Space,Str "moyen",Space,Str "\226ge",Space,Str "50.",Space,Str "Louvain-la-Neuve:",Space,Str "F\233d\233ration",Space,Str "Internationale",Space,Str "des",Space,Str "Instituts",Space,Str "d\8217\201tudes",Space,Str "M\233di\233vales."]]
>    +  [Para [Str "Dinkova-Bruun,",Space,Str "Greti.",Space,Str "2009.",Space,Str "\8220Samuel",Space,Str "Presbyter",Space,Str "and",Space,Str "the",Space,Str "Glosses",Space,Str "to",Space,Str "His",Space,Str "Versification",Space,Str "of",Space,Str "Psalm",Space,Str "1:",Space,Str "An",Space,Str "Anti-Church",Space,Str "Invective?\8221",Space,Str "In",Space,Emph [Str "Florilegium",Space,Str "mediaevale:",Space,Str "\201tudes",Space,Str "offertes",Space,Str "\224",Space,Str "Jacqueline",Space,Str "Hamesse",Space,Str "\224",Space,Str "l\8217occasion",Space,Str "de",Space,Str "son",Space,Str "\233m\233ritat"],Str ",",Space,Str "ed",Space,Str "by.",Space,Str "Jos\233",Space,Str "Francisco",Space,Str "Meirinhos",Space,Str "and",Space,Str "Olga",Space,Str "Weijers,",Space,Str "155\8211\&174.",Space,Str "Textes",Space,Str "et",Space,Str "\233tudes",Space,Str "du",Space,Str "moyen",Space,Str "\226ge",Space,Str "50.",Space,Str "Louvain-la-Neuve:",Space,Str "F\233d\233ration",Space,Str "Internationale",Space,Str "des",Space,Str "Instituts",Space,Str "d\8217\201tudes",Space,Str "M\233di\233vales."]]
>      ,Div ("ref-thorndike:1955unde",[],[])
>    -  [Para [Str "Thorndike,",Space,Str "Lynn.",Space,Str "1955.",Space,Str "\8220Unde",Space,Str "versus.\8221",Space,Emph [Str "Traditio"],Space,Str "11:",Space,Str "163\8211\&93."]]]]
>    \ No newline at end of file
>    +  [Para [Str "Thorndike,",Space,Str "Lynn.",Space,Str "1955.",Space,Str "\8220Unde",Space,Str "versus.\8221",Space,Emph [Str "Traditio"],Space,Str "11:",Space,Str "163\8211\&193."]]]]
>    \ No newline at end of file
>    [issue7.in.native] PASSED
>    [issue68.in.native] PASSED
>    [issue65.in.native] FAILED
>    --- expected	Tue Dec 15 11:42:54 2015
>    +++ actual	Tue Dec 15 11:42:54 2015
>    @@ -3,2 +3,2 @@
>      [Div ("ref-stotz:1996handbuch",[],[])
>    -  [Para [Str "Stotz,",Space,Str "Peter.",Space,Str "1996\8211\&2004.",Space,Emph [Str "Handbuch",Space,Str "zur",Space,Str "lateinischen",Space,Str "Sprache",Space,Str "des",Space,Str "Mittelalters"],Str ".",Space,Str "5",Space,Str "vols.",Space,Str "Handbuch",Space,Str "der",Space,Str "Altertumswissenschaft,",Space,Str "2.5.",Space,Str "Munich:",Space,Str "Beck."]]]]
>    \ No newline at end of file
>    +  [Para [Str "Stotz,",Space,Str "Peter.",Space,Str "1996\8211\&2004.",Space,Emph [Str "Handbuch",Space,Str "zur",Space,Str "lateinischen",Space,Str "Sprache",Space,Str "des",Space,Str "Mittelalters"],Str ".",Space,Str "5",Space,Str "vols.",Space,Str "Handbuch",Space,Str "der",Space,Str "Altertumswissenschaft",Space,Str "2.5.",Space,Str "Munich:",Space,Str "Beck."]]]]
>    \ No newline at end of file
>    [issue64.in.native] FAILED
>    --- expected	Tue Dec 15 11:42:54 2015
>    +++ actual	Tue Dec 15 11:42:54 2015
>    @@ -6,2 +6,2 @@
>      ,Div ("ref-\1087\1091\1085\1082\1090\&3",[],[])
>    -  [Para [Str "Doe,",Space,Str "John,",Space,Str "and",Space,Str "Jenny",Space,Str "Roe.",Space,Str "2007.",Space,Str "\8220Why",Space,Str "Water",Space,Str "Is",Space,Str "Wet.\8221",Space,Str "In",Space,Emph [Str "Third",Space,Str "Book"],Str ",",Space,Str "edited",Space,Str "by",Space,Str "Sam",Space,Str "Smith.",Space,Str "Oxford:",Space,Str "Oxford",Space,Str "University",Space,Str "Press."]]]]
>    \ No newline at end of file
>    +  [Para [Str "Doe,",Space,Str "John,",Space,Str "and",Space,Str "Jenny",Space,Str "Roe.",Space,Str "2007.",Space,Str "\8220Why",Space,Str "Water",Space,Str "Is",Space,Str "Wet.\8221",Space,Str "In",Space,Emph [Str "Third",Space,Str "Book"],Str ",",Space,Str "ed",Space,Str "by.",Space,Str "Sam",Space,Str "Smith.",Space,Str "Oxford:",Space,Str "Oxford",Space,Str "University",Space,Str "Press."]]]]
>    \ No newline at end of file
>    [issue61.in.native] PASSED
>    [issue58.in.native] PASSED
>    [issue57.in.native] PASSED
>    [issue51.in.native] PASSED
>    [issue27.in.native] PASSED
>    [issue25.in.native] PASSED
>    [issue197.in.native] PASSED
>    [issue175.in.native] PASSED
>    [issue14.in.native] PASSED
>    [issue13.in.native] PASSED
>    [issue118.in.native] FAILED
>    --- expected	Tue Dec 15 11:42:55 2015
>    +++ actual	Tue Dec 15 11:42:55 2015
>    @@ -1,4 +1,4 @@
>    -[Para [Cite [Citation {citationId = "nbn", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 1}] [Str "(Hitchcock",Space,Str "1959)"],Space,Str "is",Space,Str "a",Space,Str "spy",Space,Str "thriller",Space,Str "film."]
>    +[Para [Cite [Citation {citationId = "nbn", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 1}] [Str "(Anon.",Space,Str "1959)"],Space,Str "is",Space,Str "a",Space,Str "spy",Space,Str "thriller",Space,Str "film."]
>     ,Div ("refs",["references"],[])
>      [Div ("ref-nbn",[],[])
>    -  [Para [Str "Hitchcock,",Space,Str "Alfred,",Space,Str "dir.",Space,Str "1959.",Space,Emph [Str "North",Space,Str "by",Space,Str "Northwest"],Str ".",Space,Str "USA:",Space,Str "Metro-Goldwyn-Mayer."]]]]
>    \ No newline at end of file
>    +  [Para [Str "Anon.",Space,Str "1959.",Space,Emph [Str "North",Space,Str "by",Space,Str "Northwest"],Str ".",Space,Str "USA:",Space,Str "Metro-Goldwyn-Mayer."]]]]
>    \ No newline at end of file
>    [ieee.in.native] PASSED
>    [chicago-author-date.in.native] PASSED
>    [biblio2yaml/yoon.biblatex] PASSED
>    [biblio2yaml/worman.biblatex] PASSED
>    [biblio2yaml/wilde.biblatex] PASSED
>    [biblio2yaml/westfahl-space.biblatex] PASSED
>    [biblio2yaml/westfahl-frontier.biblatex] PASSED
>    [biblio2yaml/weinberg.biblatex] PASSED
>    [biblio2yaml/wassenberg.biblatex] PASSED
>    [biblio2yaml/vizedom-related.biblatex] PASSED
>    [biblio2yaml/vazques-de-parga.biblatex] PASSED
>    [biblio2yaml/vazques-de-parga-mvbook.biblatex] PASSED
>    [biblio2yaml/vangennep.biblatex] PASSED
>    [biblio2yaml/vangennep-trans.biblatex] PASSED
>    [biblio2yaml/vangennep-related.biblatex] PASSED
>    [biblio2yaml/title-and-shorttitle.biblatex] PASSED
>    [biblio2yaml/thesis.biblatex] PASSED
>    [biblio2yaml/textnormal.biblatex] PASSED
>    [biblio2yaml/test-case-conversion.biblatex] PASSED
>    [biblio2yaml/strings.biblatex] PASSED
>    [biblio2yaml/springer.biblatex] PASSED
>    [biblio2yaml/spiegelberg.biblatex] PASSED
>    [biblio2yaml/sorace.biblatex] PASSED
>    [biblio2yaml/sigfridsson.biblatex] PASSED
>    [biblio2yaml/shore.biblatex] PASSED
>    [biblio2yaml/sarfraz.biblatex] PASSED
>    [biblio2yaml/salam.biblatex] PASSED
>    [biblio2yaml/report.biblatex] PASSED
>    [biblio2yaml/reese.biblatex] PASSED
>    [biblio2yaml/quotes.biblatex] PASSED
>    [biblio2yaml/pines.biblatex] PASSED
>    [biblio2yaml/piccato.biblatex] PASSED
>    [biblio2yaml/periodical.biblatex] PASSED
>    [biblio2yaml/patent.biblatex] PASSED
>    [biblio2yaml/padhye.biblatex] PASSED
>    [biblio2yaml/options-url-false-doi-false.biblatex] PASSED
>    [biblio2yaml/online.biblatex] PASSED
>    [biblio2yaml/nussbaum.biblatex] PASSED
>    [biblio2yaml/nietzsche-ksa1.biblatex] PASSED
>    [biblio2yaml/nietzsche-ksa.biblatex] PASSED
>    [biblio2yaml/nietzsche-historie.biblatex] PASSED
>    [biblio2yaml/murray.biblatex] PASSED
>    [biblio2yaml/moraux.biblatex] PASSED
>    [biblio2yaml/moore.biblatex] PASSED
>    [biblio2yaml/moore-related.biblatex] PASSED
>    [biblio2yaml/massa.biblatex] PASSED
>    [biblio2yaml/maron.biblatex] PASSED
>    [biblio2yaml/markey.biblatex] PASSED
>    [biblio2yaml/manual.biblatex] PASSED
>    [biblio2yaml/malinowski.biblatex] PASSED
>    [biblio2yaml/loh.biblatex] PASSED
>    [biblio2yaml/laufenberg.biblatex] PASSED
>    [biblio2yaml/kullback.biblatex] PASSED
>    [biblio2yaml/kullback-reprint.biblatex] PASSED
>    [biblio2yaml/kullback-related.biblatex] PASSED
>    [biblio2yaml/kowalik.biblatex] PASSED
>    [biblio2yaml/knuth-ct.biblatex] PASSED
>    [biblio2yaml/knuth-ct-related.biblatex] PASSED
>    [biblio2yaml/knuth-ct-e.biblatex] PASSED
>    [biblio2yaml/knuth-ct-d.biblatex] PASSED
>    [biblio2yaml/knuth-ct-c.biblatex] PASSED
>    [biblio2yaml/knuth-ct-b.biblatex] PASSED
>    [biblio2yaml/knuth-ct-a.biblatex] PASSED
>    [biblio2yaml/kastenholz.biblatex] PASSED
>    [biblio2yaml/kant-ku.biblatex] PASSED
>    [biblio2yaml/kant-kpv.biblatex] PASSED
>    [biblio2yaml/jcg.biblatex] PASSED
>    [biblio2yaml/jaffe.biblatex] PASSED
>    [biblio2yaml/itzhaki.biblatex] PASSED
>    [biblio2yaml/inproceedings.biblatex] PASSED
>    [biblio2yaml/incollection.biblatex] PASSED
>    [biblio2yaml/incollection-2.biblatex] PASSED
>    [biblio2yaml/inbook.biblatex] PASSED
>    [biblio2yaml/inbook-title-booktitle-maintitle-series.biblatex] PASSED
>    [biblio2yaml/inbook-title-booktitle-maintitle-series-2.biblatex] PASSED
>    [biblio2yaml/iliad.biblatex] PASSED
>    [biblio2yaml/hyman.biblatex] PASSED
>    [biblio2yaml/herrmann.biblatex] PASSED
>    [biblio2yaml/hammond.biblatex] PASSED
>    [biblio2yaml/gonzalez.biblatex] PASSED
>    [biblio2yaml/glashow.biblatex] PASSED
>    [biblio2yaml/gillies.biblatex] PASSED
>    [biblio2yaml/gerhardt.biblatex] PASSED
>    [biblio2yaml/geer.biblatex] PASSED
>    [biblio2yaml/gaonkar.biblatex] PASSED
>    [biblio2yaml/gaonkar-in.biblatex] PASSED
>    [biblio2yaml/formatting.biblatex] PASSED
>    [biblio2yaml/escapedquotes.biblatex] PASSED
>    [biblio2yaml/doody.biblatex] PASSED
>    [biblio2yaml/dates.biblatex] PASSED
>    [biblio2yaml/ctan.biblatex] PASSED
>    [biblio2yaml/crossref-nested.biblatex] PASSED
>    [biblio2yaml/crossref-inbook-mvbook.biblatex] PASSED
>    [biblio2yaml/cotton.biblatex] PASSED
>    [biblio2yaml/companion.biblatex] PASSED
>    [biblio2yaml/coleridge.biblatex] PASSED
>    [biblio2yaml/cms.biblatex] PASSED
>    [biblio2yaml/cicero.biblatex] PASSED
>    [biblio2yaml/chiu.biblatex] PASSED
>    [biblio2yaml/britannica.biblatex] PASSED
>    [biblio2yaml/brandt.biblatex] PASSED
>    [biblio2yaml/book-vazques-de-parga.biblatex] PASSED
>    [biblio2yaml/book-title-maintitle-series.biblatex] PASSED
>    [biblio2yaml/book-coleridge.biblatex] PASSED
>    [biblio2yaml/book-averroes.biblatex] PASSED
>    [biblio2yaml/bibstring-resolution.biblatex] PASSED
>    [biblio2yaml/bertram.biblatex] PASSED
>    [biblio2yaml/basic.bibtex] PASSED
>    [biblio2yaml/baez-online.biblatex] PASSED
>    [biblio2yaml/baez-article.biblatex] PASSED
>    [biblio2yaml/averroes-hercz.biblatex] PASSED
>    [biblio2yaml/averroes-hannes.biblatex] PASSED
>    [biblio2yaml/averroes-bland.biblatex] PASSED
>    [biblio2yaml/augustine.biblatex] PASSED
>    [biblio2yaml/article.biblatex] PASSED
>    [biblio2yaml/aristotle-rhetoric.biblatex] PASSED
>    [biblio2yaml/aristotle-poetics.biblatex] PASSED
>    [biblio2yaml/aristotle-physics.biblatex] PASSED
>    [biblio2yaml/aristotle-anima.biblatex] PASSED
>    [biblio2yaml/angenendt.biblatex] PASSED
>    [biblio2yaml/almendro.biblatex] PASSED
>    [biblio2yaml/aksin.biblatex] PASSED
>    139 passed; 6 failed; 0 skipped; 0 errored.
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20151216191558.GA96002%40protagoras.berkeley.edu.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]             ` <56713B08.4010802-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-12-16 19:24               ` John MACFARLANE
  0 siblings, 0 replies; 21+ messages in thread
From: John MACFARLANE @ 2015-12-16 19:24 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

+++ BP Jonsson [Dec 16 15 11:20 ]:
>However now I have another problem: how can I control the name 
>(dev-pandoc...) and location of the built pandoc and pandoc-citeproc? 
>It seems they end up buried at 
>`.stack-work/dist/x86_64-linux/Cabal-1.22.4.0/build/pandoc/pandoc` 
>relative the directory from where I ran stack. I've copied them 
>manually from there and renamed them, but that's clearly not ideal. I 
>would guess that I might end up with multiple `Cabal-*` directories 
>for different versions in there, which makes it hard to do the 
>copying-renaming with a script.

You can use --no-copy with stack install; I believe it will
then put the executables at $(stack path --local-install-root)
rather than ~/.local/bin.

I didn't see an obvious way to add a suffix to the
executables; that seems a good feature request for stack,
so you might ask there.



^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                                           ` <20151216191558.GA96002-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
@ 2015-12-17  5:20                                             ` Cesar Romani
  2015-12-18 20:54                                               ` John MACFARLANE
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-17  5:20 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 16/12/2015 02:15 p.m., John MACFARLANE wrote:
 > Did you 'git pull' in your pandoc-citeproc repo to get the
 > latest?

Yes, I always do 'git pull' for pandoc-types, pandoc-citeproc, and
texmath


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
  2015-12-17  5:20                                             ` Cesar Romani
@ 2015-12-18 20:54                                               ` John MACFARLANE
       [not found]                                                 ` <20151218205430.GA41547-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: John MACFARLANE @ 2015-12-18 20:54 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

OK, I finally got around to trying a build again on my
Windows 7 VM.  The first try had one pandoc-citeproc test
failure due to an incorrect csl path in one of the tests.
I fixed that and now it builds with all tests passing.
So, I cannot reproduce what you reported.


+++ Cesar Romani [Dec 17 15 00:20 ]:
>On 16/12/2015 02:15 p.m., John MACFARLANE wrote:
>> Did you 'git pull' in your pandoc-citeproc repo to get the
>> latest?
>
>Yes, I always do 'git pull' for pandoc-types, pandoc-citeproc, and
>texmath
>
>-- 
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/n4tgmg%24jlu%241%40ger.gmane.org.
>For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                                                 ` <20151218205430.GA41547-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
@ 2015-12-19 23:13                                                   ` Cesar Romani
  2015-12-20  5:19                                                     ` John MACFARLANE
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-19 23:13 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 18/12/2015 03:54 p.m., John MACFARLANE wrote:
 > OK, I finally got around to trying a build again on my
 > Windows 7 VM. The first try had one pandoc-citeproc test
 > failure due to an incorrect csl path in one of the tests.
 > I fixed that and now it builds with all tests passing.
 > So, I cannot reproduce what you reported.

Not it works, but with the latest pull I'm getting:

--------------------
Setting codepage to UTF-8 (65001) to ensure correct output from GHC
pandoc-1.16: build
texmath-0.8.4.1: test (suite: test-texmath)

--  While building package pandoc-1.16 using:
 
C:\home\caesar\pandoc-build\pandoc\.stack-work\dist\49224016\setup\setup 
--builddir=.stack-work\dist\49224016\ build lib:pandoc exe:pandoc 
--ghc-options " -ddump-hi -ddump-to-file"
     Process exited with code: ExitFailure 1
     Logs have been written to: 
C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\pandoc-1.16.log

     Preprocessing library pandoc-1.16...
     [86 of 88] Compiling Text.Pandoc.Writers.LaTeX ( 
src\Text\Pandoc\Writers\LaTeX.hs, 
.stack-work\dist\49224016\build\Text\Pandoc\Writers\LaTeX.o )

     src\Text\Pandoc\Writers\LaTeX.hs:133:30:
         Not in scope: type constructor or class ‘FromJSON’
--------------------

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/n54ob3%24heo%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
  2015-12-19 23:13                                                   ` Cesar Romani
@ 2015-12-20  5:19                                                     ` John MACFARLANE
       [not found]                                                       ` <20151220051958.GA82488-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: John MACFARLANE @ 2015-12-20  5:19 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I think that just got fixed.

+++ Cesar Romani [Dec 19 15 18:13 ]:
>On 18/12/2015 03:54 p.m., John MACFARLANE wrote:
>> OK, I finally got around to trying a build again on my
>> Windows 7 VM. The first try had one pandoc-citeproc test
>> failure due to an incorrect csl path in one of the tests.
>> I fixed that and now it builds with all tests passing.
>> So, I cannot reproduce what you reported.
>
>Not it works, but with the latest pull I'm getting:
>
>--------------------
>Setting codepage to UTF-8 (65001) to ensure correct output from GHC
>pandoc-1.16: build
>texmath-0.8.4.1: test (suite: test-texmath)
>
>--  While building package pandoc-1.16 using:
>
>C:\home\caesar\pandoc-build\pandoc\.stack-work\dist\49224016\setup\setup 
>--builddir=.stack-work\dist\49224016\ build lib:pandoc exe:pandoc 
>--ghc-options " -ddump-hi -ddump-to-file"
>    Process exited with code: ExitFailure 1
>    Logs have been written to: 
>C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\pandoc-1.16.log
>
>    Preprocessing library pandoc-1.16...
>    [86 of 88] Compiling Text.Pandoc.Writers.LaTeX ( 
>src\Text\Pandoc\Writers\LaTeX.hs, 
>.stack-work\dist\49224016\build\Text\Pandoc\Writers\LaTeX.o )
>
>    src\Text\Pandoc\Writers\LaTeX.hs:133:30:
>        Not in scope: type constructor or class ‘FromJSON’
>--------------------
>
>-- 
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/n54ob3%24heo%241%40ger.gmane.org.
>For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20151220051958.GA82488%40protagoras.berkeley.edu.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
       [not found]                                                       ` <20151220051958.GA82488-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
@ 2015-12-20 19:37                                                         ` Cesar Romani
  2015-12-22 22:12                                                           ` Cesar Romani
  0 siblings, 1 reply; 21+ messages in thread
From: Cesar Romani @ 2015-12-20 19:37 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 20/12/2015 12:19 a.m., John MACFARLANE wrote:
 > I think that just got fixed.

Thanks, now it works.

Regards,

-- 
Cesar


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: installing 1.16 dev version - simple instructions
  2015-12-20 19:37                                                         ` Cesar Romani
@ 2015-12-22 22:12                                                           ` Cesar Romani
  0 siblings, 0 replies; 21+ messages in thread
From: Cesar Romani @ 2015-12-22 22:12 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

With the latest pull I'm getting 6 tests failed.
I'm attaching the complet output.

Regards,

-- 
Cesar

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/n5chsi%243hb%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: log.txt --]
[-- Type: text/plain, Size: 21085 bytes --]

Setting codepage to UTF-8 (65001) to ensure correct output from GHC
pandoc-1.16: test (suite: test-pandoc)
pandoc-citeproc-0.9: configure (test)
texmath-0.8.4.1: test (suite: test-texmath)
pandoc-citeproc-0.9: build (test)
pandoc-citeproc-0.9: test (suite: test-pandoc-citeproc)
Completed all 3 actions.
Test suite failure for package pandoc-citeproc-0.9
    test-pandoc-citeproc:  exited with: ExitFailure 6
Full log available at C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\pandoc-citeproc-0.9-test.log


    Configuring pandoc-citeproc-0.9...
    Preprocessing library pandoc-citeproc-0.9...
    In-place registering pandoc-citeproc-0.9...
    Preprocessing test suite 'test-pandoc-citeproc' for pandoc-citeproc-0.9...
    [number-of-volumes.in.native] PASSED
    [no-author.in.native] FAILED
    --- expected	Tue Dec 22 16:40:35 2015
    +++ actual	Tue Dec 22 16:40:35 2015
    @@ -1,14 +1,14 @@
    -[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [Str "p.",Space,Str "3"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "(",Emph [Str "Magazine"],Space,Str "2012a,",Space,Str "3)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "(",Emph [Str "Magazine"],Space,Str "2012b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "(",Emph [Str "Magazine"],Space,Str "2012c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "(",Emph [Str "Magazine"],Space,Str "2012d)"],Str ",",Space,Cite [Citation {citationId = "item5", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 5}] [Str "(",Emph [Str "Magazine"],Space,Str "2012e)"],Str ",",Space,Cite [Citation {citationId = "item6", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 6}] [Str "(",Emph [Str "Newspaper"],Space,Str "2012)"]]
    +[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [Str "p.",Space,Str "3"], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "(Anon.",Space,Str "2012a,",Space,Str "3)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "(Anon.",Space,Str "2012b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "(Anon.",Space,Str "2012c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "(Anon.",Space,Str "2012d)"],Str ",",Space,Cite [Citation {citationId = "item5", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 5}] [Str "(Anon.",Space,Str "2012e)"],Str ",",Space,Cite [Citation {citationId = "item6", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 6}] [Str "(Anon.",Space,Str "2012f)"]]
     ,Div ("refs",["references"],[])
      [Div ("ref-item1",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012a.",Space,Str "\8220Title",Space,Str "A.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012a.",Space,Str "\8220Title",Space,Str "A.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item2",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012b.",Space,Str "\8220Title",Space,Str "B.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012b.",Space,Str "\8220Title",Space,Str "B.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item3",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012c.",Space,Str "\8220Title",Space,Str "C.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012c.",Space,Str "\8220Title",Space,Str "C.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item4",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012d.",Space,Str "\8220Title",Space,Str "D.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012d.",Space,Str "\8220Title",Space,Str "D.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item5",[],[])
    -  [Para [Emph [Str "Magazine"],Str ".",Space,Str "2012e.",Space,Str "\8220Title",Space,Str "E.\8221"]]
    +  [Para [Str "Anon.",Space,Str "2012e.",Space,Str "\8220Title",Space,Str "E.\8221",Space,Emph [Str "Magazine"],Str "."]]
      ,Div ("ref-item6",[],[])
    -  [Para [Emph [Str "Newspaper"],Str ".",Space,Str "2012.",Space,Str "\8220Title",Space,Str "F.\8221"]]]]
    \ No newline at end of file
    +  [Para [Str "Anon.",Space,Str "2012f.",Space,Str "\8220Title",Space,Str "F.\8221",Space,Emph [Str "Newspaper"],Str "."]]]]
    \ No newline at end of file
    [mhra.in.native] PASSED
    [issue82.in.native] PASSED
    [issue77.in.native] PASSED
    [issue76.in.native] FAILED
    --- expected	Tue Dec 22 16:40:37 2015
    +++ actual	Tue Dec 22 16:40:37 2015
    @@ -1,10 +1,10 @@
    -[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "Author",Space,Str "(1998c)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "Author",Space,Str "(1998d)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "Author",Space,Str "(1998a)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "Author",Space,Str "(1998b)"]]
    +[Para [Cite [Citation {citationId = "item1", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 1}] [Str "Author",Space,Str "(1998a)"],Str ",",Space,Cite [Citation {citationId = "item2", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 2}] [Str "Author",Space,Str "(1998b)"],Str ",",Space,Cite [Citation {citationId = "item3", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 3}] [Str "Author",Space,Str "(1998c)"],Str ",",Space,Cite [Citation {citationId = "item4", citationPrefix = [], citationSuffix = [], citationMode = AuthorInText, citationNoteNum = 0, citationHash = 4}] [Str "Author",Space,Str "(1998d)"]]
     ,Div ("refs",["references"],[])
    - [Div ("ref-item3",[],[])
    -  [Para [Str "Author,",Space,Str "Al.",Space,Str "1998a.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "A",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    - ,Div ("ref-item4",[],[])
    -  [Para [Str "\8212\8212\8212.",Space,Str "1998b.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "An",Space,Str "Abazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    - ,Div ("ref-item1",[],[])
    -  [Para [Str "\8212\8212\8212.",Space,Str "1998c.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    + [Div ("ref-item1",[],[])
    +  [Para [Str "Author,",Space,Str "Al.",Space,Str "1998a.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
      ,Div ("ref-item2",[],[])
    -  [Para [Str "\8212\8212\8212.",Space,Str "1998d.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "The",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]]]
    \ No newline at end of file
    +  [Para [Str "\8212\8212\8212.",Space,Str "1998b.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "The",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    + ,Div ("ref-item3",[],[])
    +  [Para [Str "\8212\8212\8212.",Space,Str "1998c.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "A",Space,Str "Bazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]
    + ,Div ("ref-item4",[],[])
    +  [Para [Str "\8212\8212\8212.",Space,Str "1998d.",Space,Str "\8220Foo",Space,Str "Bar",Space,Str "Baz:",Space,Str "An",Space,Str "Abazbaz",Space,Str "Bar",Space,Str "Foo.\8221"]]]]
    \ No newline at end of file
    [issue75.in.native] PASSED
    [issue70.in.native] FAILED
    --- expected	Tue Dec 22 16:40:37 2015
    +++ actual	Tue Dec 22 16:40:37 2015
    @@ -3,4 +3,4 @@
      [Div ("ref-bruun:2009samuel",[],[])
    -  [Para [Str "Dinkova-Bruun,",Space,Str "Greti.",Space,Str "2009.",Space,Str "\8220Samuel",Space,Str "Presbyter",Space,Str "and",Space,Str "the",Space,Str "Glosses",Space,Str "to",Space,Str "His",Space,Str "Versification",Space,Str "of",Space,Str "Psalm",Space,Str "1:",Space,Str "An",Space,Str "Anti-Church",Space,Str "Invective?\8221",Space,Str "In",Space,Emph [Str "Florilegium",Space,Str "mediaevale:",Space,Str "\201tudes",Space,Str "offertes",Space,Str "\224",Space,Str "Jacqueline",Space,Str "Hamesse",Space,Str "\224",Space,Str "l\8217occasion",Space,Str "de",Space,Str "son",Space,Str "\233m\233ritat"],Str ",",Space,Str "edited",Space,Str "by",Space,Str "Jos\233",Space,Str "Francisco",Space,Str "Meirinhos",Space,Str "and",Space,Str "Olga",Space,Str "Weijers,",Space,Str "155\8211\&74.",Space,Str "Textes",Space,Str "et",Space,Str "\233tudes",Space,Str "du",Space,Str "moyen",Space,Str "\226ge",Space,Str "50.",Space,Str "Louvain-la-Neuve:",Space,Str "F\233d\233ration",Space,Str "Internationale",Space,Str "des",Space,Str "Instituts",Space,Str "d\8217\201tudes",Space,Str "M\233di\233vales."]]
    +  [Para [Str "Dinkova-Bruun,",Space,Str "Greti.",Space,Str "2009.",Space,Str "\8220Samuel",Space,Str "Presbyter",Space,Str "and",Space,Str "the",Space,Str "Glosses",Space,Str "to",Space,Str "His",Space,Str "Versification",Space,Str "of",Space,Str "Psalm",Space,Str "1:",Space,Str "An",Space,Str "Anti-Church",Space,Str "Invective?\8221",Space,Str "In",Space,Emph [Str "Florilegium",Space,Str "mediaevale:",Space,Str "\201tudes",Space,Str "offertes",Space,Str "\224",Space,Str "Jacqueline",Space,Str "Hamesse",Space,Str "\224",Space,Str "l\8217occasion",Space,Str "de",Space,Str "son",Space,Str "\233m\233ritat"],Str ",",Space,Str "ed",Space,Str "by.",Space,Str "Jos\233",Space,Str "Francisco",Space,Str "Meirinhos",Space,Str "and",Space,Str "Olga",Space,Str "Weijers,",Space,Str "155\8211\&174.",Space,Str "Textes",Space,Str "et",Space,Str "\233tudes",Space,Str "du",Space,Str "moyen",Space,Str "\226ge",Space,Str "50.",Space,Str "Louvain-la-Neuve:",Space,Str "F\233d\233ration",Space,Str "Internationale",Space,Str "des",Space,Str "Instituts",Space,Str "d\8217\201tudes",Space,Str "M\233di\233vales."]]
      ,Div ("ref-thorndike:1955unde",[],[])
    -  [Para [Str "Thorndike,",Space,Str "Lynn.",Space,Str "1955.",Space,Str "\8220Unde",Space,Str "versus.\8221",Space,Emph [Str "Traditio"],Space,Str "11:",Space,Str "163\8211\&93."]]]]
    \ No newline at end of file
    +  [Para [Str "Thorndike,",Space,Str "Lynn.",Space,Str "1955.",Space,Str "\8220Unde",Space,Str "versus.\8221",Space,Emph [Str "Traditio"],Space,Str "11:",Space,Str "163\8211\&193."]]]]
    \ No newline at end of file
    [issue7.in.native] PASSED
    [issue68.in.native] PASSED
    [issue65.in.native] FAILED
    --- expected	Tue Dec 22 16:40:38 2015
    +++ actual	Tue Dec 22 16:40:38 2015
    @@ -3,2 +3,2 @@
      [Div ("ref-stotz:1996handbuch",[],[])
    -  [Para [Str "Stotz,",Space,Str "Peter.",Space,Str "1996\8211\&2004.",Space,Emph [Str "Handbuch",Space,Str "zur",Space,Str "lateinischen",Space,Str "Sprache",Space,Str "des",Space,Str "Mittelalters"],Str ".",Space,Str "5",Space,Str "vols.",Space,Str "Handbuch",Space,Str "der",Space,Str "Altertumswissenschaft,",Space,Str "2.5.",Space,Str "Munich:",Space,Str "Beck."]]]]
    \ No newline at end of file
    +  [Para [Str "Stotz,",Space,Str "Peter.",Space,Str "1996\8211\&2004.",Space,Emph [Str "Handbuch",Space,Str "zur",Space,Str "lateinischen",Space,Str "Sprache",Space,Str "des",Space,Str "Mittelalters"],Str ".",Space,Str "5",Space,Str "vols.",Space,Str "Handbuch",Space,Str "der",Space,Str "Altertumswissenschaft",Space,Str "2.5.",Space,Str "Munich:",Space,Str "Beck."]]]]
    \ No newline at end of file
    [issue64.in.native] FAILED
    --- expected	Tue Dec 22 16:40:38 2015
    +++ actual	Tue Dec 22 16:40:38 2015
    @@ -6,2 +6,2 @@
      ,Div ("ref-\1087\1091\1085\1082\1090\&3",[],[])
    -  [Para [Str "Doe,",Space,Str "John,",Space,Str "and",Space,Str "Jenny",Space,Str "Roe.",Space,Str "2007.",Space,Str "\8220Why",Space,Str "Water",Space,Str "Is",Space,Str "Wet.\8221",Space,Str "In",Space,Emph [Str "Third",Space,Str "Book"],Str ",",Space,Str "edited",Space,Str "by",Space,Str "Sam",Space,Str "Smith.",Space,Str "Oxford:",Space,Str "Oxford",Space,Str "University",Space,Str "Press."]]]]
    \ No newline at end of file
    +  [Para [Str "Doe,",Space,Str "John,",Space,Str "and",Space,Str "Jenny",Space,Str "Roe.",Space,Str "2007.",Space,Str "\8220Why",Space,Str "Water",Space,Str "Is",Space,Str "Wet.\8221",Space,Str "In",Space,Emph [Str "Third",Space,Str "Book"],Str ",",Space,Str "ed",Space,Str "by.",Space,Str "Sam",Space,Str "Smith.",Space,Str "Oxford:",Space,Str "Oxford",Space,Str "University",Space,Str "Press."]]]]
    \ No newline at end of file
    [issue61.in.native] PASSED
    [issue58.in.native] PASSED
    [issue57.in.native] PASSED
    [issue51.in.native] PASSED
    [issue27.in.native] PASSED
    [issue25.in.native] PASSED
    [issue197.in.native] PASSED
    [issue175.in.native] PASSED
    [issue14.in.native] PASSED
    [issue13.in.native] PASSED
    [issue118.in.native] FAILED
    --- expected	Tue Dec 22 16:40:40 2015
    +++ actual	Tue Dec 22 16:40:40 2015
    @@ -1,4 +1,4 @@
    -[Para [Cite [Citation {citationId = "nbn", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 1}] [Str "(Hitchcock",Space,Str "1959)"],Space,Str "is",Space,Str "a",Space,Str "spy",Space,Str "thriller",Space,Str "film."]
    +[Para [Cite [Citation {citationId = "nbn", citationPrefix = [], citationSuffix = [], citationMode = NormalCitation, citationNoteNum = 0, citationHash = 1}] [Str "(Anon.",Space,Str "1959)"],Space,Str "is",Space,Str "a",Space,Str "spy",Space,Str "thriller",Space,Str "film."]
     ,Div ("refs",["references"],[])
      [Div ("ref-nbn",[],[])
    -  [Para [Str "Hitchcock,",Space,Str "Alfred,",Space,Str "dir.",Space,Str "1959.",Space,Emph [Str "North",Space,Str "by",Space,Str "Northwest"],Str ".",Space,Str "USA:",Space,Str "Metro-Goldwyn-Mayer."]]]]
    \ No newline at end of file
    +  [Para [Str "Anon.",Space,Str "1959.",Space,Emph [Str "North",Space,Str "by",Space,Str "Northwest"],Str ".",Space,Str "USA:",Space,Str "Metro-Goldwyn-Mayer."]]]]
    \ No newline at end of file
    [ieee.in.native] PASSED
    [chicago-author-date.in.native] PASSED
    [biblio2yaml/yoon.biblatex] PASSED
    [biblio2yaml/worman.biblatex] PASSED
    [biblio2yaml/wilde.biblatex] PASSED
    [biblio2yaml/westfahl-space.biblatex] PASSED
    [biblio2yaml/westfahl-frontier.biblatex] PASSED
    [biblio2yaml/weinberg.biblatex] PASSED
    [biblio2yaml/wassenberg.biblatex] PASSED
    [biblio2yaml/vizedom-related.biblatex] PASSED
    [biblio2yaml/vazques-de-parga.biblatex] PASSED
    [biblio2yaml/vazques-de-parga-mvbook.biblatex] PASSED
    [biblio2yaml/vangennep.biblatex] PASSED
    [biblio2yaml/vangennep-trans.biblatex] PASSED
    [biblio2yaml/vangennep-related.biblatex] PASSED
    [biblio2yaml/title-and-shorttitle.biblatex] PASSED
    [biblio2yaml/thesis.biblatex] PASSED
    [biblio2yaml/textnormal.biblatex] PASSED
    [biblio2yaml/test-case-conversion.biblatex] PASSED
    [biblio2yaml/strings.biblatex] PASSED
    [biblio2yaml/springer.biblatex] PASSED
    [biblio2yaml/spiegelberg.biblatex] PASSED
    [biblio2yaml/sorace.biblatex] PASSED
    [biblio2yaml/sigfridsson.biblatex] PASSED
    [biblio2yaml/shore.biblatex] PASSED
    [biblio2yaml/sarfraz.biblatex] PASSED
    [biblio2yaml/salam.biblatex] PASSED
    [biblio2yaml/report.biblatex] PASSED
    [biblio2yaml/reese.biblatex] PASSED
    [biblio2yaml/quotes.biblatex] PASSED
    [biblio2yaml/pines.biblatex] PASSED
    [biblio2yaml/piccato.biblatex] PASSED
    [biblio2yaml/periodical.biblatex] PASSED
    [biblio2yaml/patent.biblatex] PASSED
    [biblio2yaml/padhye.biblatex] PASSED
    [biblio2yaml/options-url-false-doi-false.biblatex] PASSED
    [biblio2yaml/online.biblatex] PASSED
    [biblio2yaml/nussbaum.biblatex] PASSED
    [biblio2yaml/nietzsche-ksa1.biblatex] PASSED
    [biblio2yaml/nietzsche-ksa.biblatex] PASSED
    [biblio2yaml/nietzsche-historie.biblatex] PASSED
    [biblio2yaml/murray.biblatex] PASSED
    [biblio2yaml/moraux.biblatex] PASSED
    [biblio2yaml/moore.biblatex] PASSED
    [biblio2yaml/moore-related.biblatex] PASSED
    [biblio2yaml/massa.biblatex] PASSED
    [biblio2yaml/maron.biblatex] PASSED
    [biblio2yaml/markey.biblatex] PASSED
    [biblio2yaml/manual.biblatex] PASSED
    [biblio2yaml/malinowski.biblatex] PASSED
    [biblio2yaml/loh.biblatex] PASSED
    [biblio2yaml/laufenberg.biblatex] PASSED
    [biblio2yaml/kullback.biblatex] PASSED
    [biblio2yaml/kullback-reprint.biblatex] PASSED
    [biblio2yaml/kullback-related.biblatex] PASSED
    [biblio2yaml/kowalik.biblatex] PASSED
    [biblio2yaml/knuth-ct.biblatex] PASSED
    [biblio2yaml/knuth-ct-related.biblatex] PASSED
    [biblio2yaml/knuth-ct-e.biblatex] PASSED
    [biblio2yaml/knuth-ct-d.biblatex] PASSED
    [biblio2yaml/knuth-ct-c.biblatex] PASSED
    [biblio2yaml/knuth-ct-b.biblatex] PASSED
    [biblio2yaml/knuth-ct-a.biblatex] PASSED
    [biblio2yaml/kastenholz.biblatex] PASSED
    [biblio2yaml/kant-ku.biblatex] PASSED
    [biblio2yaml/kant-kpv.biblatex] PASSED
    [biblio2yaml/jcg.biblatex] PASSED
    [biblio2yaml/jaffe.biblatex] PASSED
    [biblio2yaml/itzhaki.biblatex] PASSED
    [biblio2yaml/inproceedings.biblatex] PASSED
    [biblio2yaml/incollection.biblatex] PASSED
    [biblio2yaml/incollection-2.biblatex] PASSED
    [biblio2yaml/inbook.biblatex] PASSED
    [biblio2yaml/inbook-title-booktitle-maintitle-series.biblatex] PASSED
    [biblio2yaml/inbook-title-booktitle-maintitle-series-2.biblatex] PASSED
    [biblio2yaml/iliad.biblatex] PASSED
    [biblio2yaml/hyman.biblatex] PASSED
    [biblio2yaml/herrmann.biblatex] PASSED
    [biblio2yaml/hammond.biblatex] PASSED
    [biblio2yaml/gonzalez.biblatex] PASSED
    [biblio2yaml/glashow.biblatex] PASSED
    [biblio2yaml/gillies.biblatex] PASSED
    [biblio2yaml/gerhardt.biblatex] PASSED
    [biblio2yaml/geer.biblatex] PASSED
    [biblio2yaml/gaonkar.biblatex] PASSED
    [biblio2yaml/gaonkar-in.biblatex] PASSED
    [biblio2yaml/formatting.biblatex] PASSED
    [biblio2yaml/escapedquotes.biblatex] PASSED
    [biblio2yaml/doody.biblatex] PASSED
    [biblio2yaml/dates.biblatex] PASSED
    [biblio2yaml/ctan.biblatex] PASSED
    [biblio2yaml/crossref-nested.biblatex] PASSED
    [biblio2yaml/crossref-inbook-mvbook.biblatex] PASSED
    [biblio2yaml/cotton.biblatex] PASSED
    [biblio2yaml/companion.biblatex] PASSED
    [biblio2yaml/coleridge.biblatex] PASSED
    [biblio2yaml/cms.biblatex] PASSED
    [biblio2yaml/cicero.biblatex] PASSED
    [biblio2yaml/chiu.biblatex] PASSED
    [biblio2yaml/britannica.biblatex] PASSED
    [biblio2yaml/brandt.biblatex] PASSED
    [biblio2yaml/book-vazques-de-parga.biblatex] PASSED
    [biblio2yaml/book-title-maintitle-series.biblatex] PASSED
    [biblio2yaml/book-coleridge.biblatex] PASSED
    [biblio2yaml/book-averroes.biblatex] PASSED
    [biblio2yaml/bibstring-resolution.biblatex] PASSED
    [biblio2yaml/bertram.biblatex] PASSED
    [biblio2yaml/basic.bibtex] PASSED
    [biblio2yaml/baez-online.biblatex] PASSED
    [biblio2yaml/baez-article.biblatex] PASSED
    [biblio2yaml/averroes-hercz.biblatex] PASSED
    [biblio2yaml/averroes-hannes.biblatex] PASSED
    [biblio2yaml/averroes-bland.biblatex] PASSED
    [biblio2yaml/augustine.biblatex] PASSED
    [biblio2yaml/article.biblatex] PASSED
    [biblio2yaml/aristotle-rhetoric.biblatex] PASSED
    [biblio2yaml/aristotle-poetics.biblatex] PASSED
    [biblio2yaml/aristotle-physics.biblatex] PASSED
    [biblio2yaml/aristotle-anima.biblatex] PASSED
    [biblio2yaml/angenendt.biblatex] PASSED
    [biblio2yaml/almendro.biblatex] PASSED
    [biblio2yaml/aksin.biblatex] PASSED
    139 passed; 6 failed; 0 skipped; 0 errored.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-12-22 22:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-25  6:14 installing 1.16 dev version - simple instructions John MacFarlane
     [not found] ` <20151125061418.GB93523-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2015-11-25 15:22   ` BPJ
     [not found]     ` <CADAJKhDMr0i=t42R5hWEu26K43BLEz2z-tS-G1m6oJktBJF-Ew-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-11-25 19:09       ` John MacFarlane
     [not found]         ` <20151125190924.GA13489-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2015-11-30 19:38           ` Cesar Romani
     [not found]             ` <565CA5CE.9000108-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-01 16:04               ` Cesar Romani
     [not found]                 ` <565DC503.3000304-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-02 19:42                   ` Cesar Romani
     [not found]                     ` <565F498F.4020503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-05 15:59                       ` Cesar Romani
     [not found]                         ` <566309F9.40603-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-08 21:47                           ` Greg Bernstein
2015-12-14  0:35                           ` John MacFarlane
     [not found]                             ` <20151214003532.GA63174-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2015-12-14 20:05                               ` Cesar Romani
     [not found]                                 ` <566F2108.8050704-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-14 21:30                                   ` John MACFARLANE
     [not found]                                     ` <20151214213059.GB55450-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2015-12-16  5:34                                       ` Cesar Romani
2015-12-16 19:15                                         ` John MACFARLANE
     [not found]                                           ` <20151216191558.GA96002-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2015-12-17  5:20                                             ` Cesar Romani
2015-12-18 20:54                                               ` John MACFARLANE
     [not found]                                                 ` <20151218205430.GA41547-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2015-12-19 23:13                                                   ` Cesar Romani
2015-12-20  5:19                                                     ` John MACFARLANE
     [not found]                                                       ` <20151220051958.GA82488-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2015-12-20 19:37                                                         ` Cesar Romani
2015-12-22 22:12                                                           ` Cesar Romani
2015-12-16 10:20           ` BP Jonsson
     [not found]             ` <56713B08.4010802-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-16 19:24               ` John MACFARLANE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).