Laird Nelson

Results 158 comments of Laird Nelson

See https://github.com/microbean/microbean-helm/wiki/Work-Area#porting-notes

Something is odd here; note that this line in the relevant unit test works: https://github.com/microbean/microbean-helm/blob/183f5f533466812aa00aea5a4c9bc0e6f844c6c6/src/test/java/org/microbean/helm/chart/TestHelmIgnorePathMatcher.java#L114 It is called here: https://github.com/microbean/microbean-helm/blob/183f5f533466812aa00aea5a4c9bc0e6f844c6c6/src/main/java/org/microbean/helm/chart/HelmIgnorePathMatcher.java#L98 I wonder if it is a JDK version thing? Do...

It's going to be a problem in your `.helmignore` file, or a problem that this class has reading it (perhaps still a legitimate bug). It is not the default constructor...

This gets weirder and weirder. Note that the Travis build (Linux) passes: https://travis-ci.org/microbean/microbean-helm/jobs/432367395#L821 It is running with JDK 8 build 151: https://travis-ci.org/microbean/microbean-helm/jobs/432367395#L441 But I note that now on my (Mac)...

Hmm, even weirder. I can now reproduce this error at will on my laptop using JDK 8 builds 144, 162 and 181. There is definitely a bug in here somewhere....

Somewhat more level-headed refinement: I can't reproduce the error actually described here. And I can make all the tests pass if I run `mvn test` instead of `mvn test -Dtest=TestHelmIgnorePathMatcher`....

Hello; thanks for using microBean Helm. I like the general idea here; since what you want to do is not prohibited currently, I'd like to let this sit for a...

I'm going to start by adding the ability to take in a `Function