[PR #38] [MERGED] ObjectTagger now is better testable and locks against race conditions #182

Closed
opened 2026-05-05 11:20:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/38
Author: @devmil
Created: 7/24/2018
Status: Merged
Merged: 7/24/2018
Merged by: @pauldotknopf

Base: masterHead: improvement/ObjectTagger_tests


📝 Commits (3)

  • 140b48b ObjectTagger is now non-static
  • c9226fe ObjectTagger: lock against race conditions
  • 0a2dd31 ObjectId robustness increased

📊 Changes

2 files changed (+87 additions, -82 deletions)

View changed files

📝 src/net/Qml.Net.Tests/Internal/ObjectTaggerTests.cs (+10 -30)
📝 src/net/Qml.Net/Internal/ObjectTagger.cs (+77 -52)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/38 **Author:** [@devmil](https://github.com/devmil) **Created:** 7/24/2018 **Status:** ✅ Merged **Merged:** 7/24/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `master` ← **Head:** `improvement/ObjectTagger_tests` --- ### 📝 Commits (3) - [`140b48b`](https://github.com/qmlnet/qmlnet/commit/140b48b1e1ad9eb3c33a6a11ed52d325822dcf2c) ObjectTagger is now non-static - [`c9226fe`](https://github.com/qmlnet/qmlnet/commit/c9226fed2d11a984740e81e20f0e27e3fbf9ed2c) ObjectTagger: lock against race conditions - [`0a2dd31`](https://github.com/qmlnet/qmlnet/commit/0a2dd31d560cc826c17596840cb437ce799d4935) ObjectId robustness increased ### 📊 Changes **2 files changed** (+87 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `src/net/Qml.Net.Tests/Internal/ObjectTaggerTests.cs` (+10 -30) 📝 `src/net/Qml.Net/Internal/ObjectTagger.cs` (+77 -52) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:19 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#182
No description provided.