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

error: Creation method of abstract class cannot be public. #34

Open
Roker2 opened this issue Nov 4, 2019 · 3 comments
Open

error: Creation method of abstract class cannot be public. #34

Roker2 opened this issue Nov 4, 2019 · 3 comments
Labels
release notes The work on the ticket is ready, but needs to be released and announced. type: bug Something is not working as expected or the documentation is incorrect.
Projects

Comments

@Roker2
Copy link

Roker2 commented Nov 4, 2019

/home/dmitry/Загрузки/diorite-4.15.0/src/glib/DuplexChannel.vala:65.5-65.24: error: Creation method of abstract class cannot be public.
public DuplexChannel(uint id, string name, InputStream input, OutputStream output, uint timeout) {
^^^^^^^^^^^^^^^^^^^^
/home/dmitry/Загрузки/diorite-4.15.0/src/glib/RpcParams.vala:35.5-35.19: error: Creation method of abstract class cannot be public.
public RpcParam(string name, bool required, bool nullable, Variant? default_value, string type_string,
^^^^^^^^^^^^^^^

@Roker2
Copy link
Author

Roker2 commented Nov 4, 2019

I tried to build 4-16, I gote the same issue.

@jiri-janousek
Copy link
Member

Hello @Roker2. It has already been fixed in the master branch. The fix will be included in the next release.

@jiri-janousek jiri-janousek added the type: bug Something is not working as expected or the documentation is incorrect. label Nov 4, 2019
@jiri-janousek jiri-janousek added this to Backlog in Nuvola via automation Nov 4, 2019
@jiri-janousek jiri-janousek moved this from Backlog to In progress in Nuvola Nov 4, 2019
@jiri-janousek jiri-janousek added the release notes The work on the ticket is ready, but needs to be released and announced. label Nov 4, 2019
@jiri-janousek jiri-janousek moved this from In progress to Announce in Nuvola Nov 4, 2019
@Roker2
Copy link
Author

Roker2 commented Nov 4, 2019

Okay, thank you! I wait 4.17!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes The work on the ticket is ready, but needs to be released and announced. type: bug Something is not working as expected or the documentation is incorrect.
Projects
Nuvola
  
Announce
Development

No branches or pull requests

2 participants