Hello i’m trying to integrate Arrow Optics in my p...
# arrow
d
Hello i’m trying to integrate Arrow Optics in my project but there’s something that doesn’t work. When build Androdi Studio shows me this error with generated code : As you can see my package is starting with
it.facile....
and seems that for this reason it can’t recognize it as a valid pacakge but as the input of the lambda.
Maybe i’m doing something wrong but i can’t get what could be.
s
Oof, it's because the package starts with
it
, and
it
is a keyword inside of the lambda 😅 😅
Hey Daniele! ☺️
Nice avatar!
p
Could generate with an explicit parameter name instead of
it
?
s
yes, that's probably a lot safer @phldavies
What version is this Daniele?
d
🙂 Thanks Simon, nice to “see” again. 🙂
The version is the last stable 1.2.4
s
I am going to make a bug report for this. Only workaround is temporarily changing package 😕
d
Ok, thanks a lot for the quick response. 🙂 Maybe I’ll try to fix it my self and submit a PR but i’m new to arrow code and i don’t know if this could be a daunting or complex task . In the meantime, thanks again 🙂
d
Oh! I’l try that and let you know in case. Thanks a lot 🙂
I can confirm it’s fixed in
2.0.0-alpha.2
Thank you all for being so fast 🙂