Johann Rudloff
Johann Rudloff
In case the GUI is already loaded, the autocommand is definitely not needed and may in some cases lead to overwriting manual changes to the highlighting groups. For example, when...
BEP 3 requires dictionaries' keys to be in sorted order. Since Go's map traversal is not guaranteed to be in alphabetical order, the keys need to be copied and sorted...
BEP 3 requires that bencoded dictionaries' keys are in sorted order [BEP3]. In the current implementation, the key-value pairs are bencoded in the order of a standard Go `for range`...
Source for the bit shift and mask logic can be found in the NetBSD source tree, in [sys/sys/types.h](https://nxr.netbsd.org/xref/src/sys/sys/types.h#274). Tested by creating and restoring a backup of /dev on NetBSD-9.3.
In incremental compilation mode, some, but not all metas are compiled. This inconsistency leads to problems for codegen backends which require a definition for all used symbols. I noticed this...