d508c5c6f8
firmware: add unit tests for exception sync
bae41253e4
firmware: sync exception names and ids
firmware: sync exception names and ids
c5ae0e7c36
[standalone] Add tests for tuple equality
b8dab6cf7c
[standalone] Add tests for string equality
4d80ba38b7
[core] codegen/expr: Implement comparison of tuples
33929bda24
[core] typecheck/typedef: Add support for tuple methods
a8e92212c0
[core] codegen/expr: Implement string equality
Implement support for string and tuple equality comparison
dac: fix initialization order
Skip SPF for mails originating from intl
initialization of large int64 attribute fails
nac3artiq.CompileError: Linking globals named '..._const': symbol multiply defined!
[artiq] Set private linkage for constants
core: allow calling parent methods
Seems to me that doing the alternative method would make it clear what is happening from the code alone, and would not need any of those obscure/complicated comments.