doesn't build with latest vala
Bug #797033 reported by
Antoine Jacoutot
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Postler |
Fix Committed
|
Undecided
|
Christian Dywan |
Bug Description
Hi.
Postler fails to build with vala 0.12.1
It errors out with the following output:
../postler/
(full log attached)
Changed in postler: | |
assignee: | nobody → Christian Dywan (kalikiana) |
status: | New → Confirmed |
To post a comment you must log in.
So apparently older Vala versions used to not mind missing return values in lambda, but indeed in this case the callback expects a boolean value.