This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-22
Channels
- # arachne (8)
- # bangalore-clj (1)
- # beginners (72)
- # boot (95)
- # braveandtrue (5)
- # business (1)
- # capetown (1)
- # cider (180)
- # cljs-dev (8)
- # cljsrn (20)
- # clojure (104)
- # clojure-art (1)
- # clojure-brasil (8)
- # clojure-czech (1)
- # clojure-greece (15)
- # clojure-korea (13)
- # clojure-poland (2)
- # clojure-russia (53)
- # clojure-sg (5)
- # clojure-spec (60)
- # clojure-uk (35)
- # clojurescript (186)
- # community-development (3)
- # core-async (24)
- # cursive (18)
- # datascript (11)
- # datomic (39)
- # devcards (4)
- # emacs (2)
- # events (1)
- # funcool (23)
- # hoplon (148)
- # juxt (1)
- # ldnclj (2)
- # luminus (1)
- # off-topic (22)
- # om (27)
- # onyx (35)
- # overtone (2)
- # pedestal (7)
- # perun (8)
- # protorepl (2)
- # rdf (6)
- # re-frame (15)
- # reagent (2)
- # ring-swagger (10)
- # untangled (54)
Doesn't look like it does.
OK, I'm confused again... I was playing with the various grimoire commands, and managed to open up in the browser the page for ->
That page was fully styled. But now, no matter what command I try, I get something (in the browser) that looks like just preformatted plain text.
How did I get the original styled HTML page?
installed emacs on a new machine and I got cider-add-to-alist: Invalid function: (cons (assoc car alist))
perils of living on the bleeding edge I think, I am running melpa (unstable) and nrepl latest snapshot
yeah the error make it sound like an emacs dependency issue more than a cider problem per say
apparently google says I am not the only one with that issue: http://emacs.stackexchange.com/questions/28816/why-do-the-latest-versions-of-use-package-and-cider-break-each-other
ah! i remember some bugs where people introduced their own version of if-let
before it was baked into emacs
suspicion, a package you are using still has their own implementation that is inferior for general use but only what they need in their own use case
so, to test this theory, C-h C-f [ret] if-let
will navigate to somewhere besides subr-el
the config is here if curious: https://github.com/mpenet/emax
In end of data:
cider-apropos.el:203:1:Warning: the following functions are not known to be
defined: if-let, results
Wrote /Users/benedek.fazekas/projects/cider/cider-apropos.elc
cask exec buttercup -L .
Warning: Lisp directory `/usr/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/emacs-parallel': No such file or directory
Warning: Lisp directory `/usr/local/Cellar/emacs/24.5/share/emacs/24.5/lisp/emacs-parallel': No such file or directory
Invalid function: (cons (assoc car alist))
make: *** [test] Error 255
no idea what happened on my end tbh. I had 3 versions of emacs installed, I suspect a mess of mixed emacs dependencies
i'm tracking master though so i'm not sure if the version reflects where I actually am
so my local subr-x in 24.5/lisp/emacs-lisp
deffo does not have if-let. only a bunch of string related and hashtable related functions
wonder if that is the culprit?! on the other hand the cider travis build (failing the same way) uses an ubuntu image
this is the raw log from the latest master build: https://travis-ci.org/clojure-emacs/cider/builds
GNU Emacs 24.5.1 (x86_64-apple-darwin14.4.0, Carbon Version 157 AppKit 1348.17) of 2016-01-04
so i know there was a long running branch for emacs 25. I wonder if even though subr was updated a long time ago it was never added to 24.x
that file was removed thinking it dropped support for 24.3. but it actually dropped support for 24.x
perhaps some elc of this (cider-compat) is still lurking around somewhere in my emacs that is why it kinda works...
not private @theeternalpulse
thanks. I just wanted to keep up with the cider issues, saw it referenced on gitter
those machines are provisioned in vagrant so they can have no remnants from previous builds
i reinstalled cider yesterday (and i do delete previous version before installing new) so i don’t have an elc strangely
When booting up a sibling ClojureScript REPL, sometimes a session returns every evaluated form as a string ex: cljs.user> (+ 1 1) => “2”
whereas other times it properly returns it as cljs.user> (+ 1 1) => 2
. I’ve tried to isolate the problem, but just when I think I have it cornered it evaluates correctly (or incorrectly) the next time I jack in. Has anyone else had this problem? Any hints?
OK, I'm confused again... I was playing with the various grimoire commands, and managed to open up in the browser the page for ->
[10:43]
That page was fully styled. But now, no matter what command I try, I get something (in the browser) that looks like just preformatted plain text.
[10:44]
How did I get the original styled HTML page?