Changes
Summary
- Unify ffiCall* methods - identify caller by walking the sender chain (details)
- Use library instead of module within FFILibrary Keep backwards (details)
- Making users go through *library* instead of *module* apis (details)
- rename macModule* -> macLibrary* (details)
- Rename internal users of #moduleName to #libraryName (details)
- Remove deprecated abstract methods to avoid them from appearing in (details)
- Remove methods unused externally. (Re)definitions in subclasses are (details)
- Simplify context extraction => single place (details)
- Make the usage of thisContext backwards compatible since libgit is (details)
- Safer and repeatable tests (details)
- internal renames module => library (details)
- Cleanup: removal of moduleName (details)
- Enhance comment (details)
- Revert decompiled methods (details)
- Revert decompiled methods (details)
- Fix comment (details)
- Added comment (details)