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

path resolution fails on Windows #329

Open
zvmsbackend opened this issue Aug 5, 2023 · 0 comments
Open

path resolution fails on Windows #329

zvmsbackend opened this issue Aug 5, 2023 · 0 comments

Comments

@zvmsbackend
Copy link

On windows, the racks compiler produces javascript code like

import * as $rjs_core from '..\runtime\core.js';import * as M0 from "..\collects\racket\private\stream-cons.rkt.js";...

which is invalid in js.

This was caused by the direct use of format on path object in procedure racketscript-compiler/compiler/assembler.rkt/assemble-requires*. I think simply adding a string-replace would solve the problem.

However, this is yet to be solved till now. A similar issue (#249) has been posted two years ago, but closed unintentionaly.

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

No branches or pull requests

1 participant