ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
onyx has quit [Read error: Connection reset by peer]
hellstabber has quit [Quit: Connection closed for inactivity]
ur5us has joined #crystal-lang
ur5us has quit [Read error: Connection reset by peer]
_whitelogger has joined #crystal-lang
hexology has joined #crystal-lang
pixel1 has joined #crystal-lang
dom96 has joined #crystal-lang
Sankalp has quit [Ping timeout: 272 seconds]
Sankalp has joined #crystal-lang
hightower3 has quit [Remote host closed the connection]
hightower3 has joined #crystal-lang
_ht has joined #crystal-lang
jmdaemon has quit [Ping timeout: 255 seconds]
taupiqueur has joined #crystal-lang
hellstabber has joined #crystal-lang
taupiqueur has quit [Ping timeout: 276 seconds]
<FromGitter> <ym418_twitter> @Blacksmoke16 Thank you. I will duplicate the enum.
<wwalker> yxhuvud: thanks
wwalker has quit [Remote host closed the connection]
_ht has quit [Quit: _ht]
hightower3 has quit [Ping timeout: 276 seconds]
hightower2 has joined #crystal-lang
hellstabber has quit [Quit: Connection closed for inactivity]
<SamantazFox> Hello there! I have a language question this time: is it possible to "map" exceptions from one module to another?
<SamantazFox> In this example, I'd like to have a `Test::BadPatternError` exception, rather than a `File::BadPatternError` one
<SamantazFox> My struggle is that the `DB::Pool` is used in multiple places in the code, but that causes the same exception name to be displayed after the error message
<SamantazFox> Ideally, I want to avoid this: https://play.crystal-lang.org/#/r/dxom
<SamantazFox> (The final problem is that we have pool issues being reported as DB issues, but it isn't actually a DB issue but a problem with a specific part of the code using the `DB::Pool` logic)
jmdaemon has joined #crystal-lang