Skip to content

Conversation

GordonSmith
Copy link

@GordonSmith GordonSmith commented Feb 18, 2024

Not a complete fix, but at least allows "obserable build" to execute on windows (only tested in a git bash shell)

@Fil
Copy link
Contributor

Fil commented Mar 2, 2024

Is this still useful after #944?

@@ -19,6 +19,7 @@ const languages = {
".R": ["Rscript"],
".rs": ["rust-script"],
".go": ["go", "run"],
".cmd": ["cmd", "/c"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be nice as a standalone PR.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See: #969

@GordonSmith
Copy link
Author

@Fil - #944 obsoletes this PR - closing.

@GordonSmith GordonSmith closed this Mar 4, 2024
@Fil
Copy link
Contributor

Fil commented Mar 4, 2024

Thanks! We also plan to have a configurable list of interpreters (#935). I'm not sure we should add cmd (Windows command) or osascript (AppleScript), though, but that's debatable.

@GordonSmith
Copy link
Author

@Fil - #944 should superceed this!

Thanks! We also plan to have a configurable list of interpreters (#935). I'm not sure we should add cmd (Windows command) or osascript (AppleScript), though, but that's debatable.

I would have thought cmd on Windows is equivalent to sh on Linux?

@Fil
Copy link
Contributor

Fil commented Mar 4, 2024

ah, maybe—I don't know windows at all

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

Successfully merging this pull request may close these issues.

3 participants