mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Make redbean serialization deterministic
This commit is contained in:
parent
85aecbda67
commit
c9e68b0ebc
15 changed files with 452 additions and 150 deletions
|
@ -625,10 +625,8 @@
|
|||
(compile (format "sh %s" file)))
|
||||
((eq major-mode 'lua-mode)
|
||||
(let* ((mode (cosmo--make-mode arg))
|
||||
(redbean (format "%s/o/%s/tool/net/redbean.com" root mode)))
|
||||
(if (file-executable-p redbean)
|
||||
(compile (format "%s -i %s" redbean file))
|
||||
(compile (format "lua.com %s" file)))))
|
||||
(redbean ))
|
||||
(compile (format "make -j16 MODE=%s o/%s/tool/net/redbean.com && o/%s/tool/net/redbean.com -i %s" mode mode mode file))))
|
||||
((and (eq major-mode 'python-mode)
|
||||
(cosmo-startswith "third_party/python/Lib/test/" file))
|
||||
(let ((mode (cosmo--make-mode arg)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue