Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
141 stars 1 forks source link

Duplicate Identifiers #41

Closed Mercerenies closed 2 years ago

Mercerenies commented 3 years ago
(defconst Foo 3)
(defclass Foo (Reference))

This should be an error if they appear in the same file, but currently the second declaration just overwrites the first.

Mercerenies commented 2 years ago

Resolved as of 9e650726689940d5fba1ce519a88fe3a68674e5d.