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

compilation errors with vala 0.44.4 #210

Closed
decathorpe opened this issue Jun 16, 2019 · 0 comments
Closed

compilation errors with vala 0.44.4 #210

decathorpe opened this issue Jun 16, 2019 · 0 comments

Comments

@decathorpe
Copy link
Contributor

After upgrading vala from 0.44.3 to 0.44.4, these errors started to make the build fail:

dee-1.0.vapi:44.35-44.44: error: construct properties not supported for specified property type
		public Dee.Filter filter { get; construct; }
		                                ^^^^^^^^^^
dee-1.0.vapi:76.35-76.44: error: construct properties not supported for specified property type
		public Dee.ModelReader reader { construct; }
		                                ^^^^^^^^^^

and this warning:

(...)/src/Slingshot.vala:127.9-127.19: warning: `null' incompatible with return type `Wingpanel.Indicator'
        return null;
        ^^^^^^^^^^^
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

No branches or pull requests

1 participant