Thales Macedo Garitezi

Results 18 comments of Thales Macedo Garitezi

I'm having a similar issue with Emacs and a multi-package Reflex project, `hie-8.6.5`. The local package `frontend` imports a module from `common`. It builds fine, but in Emacs it complains...

@fendor I do not have the `hie-debug` available. I installed it via Nix and https://github.com/Infinisil/all-hies . ### Buffer `*hie*` ``` # empty ``` ### Buffer `*hie::stderr*` ``` Could not parse...

### `hie --debug frontend/` ``` ͳ hie --debug frontend/ 2020-03-24 08:15:04.463840064 [ThreadId 4] - run entered for hie-wrapper(hie) Version 1.1 x86_64 ghc-8.6.5 2020-03-24 08:15:04.464079987 [ThreadId 4] - Current directory:/home/thales/dev/haskell/reflex-skeleton 2020-03-24...

I see. I'll have to research more if there is a way to use the cabal file that Nix generates automatically during the build. ``` building '/nix/store/cqhddrf6pfmbdda7p12n5brzb1ax4119-cabal2nix-reflex-skeleton-backend.drv'... installing *** found...

Hi @MikeDombo ! The `not_active_local` is a Mnesia error that suggests there's more than one folder in its data dir. Since you made several attempts at starting the node while...

I've just realized that [`ssl_otp_crl_cache`](https://github.com/thalesmg/otp/blob/680b81fd82008ea98f2341aef1849d8291e3c2a0/lib/ssl/src/ssl_pkix_db.erl#L64) is of type `set`, not `bag` like `ssl_otp_crl_issuer_mapping`. So this change will persist only the last CRL of a list of CRLs. I'll change the...

@IngelaAndin Thanks for the feedback. I've updated the patch to use that: https://github.com/erlang/otp/pull/5996/commits/f3948cd90e84c59439c00bff473b5cd40adefbb3

I found an analogous bug, triggered when one tries to call [`ssl_crl_cache:delete/1` with an URI](https://github.com/thalesmg/otp/blob/f3948cd90e84c59439c00bff473b5cd40adefbb3/lib/ssl/src/ssl_crl_cache.erl#L104-L110). I'll push a similar fix and a test for that case. https://github.com/erlang/otp/pull/5996/commits/29882533faaea4851cc0723e5bfb3e942139a3ba

Hi! Do I need to do some other changes here?

Thanks for the feedback! :tada: :confetti_ball: :beers: