Re: cljs.test :after fixture not called if test errors

2020-11-24 Thread Estevo U. C. Castro
Try (use-fixtures :once (fn [f] (println "before") (try (f) (finally (println "after") O mércores, 25 de novembro de 2020 á/s 00:17:03 UTC+1, stuart.will...@gmail.com escribiu: > Hello, > > I'm experimenting with fixtures and it seems like :after fixtures aren't > run

Re: Clojure/flutter

2018-04-29 Thread Estevo U. C. Castro
-ish implementations. domingo, 29 de Abril de 2018 às 03:56:27 UTC+2, Gregg Reynolds escreveu: > > > > On Sat, Apr 28, 2018 at 6:50 PM, Estevo U. C. Castro <eucc...@gmail.com > > wrote: > >> Just in case you hadn't heard of this: >> >> https://github.com

Re: Clojure/flutter

2018-04-28 Thread Estevo U. C. Castro
Just in case you hadn't heard of this: https://github.com/takeoutweight/clojure-scheme sábado, 28 de Abril de 2018 às 08:07:13 UTC+2, Didier escreveu: > > The thing about Clojure->native, is that Clojure needs a pretty powerful > runtime. > > So we'd need to piggy back on something native that