GitXplorerGitXplorer
k

protoc-gen-scala

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
81a4ae15f570cd6ca5e4f6b67d302b1159458dca

Merge branch 'master' of github.com:ktoso/protoc-gen-scala

kktoso committed 14 years ago
Unverified
adc602f0dcbf7013f90eae82ee9168f684abd856

readmeupdate

kktoso committed 14 years ago
Unverified
4b04713316a68f48b9a493f79749492f7303aae2

Edited README.md via GitHub

kktoso committed 14 years ago
Unverified
b548714e30f57df5ff13adbab74c5197a30003d3

Edited README.md via GitHub

kktoso committed 14 years ago
Unverified
46bac9246b7d05e88d1de561a58679c44c0dd689

small fixes

kktoso committed 14 years ago
Unverified
360b1029150511a67d027acc7f5dc7210a9f06ca

better readme

kktoso committed 14 years ago

README

The README file for this repository.

How to see how it's doing?

to see how the project is going along do:

git clone git://github.com/ktoso/protoc-gen-scala.git
cd protoc-gen-scala
gradle dist
cd dist
./runExample.sh
cat ../out/scala/test/test.proto.scala

The path may change as I'm working on full package = path support etc etc... :-)

Why?

This project was suggested as Summer of Code 2011 Idea but I somehow got to decline working on it for GSoC, but still did continue it as a student project :-) I'm also learning Scala along the way. The app will be rewritten to pure scala later on. Not now because exploring types in intellij still is kind of better in java than scala and it helps a lot when looking for "where do I get this info from?".

It's currently using Gradle but I've been checking out sbt and will most likely switch to it. It's faster and smaller... and in Scala :-) Not that I don't like Gradle but it seems kind of natural for a scala project to use sbt, so I'll do the full switch soon enough... :-)

Tips for myself

The project is likely to follw the outline as designed by this link from now on.