Ticket #172 (closed todo: wontfix) — at Version 5

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)

Changed 11 years ago by plobsing

  • description modified (diff)

This issue is now being tracked at as issue #8 for  https://github.com/parrot/pirc. ( https://github.com/parrot/pirc/issues/#issue/8)

Changed 11 years ago by plobsing

  • description modified (diff)

Changed 11 years ago by plobsing

  • status changed from new to closed
  • resolution set to wontfix
  • description modified (diff)
Note: See TracTickets for help on using tickets.