From noreply at github.com Tue Sep 19 23:12:30 2017 From: noreply at github.com (GitHub) Date: Tue, 19 Sep 2017 14:12:30 -0700 Subject: [M3commit] [modula3/cm3] 12f50b: Fix assert-fail compiling VAR s := BITS 64 FOR SET... Message-ID: <59c1883e9db26_66493fca9ccd1c381664f7@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/modula3/cm3 Commit: 12f50b4cde746056b943bd8aaa105c3fcb46b1a8 https://github.com/modula3/cm3/commit/12f50b4cde746056b943bd8aaa105c3fcb46b1a8 Author: Rodney Bates Date: 2017-09-19 (Tue, 19 Sep 2017) Changed paths: M m3-sys/m3front/src/exprs/SetExpr.m3 Log Message: ----------- Fix assert-fail compiling VAR s := BITS 64 FOR SET OF [0..63] { 0 }; The failing assertion was neither true nor needed. Just deleted it. From noreply at github.com Tue Sep 26 04:41:31 2017 From: noreply at github.com (GitHub) Date: Mon, 25 Sep 2017 19:41:31 -0700 Subject: [M3commit] [modula3/cm3] 087a3d: Fix bugs in passing set parameters. Message-ID: <59c9be5b42552_75ff3ffb3d68bc305653f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/modula3/cm3 Commit: 087a3dee7e55f995f6c0bd3efe26fc4656a890f5 https://github.com/modula3/cm3/commit/087a3dee7e55f995f6c0bd3efe26fc4656a890f5 Author: Rodney Bates Date: 2017-09-25 (Mon, 25 Sep 2017) Changed paths: M m3-sys/m3front/src/values/Formal.m3 Log Message: ----------- Fix bugs in passing set parameters. -Remove an incorrect assertion. -Fix cases that were failing to make a needed copy.