Skip to content

Commit

Permalink
Add known issue about generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IGJoshua committed Oct 2, 2024
1 parent 61a3d3c commit 2d2e38c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,10 @@ stands, coffi is the fastest FFI available to Clojure developers.
The project author is aware of these issues and plans to fix them in a future
release:

No known issues, hooray!
- When generating docs with codox in a library that depends on coffi, the below error will be produced. A temporary workaround is to add an explicit dependency in your codox build on insn at version 0.2.1
``` clojure
Unable to find static field: ACC_OPEN in interface org.objectweb.asm.Opcodes
```

## Future Plans
These features are planned for future releases.
Expand Down

0 comments on commit 2d2e38c

Please sign in to comment.