mbj / stratosphere

Haskell EDSL and type-checker for AWS CloudFormation templates
MIT License
162 stars 19 forks source link

Next release #223

Closed pbrisbin closed 3 weeks ago

pbrisbin commented 1 year ago

Hi there-

I was trying to use the Tags property on LogGroup and it looks like v0.60 doesn't know about it, but main does. Are you planning on a release any time soon?

mbj commented 1 year ago

@pbrisbin Yes, but I'm quite busy commercially. I mostly use the git references ATM.

There are 2 big things left before I could release:

  1. Figure out on how to use the GHC AST to render comments, to bring docs back after the re-write of the generator into split packages and a different generation backend.
  2. Script up the release of the new massive amount of packages.

As my current clients are okay we use the git references, and I have almost no time for OSS ATM: You can help in doing 1) or 2), alternatively you can also do 3) sponsor me (better make the org that relies on it sponsor me) on GH and this will give me more time I can spend towards these goals.

Also you have the option to use git references?

mbj commented 11 months ago

I've figured out module haddoc comments via the AST based generator. But the regular annotation fields cannot be nicely used to generate documentation without constructing the AST witht source locations, and this is something I explicitly want to avoid.

I'm looking at other AST (and AST wrappers) to improve this.