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

update scala native version #16

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

joprice
Copy link

@joprice joprice commented Oct 4, 2022

Hi I'm interested in this project but hit a few bits of coderot when trying it out and haven't yet gotten it to run an app successfully. A few issues I hit:

  • some new facilities in scala native need extra guards to avoid or allow compilation on ios: https://github.com/scala-native/scala-native/compare/0.4.x...joprice:scala-native:supportIOS?expand=1
  • unpublished objc helper lib - luckily the source jar was available and I temporarily checked it in here
  • some restructuring of unsafe and unsigned libs in scala native caused some imports to be change
  • it seems some of the files were codegen'ed, but not sure what command was used. it would be great to try to rerun that and maybe contribute fixes to the codegen to support ios/objc
  • the generated selectors for setters include invalid characters that will need to be sanitized: "Names of vals or vars may not end in _="

update scala native version
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

Successfully merging this pull request may close these issues.

1 participant