exercism / common-lisp-analyzer

GNU Affero General Public License v3.0
2 stars 4 forks source link

Does the analyzer actually analyze anything? #40

Closed ErikSchierboom closed 10 months ago

ErikSchierboom commented 10 months ago

I've been looking at the analyzer code for a bit, and to my untrained eyes it looks like it doesn't really analyze anything yet. Is that correct? If it doesn't, I would suggest disabling the analyzer in the track config (https://github.com/exercism/common-lisp/blob/main/config.json#L9), as that will save us some resources.

verdammelt commented 10 months ago

No it does not analyze. I wrote this code to give the "frame" to put the analyzer into. But then I have never gotten around to writing it :(

ErikSchierboom commented 10 months ago

No worries. If you could be so kind to disable the analyzer then please :)

verdammelt commented 10 months ago

I will do that tonight (Eastern US time)

verdammelt commented 10 months ago

Turning off the analyzer on the track for now.

(cf. exercism/common-lisp#761)