Skip to content
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

6.4.0 and current git fail to compile with latest Vala versions (0.55+) #762

Closed
decathorpe opened this issue Jan 26, 2022 · 1 comment · Fixed by #765
Closed

6.4.0 and current git fail to compile with latest Vala versions (0.55+) #762

decathorpe opened this issue Jan 26, 2022 · 1 comment · Fixed by #765

Comments

@decathorpe
Copy link
Contributor

libgdata.vapi:2038.3-2038.27: warning: Creation method of abstract class cannot be public.
 2038 | 		public Parsable.from_json (GLib.Type parsable_type, string json, int length) throws GLib.Error;
      | 		^~~~~~~~~~~~~~~~~~~~~~~~~                                                                      
libgdata.vapi:2041.3-2041.26: warning: Creation method of abstract class cannot be public.
 2041 | 		public Parsable.from_xml (GLib.Type parsable_type, string xml, int length) throws GLib.Error;
      | 		^~~~~~~~~~~~~~~~~~~~~~~~                                                                     
../src/Composer/ComposerWidget.vala:69.49-79.5: error: value is less accessible than constant `Mail.ComposerWidget.ACTION_ENTRIES'
   69 |     public const ActionEntry[] ACTION_ENTRIES = {
      |                                                 ^
   70 |         {ACTION_ADD_ATTACHMENT, on_add_attachment },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |         {ACTION_BOLD, on_edit_action, "s", "''" },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   72 |         {ACTION_ITALIC, on_edit_action, "s", "''" },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   73 |         {ACTION_UNDERLINE, on_edit_action, "s", "''" },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   74 |         {ACTION_STRIKETHROUGH, on_edit_action, "s", "''" },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   75 |         {ACTION_INSERT_LINK, on_insert_link_clicked, },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   76 |         {ACTION_REMOVE_FORMAT, on_remove_format },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   77 |         {ACTION_DISCARD, on_discard },
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   78 |         {ACTION_SEND, on_send }
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   79 |     };
      | ~~~~~ 
Compilation failed: 1 error(s), 2 warning(s)
@decathorpe
Copy link
Contributor Author

Thanks for fixing it so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant