You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to run ninja the compilation fails because of Vala.
Current Behavior
../src/Model/JsonObject.vala:34.5-34.33: error: Creation method of abstract class cannot be public.
public JsonObject.from_object (Json.Object object) {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/Model/JsonObject.vala:339.5-339.26: error: Creation method of abstract class cannot be public.
public JsonObjectArray (Json.Object object, string property_name) {
^^^^^^^^^^^^^^^^^^^^^^
../src/Services/RateLimiter.vala:91.5-91.22: error: Creation method of abstract class cannot be public.
public QueuedEvent (string id) {
^^^^^^^^^^^^^^^^^^
Compilation failed: 3 error(s), 0 warning(s)
Expected Behavior
While trying to run
ninja
the compilation fails because of Vala.Current Behavior
Possible Solution
Other projects had similiar experiences with Vala 0.42+ (akiraux/Akira@e21d4e1)
Steps to Reproduce (for bugs)
Your Environment (for bugs)
The text was updated successfully, but these errors were encountered: