oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

Require clojure.main before use #56

Closed SevereOverfl0w closed 5 years ago

oakes commented 5 years ago

Was this causing an error for you when the require wasn't there? Just curious.

SevereOverfl0w commented 5 years ago

Yes, it was finding clojure.main the class instead, because clojure.main wasn't loaded yet

Fri May 31 12:40:05 GMT+01:00 2019 Zach Oakes notifications@github.com:

Was this causing an error for you when the require wasn't there? Just curious.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub [https://github.com/oakes/Nightlight/pull/56?email_source=notifications&email_token=ABO2DWUU56PIL4C3DJMB5O3PYEFBJA5CNFSM4HRVRFFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWU7UII#issuecomment-497678881] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ABO2DWW6ZGD3AGQQCVAIMD3PYEFBJANCNFSM4HRVRFFA] . [https://github.com/notifications/beacon/ABO2DWSG6JH3O5CFECA6BTTPYEFBJA5CNFSM4HRVRFFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWU7UII.gif]

oakes commented 5 years ago

Thanks!