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

Release v7.1.2 #4336

Merged
merged 3 commits into from
Nov 22, 2018
Merged

Release v7.1.2 #4336

merged 3 commits into from
Nov 22, 2018

Conversation

lildude
Copy link
Member

@lildude lildude commented Nov 22, 2018

A small quick patch release to update the Kotlin grammar to address the request in #4329 and fix Kotlin syntax highlighting.

Once deployed on GitHub.com, this will render correctly:

class PostalAddress(
  val streetAddress : String,
  val city : String,
  val zip : String,
  val state : USState?,
  val country : Country
) {
   assert {(state == null) xor (country == Countries["US"]) }
}

class PhoneNumber(
  val country : Country,
  val areaCode : Int,
  val number : Long
)

Fixes #4329

/cc @nishtahir @DanielJette

@lildude lildude merged commit cd8412d into master Nov 22, 2018
@lildude lildude deleted the release-v7.1.2 branch November 22, 2018 15:39
@lildude
Copy link
Member Author

lildude commented Nov 22, 2018

This release is now live on GitHub.com and the sample in the OP is now rendering correctly.

@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hotfix for Kotlin syntax highlighting
6 participants