Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
feature/add impl (#6)
Browse files Browse the repository at this point in the history
* format code

* with object gen and args

* add implementation

* add rust generator

* reset generated code

* add basic output

* reset output

* add object

* add format function

* with opts

* fix vec

* add context to unwrap

* fix arguments

* with function body

* first complete generation: Still missing Vec<Obj>

* run full alpine

* add roadmap item
  • Loading branch information
kjuulh committed Feb 17, 2023
1 parent 2eb0277 commit 4a4c03f
Show file tree
Hide file tree
Showing 30 changed files with 2,342 additions and 1,588 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Work in progress. This is not ready for usage yet
- [x] Querier
- [x] Context
- [x] Deserializer for nested response (bind)
- [ ] Add codegen to hook into querier
- [x] Add codegen to hook into querier
- [ ] fix build / release cycle
- [ ] general api stabilisation
- [ ] document usage
Expand Down
155 changes: 0 additions & 155 deletions crates/dagger-codegen/src/codegen.rs

This file was deleted.

Loading

0 comments on commit 4a4c03f

Please sign in to comment.