Re: global-hierarchy.. private?

2018-04-12 Thread Pedro Iago Carvalho Martins
o be "global hierarchy plus > changes" and not just an entirely separate hierarchy. > > On Sunday, April 8, 2018 at 1:57:41 PM UTC-5, Pedro Iago Carvalho Martins > wrote: > >> Ok, this is part of a theme that haunts me and I would like to know if >> anyone s

Re: Clojure spec check and recovery

2018-04-08 Thread Pedro Iago Carvalho Martins
Nevermind, I got it. My bad. Em domingo, 8 de abril de 2018 14:16:08 UTC-3, Pedro Iago Carvalho Martins escreveu: > > I mean, can I resolve the var and retry the function with a redefinition, > for example? > I could find info on the arguments, on the exception,

global-hierarchy.. private?

2018-04-08 Thread Pedro Iago Carvalho Martins
Ok, this is part of a theme that haunts me and I would like to know if anyone shares my view or has a insteresting point. The #'global-hierarchy in clojure.core is used to enable things such as multi-methods, and the isa? function. Now, we can change a var with alter-var-root, and I see it

Re: Clojure spec check and recovery

2018-04-08 Thread Pedro Iago Carvalho Martins
I mean, can I resolve the var and retry the function with a redefinition, for example? I could find info on the arguments, on the exception, but no name of the function, or function spec. Maybe it was because I've called check with a single symbol? Just curious. Em terça-feira, 3 de abril de

Clojure spec check and recovery

2018-04-03 Thread Pedro Iago Carvalho Martins
Does clojure spec check function returns any info on the var being checked? That could be useful for more readly retrying the function after you've done adjustments. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email