Blame README.rationale

Packit Service d3d246
This file documents various major decisions which affect GLib development,
Packit Service d3d246
giving a brief rationale of each decision, plus a link to further discussion.
Packit Service d3d246
Packit Service d3d246
Packit Service d3d246
 * Compiler attributes: https://bugzilla.gnome.org/show_bug.cgi?id=113075#c46
Packit Service d3d246
Packit Service d3d246
   GLib uses GIR annotations instead of compiler attributes. They are tidier,
Packit Service d3d246
   already supported by GLib and GNOME tools, and accomplish the same task as
Packit Service d3d246
   compiler attributes. GLib does not provide macros for attributes like
Packit Service d3d246
   nonnull because it would not use them.