Ticket #1968 (closed bug: noreply)
Loading of nqp-setting breaks rakudo.
Reported by: | bacek | Owned by: | pmichaud |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | nqp | Version: | master |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.