Skip to content
Success

Changes

Summary

  1. Implement :LAST[mod] pass (commit: f009336) (details)
  2. return iterator rather than array (commit: ea89e1a) (details)
The file was modified ModuleManager/ModuleManager.csproj (diff)
The file was modified ModuleManagerTests/PatchListTest.cs (diff)
The file was modified ModuleManagerTests/ModuleManagerTests.csproj (diff)
The file was modified ModuleManagerTests/Patches/ProtoPatchBuilderTest.cs (diff)
The file was modified ModuleManager/Patches/ProtoPatchBuilder.cs (diff)
The file was addedModuleManagerTests/Patches/PassSpecifiers/LastPassSpecifierTest.cs
The file was modified ModuleManager/PatchList.cs (diff)
The file was addedModuleManager/Patches/PassSpecifiers/LastPassSpecifier.cs
Commit ea89e1a6321aabd8b193969f8a538952b732802a by joeydwong
return iterator rather than array
This is only iterated over once, I don't know why it was implemented as
an array originally
(commit: ea89e1a)
The file was modified ModuleManager/PatchList.cs (diff)