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

refactor: Rewrite unicode arrow #1648

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

eed3si9n
Copy link
Member

@eed3si9n eed3si9n commented Nov 10, 2024

Here's an offshoot from sbt 2.x migration #1647

Problem

The unicode arrow is deprecated.

Solution

This rewrites it to =>.

@eed3si9n eed3si9n marked this pull request as ready for review November 10, 2024 23:12
**Problem**
The unicode arrow is deprecated.

**Solution**
This rewrites it to `=>`
}
val expectedImage = (JDKPackager / target).value / "bundles" / (name.value + extension)
println(s"Checking for '${expectedImage.getAbsolutePath}'")
assert(expectedImage.exists, s"Expected image file to be found at '$expectedImage'")

val files = os match {
case 'mac
case 'mac =>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Speaking of deprecated features, I see there are symbol literals in the codebase

@dwickern dwickern merged commit b4688c6 into sbt:master Nov 11, 2024
16 checks passed
@dwickern
Copy link
Collaborator

Thanks!

@eed3si9n eed3si9n deleted the wip/unicode-arrow branch November 11, 2024 04:02
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