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.
belliash added the enhancement label 2018-07-28 15:44:04 +02:00
belliash 자체적으로 할당됨 2018-08-06 17:40:06 +02:00
Author
소유자

Semi-implemented in 9a56751879.

Semi-implemented in 9a56751879.
Author
소유자

Default concatenation operator changed in compiler (e4ab5974fa).

Default concatenation operator changed in compiler (e4ab5974fa).
Author
소유자

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

Test already uses plus (+) operator for string concatenation (6f0d1ab3ff)
Author
소유자

Dot operator is no longer used since a4e6962a67.

Dot operator is no longer used since a4e6962a67.
로그인하여 이 대화에 참여
참여자 1명
알림
마감일
마감일이 설정되지 않았습니다.
의존성

No dependencies set.

Reference: aerscript/Aer#23