Félix Fischer

Results 210 comments of Félix Fischer

Allright. I'll start filling the `LinuxMain.swift` file to see what happens.

Okay, I've extended test coverage to Linux. I'll make a pull request. **Edit:** PR is live on #39 :)

If you need a DE for Linux, even if it's not Atom-based, you can check out [SDE](https://github.com/vknabel/vscode-swift-development-environment). But what Ryan is saying is true: we need more cross-platform compatibility for...

> The index looks cool. > If I was being particularly dogmatic, I'd be tempted to say though that your entry requirements should be: > Linux support is stable or...

We’re using [this watcher](https://github.com/felix91gr/FileSystemWatcher) to add support for Linux in SourceKittenDaemon. It’s a wrapper of the `inotify` C library present in the Linux kernel + a basic daemon.

Ponyboy47, the guy behind the original wrapper, has been developing a new FS Watcher [here](https://github.com/Ponyboy47/inotify). The guy really knows what he’s doing, so maybe that’s a better option. We’ll see.

I agree with @mxcl Committing generated code seems like a very bad idea. The whole point of Sourcery is that the _canonical code_ are your macros. If you’re committing generated...

@mxcl how did it go? I'm willing to help. I'm in need of generating LinuxMain files and already two people have pointed out to me that this is trivial with...

Also: @krzysztofzablocki @ilyapuchka, what's left in general to enable Linux support?

Oh no :( > mainly because Sourcery doesn't handle `#if os()` How so?