Skip to content

Conversation

@AnErrupTion
Copy link
Member

@AnErrupTion AnErrupTion commented Oct 25, 2025

Hi!

This PR implements all of the classes in the System.Collections.Generic found in Mosa.Korlib, namely:

  • EqualityComparer
  • KeyValuePair
  • LinkedList
  • LinkedListNode
  • List
  • Queue
  • Stack

It also removes some internal EqualityComparer and Comparer classes that aren't exposed in the public API, but adds its own internal fields, methods & classes in the Internal namespace.

Lastly, it creates a new Mosa.UnitTests.TinyCoreLib project, which adds unit tests for the following classes:

  • EqualityComparer
  • LinkedList
  • List
  • Queue
  • Stack

@AnErrupTion AnErrupTion self-assigned this Oct 25, 2025
Copy link
Member

@charsleysa charsleysa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@charsleysa charsleysa enabled auto-merge (squash) October 25, 2025 19:33
@charsleysa charsleysa merged commit cfb39d9 into mosa:master Oct 25, 2025
45 checks passed
@AnErrupTion AnErrupTion deleted the tinycorelib-generic-collections branch October 26, 2025 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants