Browser REPL broken when started with :optimizations :none

Description

Creating a browser-repl env like this: (cljs.repl.browser/repl-env :optimizations :none) does not work because client.js is not compiled in a single file. The browser throws the following error: goog is not defined.
:optimizations :simple (the default) works fine.
A quick fix would be to force :optimizations :simple in the REPL options. However, being able to set :optimizations :none would probably speed up compilation times.

Environment

None

Attachments

1

Activity

Show:

David Nolen February 25, 2022 at 4:32 PM

We should not support this.

Mike Fikes March 15, 2018 at 1:03 AM

patch does not apply

David Nolen July 8, 2017 at 4:48 PM

Related

Fixed

Details

Assignee

Reporter

Patch

Code

Priority

Created December 5, 2015 at 10:53 PM
Updated February 25, 2022 at 4:32 PM
Resolved February 25, 2022 at 4:32 PM