Kevin Brightwell

Results 178 comments of Kevin Brightwell

At this time, I don't think there's much active contributions. I'd be glad to review PRs! In my opinion, it'd make sense to generate the sources _into_ `testFixtures` source set...

This seems like it'd be fairly trivial to update the path: https://github.com/assertj/assertj-generator-gradle-plugin/blob/main/src/main/kotlin/org/assertj/generator/gradle/AssertJGeneratorGradlePlugin.kt#L46-L47 We'd likely need to create a new `Extension` that is applied to each `Project`, i.e. https://docs.gradle.org/current/userguide/implementing_gradle_plugins_binary.html#capturing_user_input_to_configure_plugin_runtime_behavior We probably...

Interestingly, this works fine: ``` c++ _lua.set_function("test_table", [](sol::table table) { std::string a = table["a"]; std::cout

I had a feeling.. Once JUnit 5 stabilizes their parameterized testing, hopefully it means this library isn't needed anymore and no more maintenance. 🙌

> @Nava2 Thanks for your interest in the project. Indeed it could be useful to be able to apply similar logic to other CI platforms. However, there are features of...

https://github.com/Nava2/gradle-actions/pull/18/files here is an example of some abstraction

> > Which features in particular are you referencing? I think with enough elbow grease anything could technically be implemented. > > [some properties of the GitHub Actions cache](https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#properties-of-the-github-actions-cache) >...

Reported by @umple on 2011-06-24 20:38:51 - **Labels added**: Component-UmpleOnline, layout

Intermittent issue. Reproducible sometimes by doing this: 1) Using only the drag and drag feature, not textual input, create 3 classes (empty). 2) Create an association between the last and...

See also issue 180 which subsumes this. The idea is that if there is positioning information, then the class 'still exists' --- Reported by @umple on 2012-03-01 21:52:48