Invalid text concatenation operator #23

已关闭
belliash2018-07-28 15:05:45 +02:00创建 · 4 评论
管理员

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.
belliash2018-07-28 15:44:04 +02:00 添加了标签
enhancement
belliash2018-08-06 17:40:06 +02:00 指派给自己
作者
管理员

Semi-implemented in 9a56751879.

Semi-implemented in 9a56751879.
作者
管理员

Default concatenation operator changed in compiler (e4ab5974fa).

Default concatenation operator changed in compiler (e4ab5974fa).
作者
管理员

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

Test already uses plus (+) operator for string concatenation (6f0d1ab3ff)
作者
管理员

Dot operator is no longer used since a4e6962a67.

Dot operator is no longer used since a4e6962a67.
belliash2018-08-07 08:21:52 +02:00 关闭此工单
登录 并参与到对话中。
1 名参与者
通知
到期时间
未设置到期时间。
依赖工单

没有设置依赖项。

参考:aerscript/Aer#23
没有提供说明。