Haris

Results 98 comments of Haris

sounds good -- let's drop #111 in favor of #114. I don't want to maintain examples as well as compilation tests

hey @hasezoey, thanks for your patience here. I'll release 0.1.0 now.

could you give this a look? #137 Also, just to confirm, we want to manually release this time and will use semantic-release for 1.0, right?

Released `0.1.0` :rocket: Again, thanks for your patience.

@hasezoey please give this another look when you have the time. It's been a long time since we visited this, so feel free to suggest another approach entirely.

hey @AzureMarker, hope all is well. Thanks for the review :) The use case here is to allow end-users to re-export the crate for use in another crate. This is...

Thanks for considering this PR still -- I've rebased on main and resolved the conflicts. I noticed `cargo test --release` is broken on master (edit: just checked again, this is...

Anothony, thanks for introducing me to `goldenfile`. Not sure I want to buy into it though. What benefits do you see in using it apart from a seamless integration into...

Thanks for sharing those details @AnthonyMichaelTDM. For the sake of simplicity, I prefer we leave this one out. Testing the CLI/lib in two ways sounds more complicated than needs be....

> Fruit just seems to have an empty type? Yeah, this just isn't implemented (see our tests for enum). Here's the relevant section in the code: https://github.com/Wulf/tsync/blob/main/src/to_typescript/enums.rs#L226-L229 I pushed a...