Suppress tools.analyzer's warn-on-reflection

Description

Problem

We use tools.analyzer to analyze code before we emit and send to the standard
Clojure compiler for evaluation. We are planning to rewrite reflective calls,
so we don't want a warning if the initial analysis is reflective, but the final
evaluation is non-reflective.

Solution

Remove the warn-on-reflection pass from tools.analyzer.

Pull request: 39
Patch: ctyp-252.patch
Commit: 7cbc7d
Release: 0.3.9

Environment

None

Attachments

1

Activity

Show:
Completed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created July 22, 2015 at 11:28 AM
Updated December 3, 2017 at 11:09 PM
Resolved December 3, 2017 at 11:09 PM