Sameer Deshmukh

Results 111 issues of Sameer Deshmukh

Getting the names of the gems that use a given gem and the version number of the gem that the dependents use is useful information for gem writers. It would...

In ipython it is possible to paste an entire method into the console and go up/down and edit the method as per your needs, and then load the method into...

feature

This goes wrong. Which it should not. ``` class String def blank?(str string) char *s = string int i = 0 while i < string.size do return false if s[i]...

bug: major

Rubex was written in a bit of hurry, so parts of the code base are quite messy. Identify these smelly parts and refactor them with better design. Refer to Martin...

enhancement
difficulty: novice
difficulty: moderate
C
Ruby
Parser

Most new features in Rubex are not well documented yet. Here's list: - [x] CLI interface (being looked at by @shaunakpp). - [x] Releasing the GIL. - [ ] Constant...

documentation

enhancement
difficulty: moderate
C
Ruby
Parser

Various methods for catching errors exist in compilers. Document best approaches for doing so in this issue and tackle the following problems in error reporting: - [ ] Print location...

enhancement
help wanted
question
difficulty: moderate
C
Ruby
Parser

For example, the `deallocate` function for attached classes must not take in arguments and must be of return type `void`. Similar constraints exist for the others as well. These must...

enhancement
difficulty: novice
C
Ruby

Rubex should support single line if-else with `? :` operator and it should directly compile into C `? :`.

enhancement
difficulty: novice

General checklist of things to setup: - [x] Travis CI for linux and macOS - [ ] Gitter - [x] Rubygems version - [ ] Code Climate - [ ]...

enhancement
difficulty: novice