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

feat: separated forced transpilation from --multiprocess #22301

Merged
merged 2 commits into from Apr 30, 2024

Conversation

samgermain
Copy link
Member

  • enables calling build/transpile.js with --multiprocess without forcing the transpilation of all exchanges
  • npm commands using --multiprocess had --force added as well

npm commands using --multiprocess had --force added as well
@carlosmiei
Copy link
Collaborator

did you test it?

image

@samgermain
Copy link
Member Author

did you test it?

image

I did, whats the problem

did you test it?

image

I did but I missed that, sorry, it's fixed

% node build/transpile.js --multiprocess  
starting 12 new processes... (parallelizeTranspiling @ transpile.js:2942)
Already transpiled alpaca.ts (transpileDerivedExchangeFile @ transpile.js:1531)
Already transpiled bitbns.ts (transpileDerivedExchangeFile @ transpile.js:1531)
Already transpiled bitso.ts (transpileDerivedExchangeFile @ transpile.js:1531)
Already transpiled cex.ts (transpileDerivedExchangeFile @ transpile.js:1531)
Already transpiled cryptocom.ts (transpileDerivedExchangeFile @ transpile.js:1531)
Already transpiled hollaex.ts (transpileDerivedExchangeFile @ transpile.js:1531)
Already transpiled kuna.ts (transpileDerivedExchangeFile @ transpile.js:1531)
% node build/transpile.js --multiprocess --force
starting 12 new processes... (parallelizeTranspiling @ transpile.js:2942)
{ force: true } (transpile.js:2982)
Transpiling from bequant.ts (transpileDerivedExchangeFile @ transpile.js:1511)
Transpiling from binancecoinm.ts (transpileDerivedExchangeFile @ transpile.js:1511)
Transpiling from binanceusdm.ts (transpileDerivedExchangeFile @ transpile.js:1511)
Transpiling from binanceus.ts (transpileDerivedExchangeFile @ transpile.js:1511)
Transpiling from ace.ts (transpileDerivedExchangeFile @ transpile.js:1511)
Transpiling from bitbay.ts (transpileDerivedExchangeFile @ transpile.js:1511)
Transpiling from bitbank.ts (transpileDerivedExchangeFile @ transpile.js:1511)
Transpiling from bit2c.ts (transpileDerivedExchangeFile @ transpile.js:1511)

@samgermain
Copy link
Member Author

@samgermain samgermain closed this Apr 29, 2024
@samgermain samgermain reopened this Apr 29, 2024
@carlosmiei carlosmiei self-assigned this Apr 30, 2024
@carlosmiei carlosmiei merged commit 1ef9ec5 into ccxt:master Apr 30, 2024
0 of 2 checks passed
@samgermain samgermain deleted the multiprocess branch April 30, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants