obi1kenobi / trustfall

A query engine for any combination of data sources. Query your files and APIs as if they were databases!
Apache License 2.0
2.38k stars 69 forks source link

Stubgen: Explain what "Trustfall invariants" we're testing in emitted test code #578

Open obi1kenobi opened 6 months ago

obi1kenobi commented 6 months ago

It isn't obvious what is and is not being tested here. Consider emitting a comment in the generated code that explains what is being tested there.

devshDotTech commented 1 month ago

Hello @obi1kenobi I am new to open source, can you help me with this issue, i want to learn how to contribute to projects, I know how to use git, i know JavaScript and React.js

obi1kenobi commented 1 month ago

Hi @devshDotTech, unfortunately this is a Rust project and a pretty complex one at that, so not a great fit if you are just starting out with your open source learning journey.

Since you are more familiar with JavaScript and React.js, I think you'd find it easier to get started with open source by contributing to projects in those ecosystems instead of trying to also learn Rust and code-generation techniques at the same time.

devshDotTech commented 1 month ago

Alright @obi1kenobi , i will try to find a repo that has JavaScript projects. Thanks for the insight.