Maurício Aniche

Results 84 issues of Maurício Aniche

Add some timestamp there so that people know which version they have, and what version is available in the website.

pdf

Right now, I'm using a bash script to deploy. It would be nice to have some CI that 1) let us know if we broke something, 2) deploys to GitHub...

infra

It seems that codesheriff reads things from hidden directories, like .idea, and it makes it crash. We should make sure hidden directories are ignored.

Right now, code examples are all in the same package. Maybe creating new packages, one per section, then one per chapter, will help students in quickly finding the examples of...

I'm writing a pretty complex JUnit plugin and writing lots of unit tests for it. Up to now, my plugin was a test listener. I was then able to test...

component: Jupiter
status: waiting-for-feedback
component: Test Kit
status: stale

Currently no `RunConfiguration` is set in the meta test. Each meta test then tries to find one, an exception happens, and we inject a default one. First of all, there's...

enhancement
Low priority

We don't use `ExternalProcess` as it was initially meant. We should simplify the code by getting rid of it. This is only used to unzip Selenium assignments, so we may...

Low priority
refactoring

This class doesn't seem available in Andy.

bug

We get lots of questions after the exam where students can't see exactly why their solution fails. Andy has a main method that could be used for people to run...

docs

We never calculated coverage because it was always tricky to configure Jacoco on a project that uses Jacoco as a dependency. But maybe we can make it work! We're all...

enhancement
Low priority