Carlos Rodriguez Guette

Results 4 comments of Carlos Rodriguez Guette

@robrohan I also had the very same problem but with another `ob-*` package as mentioned here https://github.com/brotzeit/rustic/issues/93#issuecomment-586688568 and the documentation fix was: https://github.com/brotzeit/rustic/commit/f387594773ce68f30e3f15f041b64c0214a277a3#diff-04c6e90faac2675aa89e2176d2eec7d8R71-R74 It would be nice to mention that...

```shell $ mill init com-lihaoyi/mill-scala-hello.g8 No mill version specified. You should provide a version via '.mill-version' file or --mill-version option. Using mill version 0.12.8 [build.mill-61/65] compile [build.mill-61] [info] compiling 1...

@lihaoyi something like this should succeed in `MillInitTests`: ```scala test("Mill init works for g8 templates without explicit interactive") - integrationTest { tester => import tester._ // pass "example" to eval...

So a new test in `MillInitTests` like this should pass: ```scala test("Mill init works for g8 templates only with explicit interactive") - integrationTest { tester => import tester._ eval(("-i", "init",...