Skip to content

Changed default access level to public

Michael Hollister requested to merge bugfix/access-level into main

Changed default access level for all classes/structs/fields from package internal to public.

Additional minor changes:

  • Added LocalizedError to Matrix.Error struct for more descriptive error messages in log output
  • Removed @testable marker from unit test imports to catch any access-control related errors

Note: Recommend merging https://gitlab.futo.org/cvwright/matrix.swift/-/merge_requests/4 beforehand, as this branch is based from it.

Merge request reports

Loading