Closed
Bug 1120262
Opened 11 years ago
Closed 11 years ago
Replace PL_DHashTableOperate with PL_DHashTable{Add,Remove} in RDF
Categories
(Core Graveyard :: RDF, defect)
Core Graveyard
RDF
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla38
People
(Reporter: michael, Assigned: michael)
References
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
froydnj
:
review+
froydnj
:
feedback+
|
Details | Diff | Splinter Review |
With bug 1118024, most calls to PL_DHashTableOperate() were replaced with calls to PL_DHashTableAdd() or PL_DHashTableRemove(). Two calls to PL_DHashTableOperate() remain in InMemoryDataSource's SetForwardArcs() and SetReverseArcs() methods.
| Assignee | ||
Comment 1•11 years ago
|
||
This patch replaces calls to PL_DHashTableOperate() with calls to PL_DHashTableAdd() and PL_DHashTableRemove().
Here are the results of the try server:
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=ededfa1dd64f
Assignee: nobody → michael
Attachment #8547277 -
Flags: feedback?(nfroyd)
Comment 2•11 years ago
|
||
Comment on attachment 8547277 [details] [diff] [review]
Patch
Review of attachment 8547277 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. I don't think there's much value in having somebody else look at the patch, so I'm going to mark this with r+, too.
Attachment #8547277 -
Flags: review+
Attachment #8547277 -
Flags: feedback?(nfroyd)
Attachment #8547277 -
Flags: feedback+
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Comment 5•11 years ago
|
||
Is there a bug open for removing PL_DHashTableOperate() and its associated machinery (e.g. PL_DHASH_ADD)?
Comment 6•11 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #5)
> Is there a bug open for removing PL_DHashTableOperate() and its associated
> machinery (e.g. PL_DHASH_ADD)?
I'll file one.
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•