Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dubinsky
Copy link
Contributor

Marked a couple of test dependencies as such in project/Deps.scala.

The rest of this pull request fixes some typos; the only change to the actual code is in project/Build.scala, where the spelling of the names of two private methods - setDepenency and setDepenencyForCurrentBinVersion - was corrected.

Marked a couple of test dependencies as such in `project/Deps.scala`.

The rest of this pull request fixes some typos; the only change to the actual code is in `project/Build.scala`, where the spelling of the names of two private methods - `setDepenency` and `setDepenencyForCurrentBinVersion` - was corrected.
Copy link
Member

@ekrich ekrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR. Can I ask how you did this? - seems like you'd need a grammar/spell checker.

Couple of small items if you agree. O.w. LGTM

- Implement java.net DatagramSocket and DatagramPacket
[\#3614](https://github.com/scala-native/scala-native/pull/3614)
([RustedBones](https://github.com/RustedBones))
- Fix #3657: Remove a number of java.net defects
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one might be okay as I think it matches the PR and the English is ok.

- Implement java.net DatagramSocket and DatagramPacket
[\#3614](https://github.com/scala-native/scala-native/pull/3614)
([RustedBones](https://github.com/RustedBones))
- Fix #3657: Remove a number of java.net defects
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too

function that needs to be called before invoking any code defined in
Scala Native. It returns `0` on successful initialization
and non-zero value in the otherwise.
and non-zero value otherwise.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
and non-zero value otherwise.
and a non-zero value otherwise.

* may be available.
*
* Scala Native currently (2024-03) uses Unicode version 13.0.
* Unicode 15.1 was released in September, 2023.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "in" is ok for a month but "on" is certainly correct for an exact day.

Marked a couple of test dependencies as such in `project/Deps.scala`.

The rest of this pull request fixes some typos; the only change to the actual code is in `project/Build.scala`, where the spelling of the names of two private methods - `setDepenency` and `setDepenencyForCurrentBinVersion` - was corrected.
@dubinsky
Copy link
Contributor Author

Thanks for this PR. Can I ask how you did this? - seems like you'd need a grammar/spell checker.

I ran Code Inspection in IntelliJ IDEA ;)

Couple of small items if you agree. O.w. LGTM

You are right on all of them!
Pushed the requested changes.

@WojciechMazur WojciechMazur merged commit 064b77c into scala-native:main Jul 31, 2025
34 checks passed
@dubinsky
Copy link
Contributor Author

Thanks!!

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.

3 participants