Ticket #374 (closed patch: wontfix)

Opened 13 years ago

Last modified 11 years ago

Parrot_store_global_s: Use HLL root namespace if str_key is NULL.

Reported by: octo Owned by:
Priority: normal Milestone:
Component: core Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: new Platform:

Description (last modified by jkeenan) (diff)

That argument is eventually passed to `internal_ns_keyed_str' where it raises an assertion.

Attachments

Parrot_store_global_s.patch Download (0.8 KB) - added by octo 13 years ago.
Patch for Parrot_store_global_s

Change History

Changed 13 years ago by octo

Patch for Parrot_store_global_s

Changed 13 years ago by NotFound

Before discussing this proposal, I changed the signature of the function droping the NULLOK modifier of str_key to match the current code inability to handle a NULL value.

Changed 12 years ago by jkeenan

  • description modified (diff)

Can anyone assess whether this patch should be applied? (The code it would replace does not appear to have changed since the patch was submitted.)

Thank you very much.
kid51

Changed 11 years ago by NotFound

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

Parrot_store_global_s has been deprecated, see  http://trac.parrot.org/parrot/wiki/ParrotDeprecationsFor2.9 and TT #1660

Closing ticket

Note: See TracTickets for help on using tickets.