Ticket #1633 (closed deprecation: done)

Opened 12 years ago

Last modified 11 years ago

CodeString PMC deprecated

Reported by: coke Owned by:
Priority: normal Milestone:
Component: none Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

As a replacement for the .emit() functionality, instead use .append_format() in StringBuilder ; this conversion can be made today. Only difference from emit() is that newlines are not automatically appended.

Charname_to_ord is now an opcode: find_codepoint. The other methods that were provided are now part of PCT (and are probably not needed directly).

Change History

Changed 11 years ago by coke

  • owner set to coke

Changed 11 years ago by coke

The other methods mentioned here are actually used in compilers/pge and data_json; these need to be updated to StringBuilder before we can remove this PMC.

Changed 11 years ago by cotto

This deprecation is happening because CodeString doesn't play well with immutable strings.

Changed 11 years ago by coke

  • owner coke deleted

Changed 11 years ago by plobsing

  • status changed from new to closed
  • resolution set to done

removed

Note: See TracTickets for help on using tickets.