This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 61
Fix Build with vala 0.54.1 #337
Labels
bug
Something isn't working
Comments
This is also reproducible when changing |
This also breaks build of 1.0 (along with #320) |
algitbot
pushed a commit
to alpinelinux/aports
that referenced
this issue
Oct 26, 2021
harmathy
pushed a commit
to harmathy/tootle
that referenced
this issue
Apr 28, 2022
Vala now validates property names against GLib.Object conventions, this fixes a compilation error as a result of this enforcement: ../src/API/Status.vala:27.5-27.23: error: Name `_url' is not valid for a GLib.Object property public string? _url { get; set; } ^^^^^^^^^^^^^^^^^^^ Relevant Vala change: https://gitlab.gnome.org/GNOME/vala/-/commit/38d61fbff037687ea4772e6df85c7e22a74b335e fixes bleakgrey#337 Signed-off-by: Clayton Craft <[email protected]>
This is also blocking the packaging of 2.0-alpha1 for Debian and derivatives. |
Oh, I didn't realize two people had already made similar changes :o |
I'll have another go at it in the next couple of days |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Build context:
Logs:
(Terminal logs are often invaluable. If you can, launch the app from terminal with
com.github.bleakgrey.tootle
and paste the output here)The text was updated successfully, but these errors were encountered: