specter

Latest version: 1.1.3
johanatan 2018-05-30T19:37:42.000249Z

has anyone tried 1.1.1 w/ deps.edn and lumo ?

johanatan 2018-05-30T19:38:01.000291Z

I am getting:

Could not require com.rpl.specter.navs in file com/rpl/specter.cljc
	 (new)
	 Function.cljs.core.ex_info.cljs$core$IFn$_invoke$arity$3 (NO_SOURCE_FILE <embedded>:2024:72)
	 Function.cljs.analyzer.error.cljs$core$IFn$_invoke$arity$3 (NO_SOURCE_FILE <embedded>:2639:92)
	 Function.cljs.js.require.cljs$core$IFn$_invoke$arity$5 (NO_SOURCE_FILE <embedded>:5954:145)
	 Function.cljs.js.load_deps.cljs$core$IFn$_invoke$arity$7 (NO_SOURCE_FILE <embedded>:5965:119)
	 (NO_SOURCE_FILE <embedded>:5965:570)
	 Function.cljs.js.require.cljs$core$IFn$_invoke$arity$5 (NO_SOURCE_FILE <embedded>:5943:1)
	 Function.cljs.js.load_deps.cljs$core$IFn$_invoke$arity$7 (NO_SOURCE_FILE <embedded>:5965:119)
	 (NO_SOURCE_FILE <embedded>:5965:570)
	 Function.cljs.js.require.cljs$core$IFn$_invoke$arity$5 (NO_SOURCE_FILE <embedded>:5943:1)

Maximum call stack size exceeded
	 (NO_SOURCE_FILE <embedded>:6625:177)
	 (NO_SOURCE_FILE <embedded>:6120:138)
	 (NO_SOURCE_FILE <embedded>:6010:425)
	 (NO_SOURCE_FILE <embedded>:6024:218)
	 (NO_SOURCE_FILE <embedded>:5968:270)
	 (NO_SOURCE_FILE <embedded>:5947:36)
	 (NO_SOURCE_FILE <embedded>:6120:138)
	 (NO_SOURCE_FILE <embedded>:6010:425)
	 (NO_SOURCE_FILE <embedded>:6024:218)
	 (NO_SOURCE_FILE <embedded>:5968:270)
when I do so.

nathanmarz 2018-05-30T20:22:07.000192Z

@johanatan don't see how that would have anything to do with specter, #tools-deps is probably a better place to ask

johanatan 2018-05-30T20:22:40.000505Z

well specter is the only dep that this method is failing for

johanatan 2018-05-30T20:22:47.000562Z

have you tried it?

johanatan 2018-05-30T20:23:03.000002Z

apparently the lib needs to be cljs self-host compatible (not sure if specter is)

nathanmarz 2018-05-30T20:25:23.000262Z

ah, well that would explain it

nathanmarz 2018-05-30T20:25:37.000210Z

https://github.com/nathanmarz/specter/issues/136

johanatan 2018-05-30T20:38:27.000355Z

@nathanmarz thx!

johanatan 2018-05-30T20:38:44.000563Z

do you have any plan to fix it? should I create an issue to track it?

nathanmarz 2018-05-30T21:08:37.000616Z

that is the issue to track it

nathanmarz 2018-05-30T21:08:49.000707Z

no plans to fix it since I don't use clojurescript

nathanmarz 2018-05-30T21:09:04.000231Z

a pull request for it would be welcome though

johanatan 2018-05-30T22:03:32.000113Z

oh, sorry. i thought that was on the planck project (didn't look at the url)