slim-template / slim

Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic.
https://slim-template.github.io
MIT License
5.29k stars 500 forks source link

Allow Slim to be used with Tilt 2.1.0 #910

Closed dentarg closed 1 year ago

dentarg commented 1 year ago

It would be great to be able to use Slim with Tilt 2.1.0

The Sinatra framework have tests using both Tilt and Slim, but when the tests installs Tilt 2.1.0, a very old version of Slim (0.6.1) is used (I assume because it does not have any requirement on the version of Tilt): https://github.com/sinatra/sinatra/issues/1884#issuecomment-1440401836

dentarg commented 1 year ago

The new Tilt maintainer explained the versioning scheme going forward at https://github.com/sinatra/sinatra/issues/1884#issuecomment-1440300468 so perhaps even changing to < 3 for Tilt could be accetpable?