Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slashes in syntastic_javac_config #6

Open
Scuilion opened this issue Aug 26, 2015 · 7 comments
Open

Slashes in syntastic_javac_config #6

Scuilion opened this issue Aug 26, 2015 · 7 comments
Assignees
Milestone

Comments

@Scuilion
Copy link
Owner

Slashes in syntastic_javac_config should be forward even in Windows

@rhart92
Copy link

rhart92 commented Mar 28, 2017

Has there been any progress on making the slashes forward even in Windows? Right now, I have a script that every time the file updates, it changes all the slashes to forward but it would be nice if this was supported.

@Scuilion
Copy link
Owner Author

What version of the plugin are you using?

@rhart92
Copy link

rhart92 commented Mar 30, 2017

0.3.8

@Scuilion Scuilion added the bug label Mar 30, 2017
@Scuilion Scuilion self-assigned this Mar 30, 2017
@Scuilion Scuilion added this to the 0.3.9 milestone Mar 30, 2017
@Scuilion
Copy link
Owner Author

Scuilion commented Jul 2, 2017

The best option here may be to add a manually configurable switch to set the direction of the slash. Every time I look into this issue I feel like I get turned around. Is it running on cygwin/vim, gvim, or bash for windows. Too many use cases to test for.

@dridi
Copy link
Contributor

dridi commented Jul 3, 2017

Any reason why string.replace('\\', '/') wouldn't do the trick? Naive question, not a windows user myself.

@Scuilion
Copy link
Owner Author

Scuilion commented Jul 3, 2017

Yeah, the should do the trick. The problem I keep running into is in some configuration on windows (I can't remember now) the slashes need to be *nix style. I don't have a windows box handy. I'll have to see if I can find one and get a little more specific.

@JohnTJohnston
Copy link

One new vote to support automatic slash manipulation. I'm using git bash on Windows, and I have confirmed that forward slashes or double backslashes function correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants