Skip to content

Modify sbt output parsing to allow .sbtopts with modified output#20

Open
kalejami wants to merge 5 commits into
scala-js:mainfrom
kalejami:main
Open

Modify sbt output parsing to allow .sbtopts with modified output#20
kalejami wants to merge 5 commits into
scala-js:mainfrom
kalejami:main

Conversation

@kalejami
Copy link
Copy Markdown

@kalejami kalejami commented Dec 13, 2023

Issue #19

Michael Kaleja added 2 commits December 13, 2023 09:52
…esult: All tests will fail because main.js path is not the expected one
… the main.js file. Also make it work for win-platform
@kalejami kalejami changed the title Modify sbt output parsing to allow .sbtopts with modified output (#19) Modify sbt output parsing to allow .sbtopts with modified output Dec 13, 2023
@cornerman
Copy link
Copy Markdown

Great that you looked into this!
An alternative might be to search for the last line starting with a /, because afaik sbt will only return absolute paths here.

@kalejami
Copy link
Copy Markdown
Author

kalejami commented Feb 5, 2024

Great that you looked into this! An alternative might be to search for the last line starting with a /, because afaik sbt will only return absolute paths here.

But probably only for non-win-platforms 🤔

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.

2 participants