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

Remove nsjsonserialization #214

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

djberg96
Copy link
Contributor

@djberg96 djberg96 commented Mar 17, 2024

Upon further review, nsjsonserialization was for MacRuby, which is long defunct:

https://github.com/MacRuby/MacRuby/blob/master/README.rdoc

https://developer.apple.com/documentation/foundation/nsjsonserialization

There is something called RubyMotion, but beyond some failed tinkering I've never really tried it, nor am I sure it would use the nsjsonserialization adapter anyway, as it's apparently more of a cross-platform environment for mobile apps. So, unless there's any objection, I think it's best to just remove it.

While I was here I fixed the Rakefile. There is no "standard/rake" that I'm aware of, and that fails for me locally. It's just "rake".

@sferik
Copy link
Member

sferik commented Mar 19, 2024

standard/rake comes from the standard gem, which is in the Gemfile and should not cause an error. What error were you seeing? Does it go away if you run bundle exec rake?

@sferik
Copy link
Member

sferik commented Mar 19, 2024

In general, pull requests should only do one thing. If all this PR did was remove NSJSONSerialization, it would already be merge.

@djberg96
Copy link
Contributor Author

djberg96 commented Mar 19, 2024

I guess I didn't do a bundle install. Ok, I put the "standard" back.

@djberg96 djberg96 changed the title Remove nsjsonserialization, fix rake Remove nsjsonserialization Mar 19, 2024
@sferik
Copy link
Member

sferik commented Mar 21, 2024

Can you please fixup these commits so there's only one?

@djberg96 djberg96 force-pushed the remove_nsjonserialization branch from 950d002 to 24e8ac3 Compare March 21, 2024 00:54
@djberg96
Copy link
Contributor Author

@sferik ok done

@sferik sferik merged commit 0423d3b into intridea:master Mar 21, 2024
7 checks passed
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.

2 participants