Joe Bryan
0eb63131b8
u3: const-qualifies u3_pile pointer in road-stack api (where appropriate)
2020-09-11 15:56:07 -07:00
Joe Bryan
ad4d6368da
vere: restores a necessary layer of reallocation
2020-09-11 15:38:55 -07:00
Joe Bryan
047481667a
u3: clarifies forward-declaration comment in allocate.h
2020-09-11 15:12:46 -07:00
Joe Bryan
8db9a4d394
u3: only perform road stack checks in +stir jet if necessary
2020-09-11 15:10:49 -07:00
Joe Bryan
2e8d84c173
u3: removes redundant stack reads from +reel and +stir jets
2020-09-11 14:57:57 -07:00
Joe Bryan
a78b303bb4
u3: adds further improvements to road-stack api
2020-09-11 14:54:49 -07:00
Joe Bryan
b719a738f4
u3: refactors road stack api, limiting overflow checks
2020-09-11 13:38:04 -07:00
Joe Bryan
2af18a6659
Merge branch 'release/next-vere' into jb/stir-tail
...
* release/next-vere: (317 commits)
u3: improves error output on c3_assert()
vere: improves error messages on ipc EOF
vere: fixes %trim effect handler
vere: fix crash on u3_pier_bail()
king: move most things from debug log level to info
vere: support rendering +stub as ansi escape codes
king: change logging from tracing to info in Wai.hs
king dawn: export functions used in tests
king dawn: nits
king dawn: remove stray marks
king dawn: instead of crashing, return an error
king dawn: replace web3 usage with hand rolled jsonrpc messages.
vere: v0.10.9-rc1
vere: more correct lane cache commentary
vere: reset instead of decrement scry fail counter
vere: ames.c stylistic improvements
vere: only touch forward queue counter if scrying
vere: cache lanes for stateless forwarding
vere: give up ames scry after successive failures
vere: properly clean up dropped laneless packets
...
2020-09-11 12:53:30 -07:00
Joe Bryan
faaaa9415d
vere: incorporate term.c review feedback, updates comments
2020-09-11 11:44:18 -07:00
Joe Bryan
67dc15efca
vere: avoids allocations by attempting synchronous terminal writes
2020-09-11 00:30:28 -07:00
Joe Bryan
00a691dfe2
vere: comments-out unused ansi input sequences
2020-09-11 00:30:28 -07:00
Joe Bryan
4eaffc87b2
vere: directly implements utf-32 to utf-8 conversion
2020-09-11 00:23:20 -07:00
Joe Bryan
49210f49f3
vere: refactors terminal rendering to limit utf-32->utf-8 conversions
2020-09-11 00:23:15 -07:00
Joe Bryan
27ebfcfbdf
vere: refactors terminal jam-file blits
2020-09-11 00:07:14 -07:00
Joe Bryan
ccc77d627d
vere: refactors %lin blit handling in term.c
2020-09-11 00:07:14 -07:00
Joe Bryan
1e5e4e5001
vere: refactors _term_it_show_cursor()
2020-09-11 00:07:14 -07:00
Joe Bryan
f3299796e6
vere: check for null before closing terminal pipe
2020-09-11 00:07:14 -07:00
Joe Bryan
db54ac1084
vere: zero-initialize terminal mirror style offset
2020-09-11 00:07:14 -07:00
Joe Bryan
41238a5549
vere: further refactors the terminal spinner
2020-09-11 00:07:14 -07:00
Joe Bryan
bf28ff571f
vere: refactors term write codepaths, avoiding reallocation
2020-09-11 00:07:09 -07:00
Joe Bryan
ce236f17ee
term: refactors spinner, avoiding (most) unnecessary measurement
2020-09-10 15:01:46 -07:00
pilfer-pandex
98bb534930
Merge pull request #3470 from urbit/pp/loud
...
Use logInfo in place of logDebug in most situations
2020-09-10 12:47:39 -07:00
Joe Bryan
54d74ea1b0
Merge pull request #3471 from urbit/jb/vere-cleanup
...
vere: fix crash, cleanup error messages
2020-09-10 11:36:32 -07:00
matildepark
36202d8463
Merge pull request #3469 from urbit/mp/leap/arrays
...
leap: ensure selected is always an array
2020-09-10 12:36:49 -04:00
Joe Bryan
f4c58ff256
u3: improves error output on c3_assert()
2020-09-09 22:43:28 -07:00
Joe Bryan
0699f6f3f1
vere: improves error messages on ipc EOF
2020-09-09 22:42:53 -07:00
Joe Bryan
3eb51b13d6
vere: fixes %trim effect handler
2020-09-09 22:40:46 -07:00
Joe Bryan
0641769875
vere: fix crash on u3_pier_bail()
2020-09-09 22:39:39 -07:00
Joe Bryan
a353179908
vere: consistently handle %meld $writ in king
2020-09-09 22:35:52 -07:00
Joe Bryan
cda7a7edb0
ur: consistently use fibonacci constants
2020-09-09 22:33:44 -07:00
Joe Bryan
efe1f7ce39
u3: disables meld and cram under U3_MEMORY_DEEBUG
2020-09-09 22:33:07 -07:00
Matilde Park
1f6f1fcd53
leap: ensure selected is always an array
...
Fixes #3462 .
2020-09-09 21:20:59 -04:00
pilfer-pandex
ba79aa713a
king: move most things from debug log level to info
2020-09-09 18:20:21 -07:00
Joe Bryan
c20385a212
u3: refactors on-loom re-allocation in _cu_all_to_loom()
2020-09-09 13:12:27 -07:00
fang
7889a663b2
Merge pull request #3467 from urbit/m/term-escape-vere
...
vere: support rendering +stub as ansi escape codes
2020-09-09 20:08:55 +02:00
Fang
467d8d239b
vere: support rendering +stub as ansi escape codes
...
Adds support to term.c for a %klr blit, containing a +stub describing
styled text.
Dill will start making use of this in a separate commit, for release
cutting reasons.
2020-09-09 19:06:40 +02:00
Joe Bryan
6cb5df513e
u3: refactors off-loom re-allocation in _cu_from_loom()
2020-09-08 22:30:55 -07:00
Joe Bryan
82e91811d4
ur: replaces allocation-failure assertions with error printfs/abort()
2020-09-08 22:25:24 -07:00
Matilde Park
a2adf7359d
glob: update to 0v4.kdc52.27is2.c7mnh.7vsrb.ij4jo
2020-09-09 00:19:14 -04:00
matildepark
5eb5d4abe1
Merge pull request #3461 from tylershuster/the-thin-green-line
...
chat: hotfix new message indicator
2020-09-09 00:11:49 -04:00
Tyler Brown Cifu Shuster
05dd5d65cb
chat: hotfix new message indicator
2020-09-08 19:56:07 -07:00
Matilde Park
e2e82d798d
Merge branch 'mp/leap/safety' ( #3460 )
...
* origin/mp/leap/safety:
leap: safety check state.selected
Signed-off-by: Matilde Park <matilde.park@sunshinegardens.org>
2020-09-08 22:17:47 -04:00
Matilde Park
bb44f39491
leap: safety check state.selected
2020-09-08 21:57:47 -04:00
Matilde Park
7d857d3a83
glob: update to 0v6.vnpkl.sq452.quabg.73g7k.dhi55
2020-09-08 20:39:36 -04:00
Matilde Park
c7f8af1fd2
Merge branch 'release/next-userspace'
2020-09-08 20:32:02 -04:00
matildepark
3d739c03c2
Merge pull request #3457 from tylershuster/pending-message
...
chat: show pending messages again
2020-09-08 20:31:21 -04:00
Tyler Brown Cifu Shuster
042cdcf698
chat: show pending messages again
2020-09-08 17:28:52 -07:00
Matilde Park
76d4f73942
statusBar: prepend sig to ship settings button
2020-09-08 20:01:45 -04:00
matildepark
ae0a00eb4e
Merge pull request #3412 from urbit/lf/publish-role-check
...
publish: check roles correctly for tags
2020-09-08 19:58:31 -04:00
Matilde Park
c47c281743
Merge branch 'release/next-userspace' of github.com:urbit/urbit into release/next-userspace
2020-09-08 19:45:00 -04:00