Ryan Leckey

Results 194 comments of Ryan Leckey

Would love some ideas on how to make the finder look nice for multi-path projects.

`;` is a binary operator in coffee-script. I don't believe @michaelficarra wants it to be able to be used as a null statement but I could be wrong.

My perfect code must compile. ``` coffee bar = (x) -> x+=32;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;x+3;;;;;;;;x-=4;;; ;;;;;;;;;;;;;;;;;;x==3;;;;;; ;;;;;;;;x-51;;;;;;;;;;;;;;;; ``` In all seriousness I suppose it does make sense to allow the semicolon operator...

###### https://github.com/jashkenas/coffee-script/blob/master/documentation/coffee/existence.coffee The error here occurs in the following conditions: - The file has at least one line with valid syntax - The file doesn't end with a new line...

###### https://github.com/jashkenas/coffee-script/blob/master/examples/underscore.coffee ``` coffee # Works do -> return a.source is b.source and a.global is b.global # Works do -> a.source is b.source and a.global is b.global # Doesn't work...

That is very sad. My condolences to his wife and children. He will be missed. I'll do my part and see if I can't at least keep an eye on...

`ide-rust` directly depends on this and @alexheretic now (and for quite some time) maintains it so he might have time and interest to help here

My primary reason is mbox has an extensive test suite. Otherwise, no, there is no strong reasoning.

@SSheldon Read through https://github.com/rust-lang/rust/issues/35896#issuecomment-407836572 --- From what I understand, you want to mark _internal_ macros as `#[macro_export(local_inner_macros)]`. This will let `#[macro_use(sel)]` work as expected in Rust2015 and as expected in...

To be clear on Atom, both `langaugeserver-rust` and `ide-rust` would need `language-rust` and `atom-ide-ui` installed for them to work ( `ide-rust` now will install the dependencies automatically so you don't...