Marius Soutier
Marius Soutier
Just an idea - if a record contains a single primitive value, it could extend `AnyVal` for better runtime performance.
I've encountered a problem with transitive AVDL imports that don't work because of the file order. This works: A.avdl B.avdl -> import idl "A.avdl"; C.avdl -> import idl "B.avdl"; This...
When a record is called `Product`, and this should be very common, there will be compiler errors because Product is part of the Scala standard library. It should either not...
For backwards-compatibility with Scala 2.10 (Hadoop distros sadly come with Spark on Scala 2.10), do not write out case classes but simply classes when a schema has more than 22...
IntelliJ is telling me `'final' modifier is redundant for objects`, so I guess we could remove that from the generator.
Using packages in controllers, views and so on is more realistic and should be done in the seed as well. Use package name `your.organization`.
jsRoutes naively assumes Controllers to be in the `controllers` package and ignores any sub-package.
Write a real tutorial so you can explore the app inside the Activator UI.