François Farquet
François Farquet
> Do you think outputting a file by default is a reasonable idea? Since this has no impact on benchmarking, I think whatever makes it more convenient for users is...
Projects like [GraalVM](https://github.com/oracle/graal/tree/master/compiler/ci_common) use the `.hocon` extension. I think it would make sense to make it a first class citizen in the official hocon implementation since it's a very unambiguous...
ping @lihaoyi-databricks. Looks like many jsonnet projects rely on `*.libsonnet` files ([GraalVM](https://github.com/oracle/graal) is one such project). This plugin is awesome and useful, but default extension recognition of all files would...
Good point. According to the [specification](https://github.com/lightbend/config/blob/master/HOCON.md#include-semantics-file-formats-and-extensions) : ``` Implementations may support including files in other formats. [...] If a filename has no extension, the implementation should treat it as a...
> However, it ultimately looks like recognizing .hocon files by default would be against the default behaviour of the most popular HOCON implementation... My point is that it is **very**...