TR History

This commit is contained in:
Sam Tobin-Hochstadt 2016-02-01 14:43:13 -05:00
parent 32d0a97058
commit 5f35f447b5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
6.4
- Contract performance improvements, including generating code that
the contract system can optimize
- Make `any-wrap/c` more permissive on opaque structs.
- Soundly check opaque predicates.
- Add `#:type-name` option to `struct`.
6.3
- Startup time reduction
- Tightening and cleanup of numeric types

View File

@ -74,7 +74,7 @@ don't depend on any other portion of the system
(when (and (warn-unreachable?)
(log-level? l 'warning)
(and (syntax-transforming?)
(syntax-original? (syntax-local-introduce e)))
#;(syntax-original? (syntax-local-introduce e)))
#;(and (orig-module-stx)
(eq? (debugf syntax-source-module e)
(debugf syntax-source-module (orig-module-stx))))