Skip to content

playground-exec doesn't work under windows. #10

@IraCasper

Description

@IraCasper

windows CMD doesn't automatically expand *, and go run doesn't either, so M-x compile go run *.go doesn't work, giving this error

CreateFile *.go: The filename, directory name, or volume label syntax is incorrect.

which is the same as running go run *.go under CMD or Powershell. Though saving the file and then running M-x eshell go run *.go works fine, of course, as a stopgap work around.

I suspect *.go needs to get expanded before being passed to M-x compile, or some other method used to run the playground.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions