davidpcaldwell / slime

Mozilla Public License 2.0
2 stars 1 forks source link

Harmonize enumeration in SLIME Loader and Code.Loader #89

Open davidpcaldwell opened 4 years ago

davidpcaldwell commented 4 years ago

Currently, SLIME Loaders use their source list() method to return objects consisting of path, loader, and resource properties, while Code.Loader objects return strings, using a slash / to indicate loaders. Probably the Code.Loader approach is preferable. Dependencies may be relying on the current SLIME mechanism, but because the types would change (from object to string), it should be possible to maintain backward-compatibility.

davidpcaldwell commented 4 years ago

Migrated from Bitbucket issue ID 261