Results 106 comments of Dave Brophy

I don't think this is a huge problem in real-world usage... Probably not big enough to further complicate the library. If you really need to emit a numeric const that...

I don't believe that is possible.

This would be great, but more appropriate as a standalone utility - e.g. not integrated into the jennifer codebase. Similar to my [html2vecty](https://github.com/dave/html2vecty) utility for doing the same thing with...

Yes it would be useful. Feel free to fork html2vecty and use that as a base...

Wow this looks great! Won't have time to look at it today or tomorrow but Friday I can have a good play.

p.s. Are you set on the jenjen name? The jennifer project has a [genjen package](https://github.com/dave/jennifer/tree/master/genjen) that generates the API... might be rather confusing...

Awesome. I took a very quick look at the code and it looks great!

I understand, and yes this feels like a bug... I'll have a think about the best solution.

I don't think jennifer is the right tool for this. Manipulating existing files is a problem, and one I'm currently working on with https://github.com/dave/dst

Once the `dst` package is all working, I'm planing to align `dst` and `jennifer` a bit better, so it'll be simple to load a source file, and replace or modify...