joinLn => joinln?

Suddently my SharpScript scripts stopped working.

I noticed there was a change to: joinLn to joinln (all lower case).

Do you think it has to do with my version?
I remember been playing around with the new AutoCRUD feature.

Thanks,

It was always joinln, never joinLn.

There was a caching bug fixed in this version where the cache key for the compiled delegate was case-insensitive which let you use an incorrect case that needed to be fixed as it was resolving the incorrect method when multiple methods of the same name but different casing was used.

1 Like

It seems like this is also throwing an error:

```code
arr = [] |> end
```

It was not before.

I changed it to syntax:
[] |> to => arr

So no worries, this is not urgent for me.