catull

Results 143 comments of catull

Hello @larsga. Can you please look into this PR? Thanks

This is not my original code, I stole it from [here](https://github.com/schibsted/jslt/blob/master/examples/flatten.jslt). I changed it very lightly, it is not exactly what you want, because it does not process arrays, yet....

Hello @larsga. Can you please look into this PR? Thanks

I had to change the URL from `jstl-demo` to `jstl`. You may have the two in use, locally it only works with one of them.

Hello @larsga. Can you please look into this PR? Thanks

@larsga I actually am looking at it. There are a few changes one needs to make for running it locally. Still, I have a locally modified version of jstl, which...

Never mind, I was in the branch `master` instead of `feature/support-replace-with-regexp`. All is fine. ![image](https://github.com/schibsted/jslt/assets/150055/a0731ff6-c5e3-400c-907d-4ee5fdca345c)

Once `dependabot` works, you can reject this PR.

@larsga In build.gradle, the Java source and target are [specified](https://github.com/schibsted/jslt/blob/master/build.gradle#L19-L20) as ```gradle sourceCompatibility = 11 targetCompatibility = 11 ``` Why does the build matrix include OracleJDK / OpenJDK 8, 9...

Hello @lbadam I am afraid I do not understand your question. All I am suggesting is to guide the user, starting with printing the offending `code point`. Here's my limited...