Ticket #1595 (closed bug: fixed)
[PATCH][PCT]removed deprecated in-place ops
| Reported by: | jimmy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | none | Version: | 2.3.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description (last modified by dukeleto) (diff)
Index: compilers/pct/src/PAST/Compiler.pir
===================================================================
--- compilers/pct/src/PAST/Compiler.pir (revision 46063)
+++ compilers/pct/src/PAST/Compiler.pir (working copy)
@@ -102,7 +102,8 @@
piropsig['splice'] = 'PPii'
piropsig['split'] = 'Pss'
piropsig['sub'] = 'PP+'
- piropsig['substr'] = 'Ssiis'
+ piropsig['substr'] = 'Ssii'
+ piropsig['replace'] = 'Ssiis'
piropsig['pow'] = 'NN+'
piropsig['print'] = 'v*'
piropsig['say'] = 'v*'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

