abingham / traad

An JSON+HTTP server for the rope Python refactoring library
MIT License
107 stars 20 forks source link

setting traad-server-progam to a non-string should fail immediately #19

Closed abingham closed 12 years ago

abingham commented 12 years ago

If you set traad-server-program to a non-string, it won't fail on the setting. It will fail later when you try to use the value (e.g. in traad-open). It should fail immediately.

abingham commented 12 years ago

Added type and group specifiers to all defcustoms. This fixes the problem.