Re-enable redex's overlapping arrows src loc information

This reverts commit e5a84eff8d.
and also uses the property 'original-for-check-syntax
This commit is contained in:
Robby Findler 2013-05-13 18:35:46 -05:00
parent d51f6982e2
commit f79c93f74a
2 changed files with 1 additions and 5 deletions

View File

@ -87,8 +87,6 @@
(when the-use
(define old (syntax-property void-stx 'disappeared-use))
(set! void-stx
void-stx ;; disable this for now.
#;
(syntax-property void-stx
'disappeared-use
(if old (cons the-use old) the-use)))))

View File

@ -103,9 +103,7 @@
;; shorten the span so it covers only up to the underscore
(string-length (symbol->string nt))))
(define the-id (datum->syntax table-entry nt the-srcloc id-stx))
(syntax-property the-id 'syncheck-original #t)
;; disable this for now
#f]
(syntax-property the-id 'original-for-check-syntax #t)]
[else
#f])]
[else