[rt.cpan.org #13285] Inline breaks down when run in two processes at once

2014-06-24 Thread Sisyphus via RT
Tue Jun 24 04:21:23 2014: Request 13285 was acted upon.
Transaction: Correspondence added by SISYPHUS
   Queue: Inline
 Subject: Inline breaks down when run in two processes at once
   Broken in: (no value)
Severity: Normal
   Owner: Nobody
  Requestors: dstah...@gi.alaska.edu
  Status: open
 Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=13285 



Fixed as of Inline-0.55_01


[rt.cpan.org #13285] Inline breaks down when run in two processes at once

2014-06-12 Thread Ed J via RT
Thu Jun 12 04:02:38 2014: Request 13285 was acted upon.
Transaction: Correspondence added by ETJ
   Queue: Inline
 Subject: Inline breaks down when run in two processes at once
   Broken in: (no value)
Severity: Normal
   Owner: Nobody
  Requestors: dstah...@gi.alaska.edu
  Status: open
 Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=13285 


Proposed fix (and test) in commit 5d0ed3f7d1af9b1ca5e4d5167a36170b2fd06ff0 (on 
github).


[rt.cpan.org #13285] Inline breaks down when run in two processes at once

2014-06-11 Thread Ed J via RT
Wed Jun 11 22:21:47 2014: Request 13285 was acted upon.
Transaction: Correspondence added by ETJ
   Queue: Inline
 Subject: Inline breaks down when run in two processes at once
   Broken in: (no value)
Severity: Normal
   Owner: Nobody
  Requestors: dstah...@gi.alaska.edu
  Status: new
 Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=13285 


In true perl one-liner style, the following is equivalent:

rm -rf _Inline; perl -MInline -e 'fork;Inline-bind(C = q{void a() 
{puts(z\n);}}); a'

Also, running that a few times sometimes gives other errors as well.