scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.71k stars 132 forks source link

Refactor ActionT to use ReaderT pattern #314

Closed ocramz closed 9 months ago

ocramz commented 10 months ago

scotty-0.20 :

Breaking changes:

Closes #310 , closes #309 in passing

closes #110 , closes #153

image

ocramz commented 9 months ago

it works omg it w o r k s I'm so happeeeehhh

fumieval commented 9 months ago

Noice

fumieval commented 9 months ago

@ocramz Is it intentional that you merged this PR? Before merging this PR, At very least I expected you to

ocramz commented 9 months ago

@fumieval yes sorry for not waiting but I triple checked everything, added more tests around the new exception mechanism and made a Hackage release. These were long-due changes anyway..