Sod-Almighty

Results 165 comments of Sod-Almighty

Given that this bug has existed unfixed for over a year, I assume this project - interesting and potentially useful as it may be - is dead?

See, this is what is wrong with open source. "Found a bug? Great! Let me know when you've fixed it!" If you're not prepared to maintain YOUR EXTENSION, then remove...

True. But if you're not prepared to maintain the project, you should take it down from the Atom repo.

Three years later, this is still broken. Is this project dead?

Um....you're closing an issue simply because nobody has bothered to fix the damn thing? That's stupid.

It's been over a year. Isn't it time you fixed this?

I agree it is a bug. And, to my mind, it's one caused by their insistence on writing the application in Java. If they used a "real" language - that...

Agreed. It is counter-intuitive. However, I believe what @0atman is saying is, whenever you type a line of code, that line is added to a source file somewhere and the...

Of course, this means the longer you continue at the REPL, the slower and slower compilation will become. Doesn't strike me as a particularly viable solution, to be honest.

Depends. Fake it how, exactly? Is my assumption correct? As in, the REPL currently works like this: ``` Loop { Read a line from the user Append line to a...