Open Issues Need Help
View All on GitHub doctest requires dynamically linked libraries about 2 hours ago
AI Summary: The project's doctests are failing because they require dynamically linked libraries, but the project currently statically links to `libautomerge.a`. The `automerge-c` build script does not produce a dynamic library (`.so`) by default, which is needed for the doctests to function correctly.
Complexity:
3/5
enhancement good first issue