Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

see if it's possible to upgrade to Scala 2.13 and then we can cross compile #170

Open
outkaj opened this issue Jul 26, 2019 · 3 comments
Open
Assignees

Comments

@outkaj
Copy link
Contributor

outkaj commented Jul 26, 2019

for 2.12 and 2.13

@outkaj outkaj self-assigned this Jul 26, 2019
@outkaj
Copy link
Contributor Author

outkaj commented Aug 9, 2019

I played around with this recently. Not quite there yet, getting compile errors on our custom types such as:

found   : org.adridadou.openlaw.OpenlawString
[error]  required: String
[error]         case Some(value:OpenlawString) => cast(value, executionResult)

and not quite clear why to me. Seems lower priority for now.

@craig-openlaw
Copy link
Contributor

What file/line is that? Might be a change in implicit resolution that's affecting the type class.

@outkaj
Copy link
Contributor Author

outkaj commented Sep 16, 2019

@craigwblake-openlaw I think @adridadou has done some work on this in a branch which is more recent than what I've done.

Seems like it's not a super high priority atm though given instability of some of other related deps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants