id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1968	Loading of nqp-setting breaks rakudo.	bacek	pmichaud	"Hello.

Output of first snippet is correct. Second one is totally wrong.

{{{
<bacek> rakudo: (""a"", (""^"" if Bool::False), ""b"").join("""").say;
<p6eval> rakudo d5b9d9: OUTPUT«ab␤»
<bacek> rakudo: pir::load_bytecode(""nqp-setting.pbc""); (""a"", (""^"" if Bool::False), ""b"").join("""").say;
<p6eval> rakudo d5b9d9: OUTPUT«aNil()b␤»
}}}

Apparently is affects nqp_pct branch and future implementation of PIRATE.

-- 
Bacek"	bug	closed	normal		nqp	master	medium	noreply					
