-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement greedy versioning. Refactor versioning logic. (#10)
* Implement eager versioning. Refactor versioning logic. * Add --version-limit and --greedy-versioning command-line args
- Loading branch information
Showing
7 changed files
with
90 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,4 +96,15 @@ The core of CRuby's interpreter logic is found in: | |
|
||
## Contributing | ||
|
||
We welcome open source contributors. If you are interested in contributing to this project, please contact Maxime Chevalier [(@Love2Code) via twitter](https://twitter.com/Love2Code) or by email ([email protected]). You can also feel free to open new issues to report bugs or just to ask questions. Suggestions on how to make this readme file more helpful for new contributors are most welcome. | ||
We welcome open source contributors. You should feel free to open new issues to report bugs or just to ask questions. | ||
Suggestions on how to make this readme file more helpful for new contributors are most welcome. | ||
|
||
Bug fixes and bug reports are very valuable to us. If you find bugs in YJIT, it's very possible be that nobody has reported this bug before, | ||
or that we don't have a good reproduction for it, so please open an issue and provide some information about your configuration and a description of how you | ||
encountered the problem. If you are able to produce a small reproduction to help us track down the bug, that is very much appreciated as well. | ||
|
||
If you would like to contribute a large patch to YJIT, we suggest opening an issue or a discussion on this repository so that | ||
we can have an active discussion. A common problem is that sometimes people submit large pull requests to open source projects | ||
without prior communication, and we have to reject them because the work they implemented does not fit within the design of the | ||
project. We want to save you time and frustration, so please reach out and we can have a productive discussion as to how | ||
you can contribute things we will want to merge into YJIT. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters