-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General bug when filling SEVERAL input area #56
Comments
It's because this field accepts both a list of URIs and plain text, and I can't reproduce this issue in the description though. Do you have an example? |
Hi, S. |
@Slookeur I have a fix, but I'm afraid you aren't going to like it. I almost had the code to fix the So instead I am going to make generator enforce this restriction: #57 In your case it shouldn't be too hard to fix as you already have URIs for most projects; you'll just need to find most specific ones for the projects under ffmpeg. |
Good that I am not supposed to like it :-)
And there you have both standard text and URL, so I figured I could used both, and I tried, and it failed ... Again thank you ! |
Yeah I'm going to fix it too |
Hello,
I noticed some issues when creating the Json file for my program, the generator does not handle properly some information in a input area, I first noticed the issue when I was trying to fill the "Other software requirements" area:
For example the input:
libgtk+3.0 or ligtk4: https://www.gtk.org
libepoxy: https://github.com/anholt/libepoxy
libglu (Linux only): https://gitlab.freedesktop.org/mesa/glu
libpangoft2: https://docs.gtk.org/PangoFT2
libxml-2.0: https://github.com/GNOME/libxml2
libavutil: https://www.ffmpeg.org
libavodec: https://www.ffmpeg.org
libavformat: https://www.ffmpeg.org
libswscale: https://www.ffmpeg.org
Will be transformed in:
And for some reason a lot of information is lost, this happens for several other input area (ex: description) and need to be fixed.
I noticed that It does not happen for the "Release notes" area that behaves as expected.
Regards.
Sébastien Le Roux
The text was updated successfully, but these errors were encountered: