Arnout Engelen
Arnout Engelen
#156 should have been fixed in 0.12, so if you're still seeing the problem with 0.13 then either that didn't completely fix the issue or what you are seeing is...
The first problem I noticed is that the empty package is not handled correctly in a generic type parameter, I added that as a separate issue under #182
When I add a package, indeed I see errors like: ``` [ERROR] /home/aengelen/dev/genjavadoc-error-demo/target/genjavadoc/foo/ScalaModel.java:[7,29] illegal combination of modifiers: abstract and static [ERROR] /home/aengelen/dev/genjavadoc-error-demo/target/genjavadoc/foo/ScalaModel.java:[7,36] cannot find symbol symbol: class T1 location: class...
Good to hear you managed to get it to work! Is this something that we could/should document better, or was it specific to your project?
I think it'd be great if this problem got fixed, but it's not affecting my project so it's not high on my personal priorities. Could you help? I'd be glad...
Thanks for looking into it! As said, just sharing a test/reproducer would already be very helpful, I might be able to justify a look then :)
does --ignore-source-errors (https://github.com/lightbend/genjavadoc/pull/216/files#diff-04c6e90faac2675aa89e2176d2eec7d8R170) help?
I'm running into the same problem. It looks like there are 2 versions of avformat.h: one from 'libavformat-dev' and one from 'libavformat-ffmpeg-dev'. r_frame_rate is only available in the one from...
I actually quite like `nix shell`: it nicely indicates that the command affects the 'current shell', and does not have 'side effects' (using the term loosely). I'm not sure the...
That was at least intentional in my PR: `++` is designed to select a single version, not cross-compile. This did not change when making the selection of the (single) version...