basilisp-lang / basilisp

A Clojure-compatible(-ish) Lisp dialect targeting Python 3.8+
https://basilisp.readthedocs.io
Eclipse Public License 1.0
198 stars 4 forks source link

Fix issue accessing prop with interop matching builtin name #897

Closed ikappaki closed 2 months ago

ikappaki commented 2 months ago

Hi,

can you please review patch to fix issue with accessing interop properties when they match a builtins name. It fixes #896.

This seems like a simple fix to simply to ignore munging builtins names when accessing interop properties, it does not seem we want it to apply here.

I've also added a test.

Thanks