fang
d95696f29c
tests: update format tests to account for #4677
...
It had changed ship encoding to fit into a json %n, but hadn't updated the
tests to reflect this.
2021-04-26 19:40:26 +02:00
fang
0a71b75550
tests: update clay tests to account for #4745
...
It had changed the shape of some data structures, but hadn't updated the tests
to reflect that.
2021-04-26 19:36:43 +02:00
fang
5d4d7de6a6
Merge pull request #4745 from urbit/m/ford-fassig
...
clay: add /~ ford rune, as /= for directories
2021-04-26 16:19:19 +02:00
fang
550dee32da
clay: +any:in in place of +lien over +tap:in
2021-04-23 23:05:11 +02:00
fang
dcdf695991
clay: insert %nest-fail into trace conditionally
...
Previously, we would stack on the ~| for every file we had previously
processed, even though we only want it in the trace for actual failures.
2021-04-23 22:56:24 +02:00
Philip Monk
66b4c3f193
Merge pull request #4677 from urbit/philip/fast-refresh
...
sys: Speed up things used in Landscape
2021-04-19 15:43:16 -07:00
Philip Monk
8870add20d
Merge pull request #4701 from urbit/ted/gall-print
...
gall: print on missing request for ack
2021-04-19 15:41:27 -07:00
fang
0570fb5b76
clay: share logic between build-file and directory
...
By factoring their shared logic out into +build-dependency, which gets
passed the relevant details about how to track the file being built in
the dependency stack.
2021-04-12 13:10:36 +02:00
fang
8b4dba28fa
clay: update dependency logic for /~ imports
...
To match recent changes to the build logic, where it only includes
top-level hoon files.
2021-04-10 16:22:52 +02:00
fang
a45179412b
clay: for /~, only build top-level files
...
This is semantically cleaner than arbitrary-depth recursion, and lets us
stop worrying about hyphenated path conflicts.
2021-04-10 02:26:32 +02:00
fang
1411e08944
clay: specify target type for /~ results
...
Clay will nest-check the results and put a homogenous map into the
subject.
2021-04-10 01:59:26 +02:00
fang
62d7281156
clay: add /~ ford rune, as /= for directories
...
Hoon files may want to import nouns from all files in a given directory.
/~ lets you do so, importing as a (map @ta *) (but with typed values).
Note the description as "directories" here, instead of "path prefix".
The behavior, as implemented, will not include /path/hoon for /~ /path,
instead only including /path/more/hoon and more deeply nested files.
This seems to be, generally, the behavior you want, for example when
importing from /app/myapp/* for /app/myapp/hoon.
Actually using the resulting map requires some manual casting, which is
not ideal. Some code style improvement work remains to be done as well.
2021-04-09 01:49:14 +02:00
fang
69ba241ade
Merge pull request #4741 from urbit/m/stap
...
hoon: add +stap, path parser
2021-04-08 23:10:31 +02:00
fang
1ec5e5acfb
hoon: add +stap, path parser
...
And cleans up a bunch of locally hand-written implementations of it.
2021-04-07 21:14:13 +02:00
Ted Blackman
06faf0b13c
gall: print on missing request for ack
2021-03-31 14:54:28 -04:00
Philip Monk
820aee0478
zuse: strip ~ from ships in enjs
2021-03-28 01:58:21 -07:00
Philip Monk
4a92313549
Merge branch 'release/next-sys' of ssh://github.com/urbit/urbit into release/next-sys
2021-03-28 01:12:11 -07:00
Philip Monk
fda5e4b361
zuse: hack enjs to speed up ship printing
...
In +en-json, the vast majority of our time is in +jesc (json string
escaping). Since ships will always be string-safe, we pretend they're
numbers to bypass the escaper. This saves about a second on initial
landscape load.
2021-03-28 00:59:08 -07:00
Philip Monk
a777567bb6
eyre: faster wain-to-octs conversion
...
Avoid allocating hundreds of thousands of cells when giving large
requests. This took the footprint of this function on initial landscape
load from 1 second to 100 ms.
2021-03-28 00:57:33 -07:00
Philip Monk
a1647a9767
clay, eyre: add profiling hints
2021-03-28 00:50:25 -07:00
Philip Monk
7b55097ef4
hoon: memoize rend:co
...
We commonly print many names in a row, often the same ones. For
example, on landscape's initial load, we send all the members of all the
groups we're in, and there's substantial overlap.
At least half the cost is in +fein, which is not currently jetted, but I
believe there's an old jet in the git history.
2021-03-28 00:21:30 -07:00
janeway
a74bdfea20
glob: update to 0v1.4ujsp.698kt.ojftv.7jual.4hhu5
2021-03-26 16:25:20 -04:00
Matilde Park
0e5feb6c62
Merge branch 'mp/landscape/tutorial' ( #4672 )
...
* origin/mp/landscape/tutorial:
launch: prevent aggressive tutorial render
launch: get tutorial state from zustand
Signed-off-by: Matilde Park <matilde.park@gmail.com>
2021-03-26 16:14:29 -04:00
Matilde Park
ab5c7e159f
launch: prevent aggressive tutorial render
...
hasLoaded has a poor heuristic in a localStorage state world, rendering
the modal unconditionally. We pass the connection directly as our check.
2021-03-26 16:10:39 -04:00
Matilde Park
4e6655db3b
launch: get tutorial state from zustand
...
The check for rendering the tutorial modal
was relying on a passed prop that does not exist now.
2021-03-26 15:53:47 -04:00
Liam Fitzgerald
5c3bce8dbe
glob: update to 0v5.b7cjf.2kc12.85sng.lkqav.7sn0k
2021-03-26 14:03:10 +10:00
janeway-bot
dc24a32918
Merge b832d40c47
into release/next-js
2021-03-26 04:38:19 +04:00
fang
b832d40c47
Merge pull request #4665 from urbit/m/aintainerer
...
readme: update arvo maintainers list
2021-03-26 01:37:48 +01:00
fang
60be716892
readme: update arvo maintainers list
...
~littel-ponnys no longer maintains Eyre, so I will take over.
/lib/test goes without a dedicated maintainer for now.
Additionally, #4463 and follow-up work sees me taking charge of the terminal
stack, so I will take over formal ownership of that going forward.
2021-03-25 23:52:20 +01:00
matildepark
d4f510b596
Merge pull request #4664 from urbit/lf/multiplying-counts
...
notifications: clear before applying unreads
2021-03-25 18:23:19 -04:00
Liam Fitzgerald
1f0b6d5a9c
notifications: clear before applying unreads
...
Fixes urbit/landscape#646
2021-03-26 08:12:00 +10:00
matildepark
4af01cdf53
Merge pull request #4658 from urbit/lf/unread-count-indicator
...
ChatWindow: stop unread notice disappearing
2021-03-25 12:01:25 -04:00
Liam Fitzgerald
9db4217220
ChatWindow: stop unread notice disappearing
2021-03-25 16:38:27 +10:00
janeway-bot
48982706fe
Merge 2f2f7aee61
into release/next-js
2021-03-25 00:11:32 +04:00
matildepark
2f2f7aee61
Merge pull request #4649 from urbit/mp/meta/ci-specificity-1
...
meta: only build ci if changing arvo, vere, king
2021-03-24 16:11:01 -04:00
Matilde Park
941208794f
meta: address @brendanhay review #4649
2021-03-24 16:10:04 -04:00
Matilde Park
7e562a522d
meta: address @jtobin review #4649
2021-03-24 11:50:04 -04:00
janeway-bot
c5d62a970e
Merge f495a806c3
into release/next-js
2021-03-24 08:17:38 +04:00
Liam Fitzgerald
f495a806c3
glob: update to 0v3.nmpms.bgjpu.9gd2j.klgii.qgeal
2021-03-24 14:12:47 +10:00
Liam Fitzgerald
369c0cc565
ChatWindow: fix at bottom dismiss
2021-03-24 13:58:00 +10:00
Liam Fitzgerald
1a03b0c63f
ChatWindow: dismiss unread if we are at bottom of window
2021-03-24 13:47:49 +10:00
Liam Fitzgerald
0f674aab17
ChatWindow: stop blue line moving
2021-03-24 13:29:43 +10:00
janeway-bot
7623d33173
Merge 1093a80604
into release/next-js
2021-03-24 07:02:17 +04:00
Liam Fitzgerald
1093a80604
glob: update to 0v2.gfefu.pffjo.rphqi.mlmpu.smaq4
2021-03-24 13:00:22 +10:00
Liam Fitzgerald
d06c3399aa
Merge branch 'lf/hark-hotfix'
2021-03-24 12:54:00 +10:00
Liam Fitzgerald
1cb71260c8
notifications: fix crash in reducer
2021-03-24 12:51:16 +10:00
Matilde Park
6f18be7232
chat: hotfixing to use overflow='auto'
2021-03-23 22:38:41 -04:00
janeway-bot
88906db6bd
Merge dc503a826b
into release/next-js
2021-03-24 06:35:14 +04:00
Liam Fitzgerald
dc503a826b
glob: update to 0v5.3d6ao.5f5kl.i84k6.oqf1e.njnvh
2021-03-24 12:28:27 +10:00
Liam Fitzgerald
dfb313dba3
Merge branch 'lf/hark-final-fix'
2021-03-24 12:21:13 +10:00