ire4ever1190 / mike

The new and improved mikero web framework
35 stars 1 forks source link

Fix issues with devel #22

Closed ire4ever1190 closed 1 year ago

ire4ever1190 commented 1 year ago

Removes warnings and problems that occur when using devel.

The gcsafe cast is weird, seems to be a bug in Nim with forward declaring (Ran into it with another project but thought I was crazy). Will see if there is a proper fix Issue was a regression in std/times where initDateTime was forward declared but not marked as gcsafe, waiting for PR to be merged

The test to check that HEAD and GET requests return the same was also removed since it failed due to zippy's protection against BREACH attack