Closed michal-granec closed 2 years ago
@olleolleolle should I do something after your approval :) or just wait for you to merge it?
@namusyaka 👋 This looks good - right?!
Edit: I don't have merge privileges, but I like this change.
@michal-granec can you open a PR to fix Hansi? Thanks!
@jkowens will do :+1:
Motivation
Mustermann is not compatible with --enable=frozen-string-literal. Running with such option raises Runtime error:
Issue
https://github.com/sinatra/mustermann/issues/110
Changes
""
) toString.new
Addition notes
Command I have used to run specs (in project root directory):
There are unfortunatelly 2 additional things I had to locally fix in the dependencies to make all the test passing:
mustermann-contrib
:) If it makes sense I can go there and make another PR.String.new
. So as soon as sinatra dependency is updated this wont be any problem. This is also not an issue since this is used only in tests.