-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get started with steel for curious #71
Comments
Thanks for taking an interest in steel! Nope you've done everything correctly. Looks like I have a few tests that are throwing some debug error messages, but they're not errors - just leftovers from some test stuff. I'll make sure they get removed. |
Hello! I'm also really interested in learning more about |
Hello @Alex-Muirhead - sure, all contributions are welcome! I can make some issues and label them as good first issues. Are there areas within the implementation you're looking to understand more in particular? Or just generally want some issues to tackle to get started? I can merge in my branch that has some hefty changes and then write up some issues that you could get started with |
I'm happy just to start trying with some general issues 😄 |
I'm going through and creating issues and labeling them with the Watch for those coming in the next few days, but that one is a good starting point. |
hi @mattwparas, do you think it's a good idea for me to give |
Hey @AngeloChecked sure! Go ahead with those, happy to look at any contribution. I think both of those should be doable. |
Hello there!
I'm really curious about learning more about steel. I've already begun reading the code, though I'm not sure if I'm good enough to contribute.
For now, my main focus is to grasp the overall structure and objectives of the project.
I've started build the project and run tests, but I'm open to guidance and feedback to ensure I'm on the right path.
cargo run
works perfectly and displays the REPLbut in order to run tests i spied the CI: https://github.com/mattwparas/steel/blob/master/.github/workflows/rust.yml
so i do this:
Everything seems to be working fine. However, I noticed some errors in the logs:
Did I miss something or forget to do anything specific?
thanks you!
The text was updated successfully, but these errors were encountered: