domina icon indicating copy to clipboard operation
domina copied to clipboard

Move to a multi segment namespace

Open danielcompton opened this issue 9 years ago • 3 comments

When compiling a ClojureScript project I get this warning

WARNING: domina is a single segment namespace at line 1 file:/Users/user/.m2/repository/domina/domina/1.0.3/domina-1.0.3.jar!/domina.cljs

It would probably be better to move to a multi segment namespace, single segment namespaces are generally avoided

danielcompton avatar May 21 '15 05:05 danielcompton

I also think it would be nice to get rid of those warnings.

Maybe this could go in an upcoming 1.1.0 release as a minor breaking change?

pandeiro avatar Dec 08 '15 01:12 pandeiro

This prevents figwheel live reloading from reloading code.

wmealing avatar Dec 28 '15 09:12 wmealing

+1 for prevent reloading bug

karneaud avatar Jul 21 '16 18:07 karneaud