Peter Palaga

Results 444 comments of Peter Palaga

You mean we should start using Camel test-infra instead of our custom `ContainerResourceLifecycleManager`s? Can test-infra set the environment for the test that runs in a separate JVM?

I think we should have these versions in the top level pom.xml and pass them to surefire/failsafe via properties. Having them in top level pom.xml somewhere near the related Maven...

Having every language specific rule to pass the voting here at the EditorConfig level is very impractical. What we need is an offcial EditorConfig support for property namespaces. Having that,...

I do not think `^` has any special meaning in editorconfig globs. Maybe you mean `!` which is documented in https://editorconfig.org/#wildcards +1 for `[a-c]` character range that is indeed not...

> Well, I checked in implementation in Intellij IDEA and Visual Studio, both treat ^ as !. Are there any implementations which don't? editorconfig-core-test [1] is the only formal .editorconfig...

Let me confess that I am just a fellow community member here trying to help to sort things out. > tests and specifications are different things +1, but the sad...

> I would see this as a missing test case, but I'm worried that if we add this, many existing cores may fail. On the other hand, if we change...

I find it useful to have an option to trim a line only if it is new or modified. Ad compatibility: A separate `trim_trailing_whitespace_scope` attribute would change the meaning of...

> * Using semver for all repos Please define "all repos". > * Defining the version of the specification as the version of editorconfig-core-test +1 as long as we do...

> ### MINOR > * Additions, updates or removals to or from the SPEC that conclude an addition to the CORE as well. Could you please rephrase "conclude an addition...