System Architecture (eg. arm, x86_64, ...): x86_64
Your problem description
Current implementation of PH7 Engine gives us dot (.) operator for concatenating strings. However Aer specification says, that plus (+) operator should be used instead.
<!--
1. Please speak English, this is the language all of us can speak and write.
2. Please take a moment to check that your issue doesn't already exist.
3. Please give all relevant information below for bug reports, because
incomplete details will be handled as an invalid report.
-->
# P# Information
- P# Version (or commit ref): 488fee5caf
- Operating System: Linux
- System Architecture (eg. arm, x86_64, ...): x86_64
# Your problem description
Current implementation of PH7 Engine gives us dot (.) operator for concatenating strings. However Aer specification says, that plus (+) operator should be used instead.
P# Information
488fee5caf
Your problem description
Current implementation of PH7 Engine gives us dot (.) operator for concatenating strings. However Aer specification says, that plus (+) operator should be used instead.
Semi-implemented in
9a56751879
.Default concatenation operator changed in compiler (
e4ab5974fa
).Test already uses plus (+) operator for string concatenation (
6f0d1ab3ff
)Dot operator is no longer used since
a4e6962a67
.