arturo
arturo copied to clipboard
[System\unique] make `.id` work for Web/JS builds
[System\unique] make .id
work for Web/JS builds
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/library/Collections.nim#L1298
##########################################################
if (popAttr("id") != VNULL):
# TODO(System\unique) make `.id` work for Web/JS builds
# labels: library,enhancement,web
when not defined(WEB):
push newString(x.s & $(genOid()))
else:
ndex 23167a588..f7d76d3af 100644
++ b/src/library/Crypto.nim
7286a491174f441a5a8686a6dec4f9bf072c4719
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing issue as stale.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.