From noreply at github.com Thu Feb 23 03:39:58 2017 From: noreply at github.com (GitHub) Date: Wed, 22 Feb 2017 18:39:58 -0800 Subject: [M3commit] [modula3/cm3] 970623: Fix OrdSets to recognize pseudopointers regardless... Message-ID: <58ae4b7e163a4_6593fe277e6fc2810763b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/modula3/cm3 Commit: 970623f2c2e53127797cf825675f46cd2b0c2d28 https://github.com/modula3/cm3/commit/970623f2c2e53127797cf825675f46cd2b0c2d28 Author: Rodney Bates Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M m3-libs/ordsets/ordsets/README M m3-libs/ordsets/ordsets/src/OrdSets.ig M m3-libs/ordsets/ordsets/src/OrdSets.mg M m3-libs/ordsets/ordsets/src/m3makefile Log Message: ----------- Fix OrdSets to recognize pseudopointers regardless of whether they are being produced. Even when DoPseudoPointers is FALSE (and thus pseudopointer values are not being generated), recognize them should they occur. Comments already claimed this, but it was not implemented. From noreply at github.com Thu Feb 23 04:43:22 2017 From: noreply at github.com (GitHub) Date: Wed, 22 Feb 2017 19:43:22 -0800 Subject: [M3commit] [modula3/cm3] 237d29: Comments and versioning of CM3 IR Message-ID: <58ae5a5a8ba34_28dcd3ff9796d3c30232378@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/modula3/cm3 Commit: 237d29ba54df977c4e0f0e72de7d0ad656ab4213 https://github.com/modula3/cm3/commit/237d29ba54df977c4e0f0e72de7d0ad656ab4213 Author: Rodney Bates Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M m3-sys/m3front/src/misc/CG.i3 M m3-sys/m3middle/src/M3CG.i3 M m3-sys/m3middle/src/M3CG_Ops.i3 Log Message: ----------- Comments and versioning of CM3 IR Add type to denote versions of CM3's intermediate representation, which has changed a number of time. This is unused as of this commit. Also, many comments explaining the IR.