Invalid text concatenation operator #23

Closed
opened 2018-07-28 15:05:45 +02:00 by belliash · 4 comments
Owner

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.

<!-- 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.
belliash added the
enhancement
label 2018-07-28 15:44:04 +02:00
belliash self-assigned this 2018-08-06 17:40:06 +02:00
Author
Owner

Semi-implemented in 9a56751879.

Semi-implemented in 9a56751879.
Author
Owner

Default concatenation operator changed in compiler (e4ab5974fa).

Default concatenation operator changed in compiler (e4ab5974fa).
Author
Owner

Test already uses plus (+) operator for string concatenation (6f0d1ab3ff)

Test already uses plus (+) operator for string concatenation (6f0d1ab3ff)
Author
Owner

Dot operator is no longer used since a4e6962a67.

Dot operator is no longer used since a4e6962a67.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aerscript/Aer#23
No description provided.