Kalin-Rudnicki
Kalin-Rudnicki
The branch is here: https://github.com/Kalin-Rudnicki/Oxygen/tree/c25e369 `sbt jvm-test-compile` uncomment this to see generated code: (`K0.scala`) ```scala val res = sumDeriver[A].derive // TODO (KR) : uncomment this to see generated code //...
The issue was not changing the symbol owner on the RHS to be the val symbol. For some reason, `val` and `var` dont die when this happens, but `lazy val`...
seems to only happen with the `assertTrue`, `assert(_)(equalTo(_))` does not have this issue
Let me know if the code implementation is acceptable, and if so, I will add docs for it.
@pablf ccing you here because wasnt able to properly @ you in discord
@pablf can you please advise where you would recommend adding notes about `FileOptions` to the cli help docs?
@pablf After trying to add tests for more complex commands, I realized that I think its sub-par to do `command.names.headOption` in order to decide what `.command` file to look for....
Im going to pursue the `unique top level` option
Does this seem reasonable, or do you have any recommendations of how to phrase it more clearly/concisely: ``` USAGE $ test-command --text File options will parsed from files named '.test-command'...
Not sure what the correct way to add this is so that it doesnt fail that bincompat test. Could use some advisement on that