Prince

Results 10 comments of Prince

@mkurz I'm not too experienced (I didn't know scala as a language even existed a couple months ago 😅). But I did manage to figure out how to locally test/inspect...

I should add tests and only prepend "using" for scala3+ :sweat_smile:. I'm not sure if this pr is the correct way to solve the issue tbh, if you have something...

@tototoshi Hi, I'm unable to get the CompilerSpec Tests to compile with scala3 instead of scala2, I have added the tests but they now fail. Edit - Also the parser...

@tototoshi >the TwirlParser probably only looks at parentheses and doesn’t check for implicit or using keywords. So I don’t think any changes are needed there. > As for the TwirlCompiler,...

Ahh, the tests fail with scala2 but pass with scala3 because, as you mentioned, `using` doesn't exist in scala2. this pr enables the use of `using` at the definition site...

@tototoshi @mkurz Omg thanks for the all the help and the shoutout!

@mkurz hi! I’m interested in working on these issues and would love to help make twirl templates more scala3 friendly. If you have any guidance or suggestions on how to...

> @ajafri2001 will you have time to finish this? oh yes I forgot, I'll wrap it up by tomorrow.