Ticket #1407 (closed deprecation: fixed)

Opened 12 years ago

Last modified 12 years ago

[DEPRECATED] CPointer and CPointer-style return argument handling

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

Description

The CPointer PMC is deprecated. All use of CPointers to save a pointer to a return argument destination is deprecated. Instead, result fetching will be reversed back to the sensible order, where results are fetched after invocation instead of fetched before invocation. (The odd ordering of fetching results before the call was what forced us to set up the strange logic of CPointers in the first place.)

Also see related tickets TT #1405 and #1406.

Change History

Changed 12 years ago by coke

  • type changed from todo to deprecated

Changed 12 years ago by coke

  • status changed from new to assigned
  • owner set to coke

As of r45050, all that is left was the PMC and a test file.

Changed 12 years ago by coke

  • status changed from assigned to closed
  • resolution set to fixed

All tests pass after removing the PMC and the test file, no other changes needed. Removed in r45051.

Note: See TracTickets for help on using tickets.