Closed abdullah-if closed 3 years ago
That part of the code (vala) is for setting the preferences, without it the main engine will still work but with default settings. There shouldn't be any error if you compile using Vala 48, its the version ubuntu LTS uses.
the Go branch is still very much WIP. Thank you very much for your feedback, but as its an unreleased version, I'm going to close this issue :)
I am aware of the purpose of get and set methods, but the interesting fact is, it can still work and compile fine if the set methods are removed. You can check this commit and it can read the config fine, just get
it. Can send a screen-cast.
Thanks for the fast review.
While building ibus-avro (golang branch) throw warning for every set method declared for Gtkchild in gmain.vala and say. Build is successful after slight modification, thought still throw
must be declered as `unowned'
warnings. Run on a par with JS version, I have no idea how that happened but stuff works. Are the errors normal or its just me ?Dependency:
Or whatever is the latest in Manjaro Testing
P.S.: Currently using the golang build, no problem seen so far.