File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 #:max-modified-lines (or/c exact-nonnegative-integer? +inf.0 )
2828 #:timeout-ms exact-nonnegative-integer?)
2929 resyntax-analysis?)]
30- [reysntax -analyze-for-properties-only
30+ [resyntax -analyze-for-properties-only
3131 (->* (source?) (#:suite refactoring-suite? #:timeout-ms exact-nonnegative-integer?) syntax-property-bundle?)]
3232 [refactor! (-> (sequence/c refactoring-result?) void?)]))
3333
233233 [else result-set]))
234234
235235
236- (define/guard (reysntax -analyze-for-properties-only source
236+ (define/guard (resyntax -analyze-for-properties-only source
237237 #:suite [suite default-recommendations]
238238 #:timeout-ms [timeout-ms 10000 ])
239239 (define comments (source-comment-locations source))
Original file line number Diff line number Diff line change 270270
271271 (define actual-props
272272 (call-with-logs-captured
273- (λ () (reysntax -analyze-for-properties-only program-src
273+ (λ () (resyntax -analyze-for-properties-only program-src
274274 #:suite suite
275275 #:timeout-ms (current-analyzer-timeout-millis)))))
276276
You can’t perform that action at this time.
0 commit comments