Li Haoyi

Results 22 comments of Li Haoyi

I am personally somewhat doubtful of this. Cross-version sources have worked well enough, are supported by every build tool (SBT, Mill, our Bazel build at work), and encourage the best...

> Building for two platforms should mean just building two branches. I've tried this, it's not a great solution. You lose all sorts of things doing things in multiple git...

> Well for starters, its a workaround. Traits are a language level abstraction for structuring your code. Its not designed for dealing with breaking differences between different Scala versions. Its...

Good point, my example is incorrect. It still would be nice to print the same thing as everyone else though

I just hit this in a work project, hope someone can figure out a solution :)

bump @eed3si9n, are there any blockers from merging this? We've been using this internally with good success, and expect it would provide a lot of value to the broader community...

Here's a minimal-ish repro I put together after just running into this in another context: ```python # BUILD.bazel py_binary( name = "test-py-binary-1", main = "source.py", srcs = ["source.py"], deps =...

Sure I'm monitoring this repo. It should be a trivial fix, but so far nobody has sent a PR that's in a mergeable state, so it hasn't been fixed

@Datamance probably somewhere here https://github.com/databricks/intellij-jsonnet/blob/master/src/com/jsonnetplugin/JsonnetFileTypeFactory.java#L15

@Datamance got it, sorry I must be mixing up issues. The parsing issue should be fixed by making the `objinside` call here https://github.com/databricks/intellij-jsonnet/blob/master/resources/com/jsonnetplugin/Jsonnet.bnf#L39 optional via `objinside?` , similar to the...