Ticket #172 (new todo) — at Version 2

Opened 13 years ago

Last modified 11 years ago

get rid of C-strings for STRING_TYPE constants in PIRC

Reported by: kjs Owned by: kjs
Priority: normal Milestone:
Component: pirc Version:
Severity: medium Keywords: c-string, STRING
Cc: Language:
Patch status: Platform:

Description (last modified by plobsing) (diff)

strings are stored in PIRC as c-strings, just arrays of bytes. I should get rid of my stubbornness, and just convert c-strings immediately to STRINGs in the lexer.

(It might even simplify some code)

This is necessary as PIRC needs some functionality that only deals with (or returns) STRINGs, not char *.

Change History

Changed 13 years ago by allison

  • cc parrot-dev@… removed

Changed 11 years ago by plobsing

  • description modified (diff)
Note: See TracTickets for help on using tickets.