Dan Williams

Results 2 issues of Dan Williams

The following test class demonstrates some ways to initialize data in classes. The only one that is accepted by c2nim is equalsInit. ```cpp class DataClass { int equalsInit = 1;...

Expected behavior: The application launches Observed behavior: The application crashes with the following error: `(buzztrax-edit:90752): GLib-GIO-ERROR **: 11:56:41.841: Settings schema 'org.gnome.desktop.interface' is not installed Trace/breakpoint trap (core dumped) ` Version:...