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

Print Output Path for racks #335

Open
abhillman opened this issue Dec 12, 2023 · 0 comments
Open

Print Output Path for racks #335

abhillman opened this issue Dec 12, 2023 · 0 comments

Comments

@abhillman
Copy link

abhillman commented Dec 12, 2023

ahillman@mbp rs % find . -name module.rkt.js
./js-build/modules/module.rkt.js

Running racks does not print the output path:

ahillman@mbp rs % racks scratch/module.rkt
[info] RacketScript root directory: /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/
[info] Resolving module dependencies and identifiers... 
[info][expand] /Users/ahillman/Development/rs/scratch/module.rkt
[info][freshening module forms] module
[info][absyn] module
[info][il] module
[info][assemble] /Users/ahillman/Development/rs/scratch/module.rkt
[info][expand] #%runtime
[info][freshening module forms] runtime
[info][absyn] runtime
[info][il] runtime
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/runtime.rkt
[info][expand] #%place-struct
[info][freshening module forms] place-struct
[info][absyn] place-struct
[info][il] place-struct
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/place-struct.rkt
[info][expand] #%unsafe
[info][freshening module forms] unsafe
[info][absyn] unsafe
[info][il] unsafe
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/unsafe.rkt
[info][expand] #%core
[info][freshening module forms] core
[info][absyn] core
[info][il] core
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/core.rkt
[info][expand] #%main
[info][freshening module forms] main
[info][absyn] main
[info][il] main
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/main.rkt
[info][expand] #%foreign
[info][freshening module forms] foreign
[info][absyn] foreign
[info][il] foreign
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/foreign.rkt
[info][expand] #%extfl
[info][freshening module forms] extfl
[info][absyn] extfl
[info][il] extfl
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/extfl.rkt
[info][expand] #%utils
[info][freshening module forms] utils
[info][absyn] utils
[info][il] utils
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/utils.rkt
[info][expand] #%boot
[info][freshening module forms] boot
[info][absyn] boot
[info][il] boot
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/boot.rkt
[info][expand] #%read
[info][freshening module forms] read
[info][absyn] read
[info][il] read
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/read.rkt
[info][expand] #%flfxnum
[info][freshening module forms] flfxnum
[info][absyn] flfxnum
[info][il] flfxnum
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/flfxnum.rkt
[info][expand] #%paramz
[info][freshening module forms] paramz
[info][absyn] paramz
[info][il] paramz
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/paramz.rkt
[info][expand] #%network
[info][freshening module forms] network
[info][absyn] network
[info][il] network
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/network.rkt
[info][expand] #%builtin
[info][freshening module forms] builtin
[info][absyn] builtin
[info][il] builtin
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/builtin.rkt
[info][expand] #%linklet-primitive
[info][freshening module forms] linklet-primitive
[info][absyn] linklet-primitive
[info][il] linklet-primitive
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/linklet-primitive.rkt
[info][expand] #%kernel
[info][freshening module forms] kernel
[info][absyn] kernel
[warning] Implementation of identifier not not found in module #%runtime!
[info][il] kernel
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/kernel.rkt
[info][expand] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/lib.rkt
[info][freshening module forms] lib
[info][absyn] lib
[info][il] lib
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/lib.rkt
[info][expand] #%place
[info][freshening module forms] place
[info][absyn] place
[info][il] place
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/place.rkt
[info][expand] #%futures
[info][freshening module forms] futures
[info][absyn] futures
[info][il] futures
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/futures.rkt
[info][expand] /opt/homebrew/Cellar/minimal-racket/8.10/share/racket/collects/racket/private/modbeg.rkt
[info][freshening module forms] modbeg
[info][absyn] modbeg
[info][il] modbeg
[info][assemble] /opt/homebrew/Cellar/minimal-racket/8.10/share/racket/collects/racket/private/modbeg.rkt
[info][expand] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/private/interop.rkt
[info][freshening module forms] interop
[info][absyn] interop
[info][il] interop
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/private/interop.rkt
[info][expand] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/kernel.rkt
[info][freshening module forms] kernel
[info][absyn] kernel
[warning] Implementation of identifier not not found in module #%runtime!
[info][il] kernel
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/kernel.rkt
[info][expand] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/directive.rkt
[info][freshening module forms] directive
[info][absyn] directive
[info][il] directive
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/directive.rkt
[info][expand] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/syntax.rkt
[info][freshening module forms] syntax
[info][absyn] syntax
[info][il] syntax
[warning] missing reachable binding error #%kernel
[warning] missing reachable binding error #%kernel
[info][assemble] /Users/ahillman/Development/racketscript/racketscript-compiler/racketscript/compiler/runtime/syntax.rkt
[info] Finished.
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