Kotlin / kotlin-spec

Kotlin Language Specification:
https://kotlinlang.org/spec
Apache License 2.0
387 stars 80 forks source link

README.md: tweak wording #104

Open SamB opened 2 years ago

SamB commented 2 years ago

There's no need to use "irregardless" when we have "regardless".

(I'm actually just trying to trigger a build failure without changing any of the moving parts, so I just made this tweak because it was bugging me anyway.)

SamB commented 2 years ago

Oh. Is there no automated CI on PRs here?

ice-phoenix commented 2 years ago

Hey mate, thanks for your interest in the Kotlin spec =)

Oh. Is there no automated CI on PRs here?

Nope, we never had the need for them previously.

I'm actually just trying to trigger a build failure without changing any of the moving parts

What's your endgame here, i.e., what exactly are you trying to achieve?

SamB commented 2 years ago

I was just trying to let you guys know that antlr 4.10 broke the runtime ABI, and that seems to have broken the spec build process. A failed CI build seemed like it would be a good way to do that.

ice-phoenix commented 2 years ago

Yeah, we know about that break and the workaround fix is in the pipeline together with the changes for the 1.7.0 spec release. In the meantime I recorded your suggestion as #105. Thanks!