Commit Graph

5425 Commits

Author SHA1 Message Date
Anton Dyudin
d114e66210 add web/listen.hoon module for listening to comment changes
urbit/talk@4508c54 - talk-comments
2016-02-29 17:31:08 -08:00
Raymond Pasco
e1480cb570 Merge remote-tracking branches 'philipcmonk/ford-fix', 'ray/lune-nule' and 'ohaitch/talk-comments'
Conflicts:
	mar/tree/comments.hoon

Fix off-by-one in marks that was removing the last byte of clay files
Add ++lune/++nule Unix textfile arms
Route .tree 'comments' input through talk
2016-02-29 17:11:50 -05:00
Raymond Pasco
64f7f58143 Add ++lune/++nule Unix textfile arms
++lune parses a cord to a list of lines, which must all be terminated by
a newline. The cord can be the empty string; this gives an empty list of
zero lines. Make sure to validate that any cords you use ++lune on are
either the empty string or end in a final newline; noeol textfiles are
invalid and you must use ++lore on them.

++nule is the inverse operation to ++lune; it takes a list of cords and
joins them into a single cord, with each line in the list terminated by
a newline character. This list can be empty, which will produce the
empty cord.
2016-02-29 17:04:06 -05:00
Anton Dyudin
31d1ea38d8 use .urbit.org url in talk comment notifications 2016-02-29 13:25:41 -08:00
Anton Dyudin
f0575a25ff add %comments notification, fix talk ui for comments
urbit/talk@9fac3e3
2016-02-29 13:20:19 -08:00
C. Guy Yarvin
7b5ad6a307 Reverse =/ and =;. Fix a =^ issue. 2016-02-27 17:04:43 -05:00
Philip C Monk
c0c67969f3 checkpoint, w/lens protocl 2016-02-26 20:13:00 -05:00
Anton Dyudin
daa0da6d63 send comments to %comments 2016-02-26 15:50:14 -08:00
Philip C Monk
cafa7cc6ff Fix ford's occasional truncation of hoon files 2016-02-26 17:47:50 -05:00
C. Guy Yarvin
4a75bfd569 Add :moar syntax. 2016-02-26 11:09:41 -08:00
C. Guy Yarvin
52347e3f4b Actually we can only distinguish the naked gate. 2016-02-26 11:09:41 -08:00
C. Guy Yarvin
43b4303a88 Some changes for basic doc: naked trap/call, var/rev/:;/:/. 2016-02-26 11:09:41 -08:00
Raymond Pasco
9a0167c99c Merge remote-tracking branches 'philipcmonk/init-reset', 'ohaitch/tree-perf' and 'galenwp/tree-fixes'
Recompile the kernel on initial merge
Profiling-guided performance fixes
Frontend bugfixes
2016-02-25 23:47:37 -05:00
Anton Dyudin
1cf56bd06b added comment hash identifier 2016-02-25 18:41:29 -08:00
Anton Dyudin
a5a058d7da move tree-comments to separate renderer
Cherry-pick of a2cc5d5
2016-02-25 18:27:45 -08:00
Anton Dyudin
bbdebcdff4 cc comments to %porch 2016-02-25 17:56:17 -08:00
Anton Dyudin
c4cd2968a5 better rendering of %mor speech 2016-02-25 17:55:19 -08:00
Anton Dyudin
29dc7bda8b fix rss 2016-02-25 17:35:00 -08:00
Anton Dyudin
2e2bcc31cc add .^(hart %e /=host/fake), .^(hart %e /=host/real) 2016-02-25 16:38:46 -08:00
Anton Dyudin
a48c719bf8 slightly compress favicon 2016-02-25 16:35:34 -08:00
Philip C Monk
17d6fccced reset on initial pull 2016-02-25 18:19:44 -05:00
Anton Dyudin
d331391486 proxy tree comments through talk
urbit/tree@bdebe54
2016-02-25 12:38:00 -08:00
Galen Wolfe-Pauly
209bc2daac fix homepage after bootstrap update
bootstrap@8a279c8528
2016-02-24 16:31:02 -08:00
Galen Wolfe-Pauly
e3f9bc8038 Fix homepage and menu overlapping
tree@88abd89677
2016-02-24 16:19:25 -08:00
Anton Dyudin
2d0dd169a5 temporary rename of %see to %sei
REVERT on breach
2016-02-24 15:17:40 -08:00
Henry Ault
6910910333 dojo change for +http and an atom diff 2016-02-24 13:39:45 -08:00
Raymond Pasco
378e4587c2 Merge remote-tracking branch 'galenwp/frontend-fixes'
Close some more talk/tree frontend bugs.
2016-02-24 10:15:47 -05:00
Henry Ault
8420037d74 better handling of refresh tokens, port numbers 2016-02-24 01:11:24 -08:00
Galen Wolfe-Pauly
4968247461 fixes some tree overlay and scrolling bugs, the talk code execution bug and scroll offset bug.
talk@9f08e47a21
tree@cdb90fcc72
2016-02-23 22:32:30 -08:00
Henry Ault
5396665edf +gmail-list number parameter 2016-02-23 20:59:38 -08:00
Henry Ault
4a863ced76 re-enable message send 2016-02-23 20:54:14 -08:00
Henry Ault
c71aa2d7c4 add +gmail-list, :gmail|send 2016-02-23 20:09:37 -08:00
Henry Ault
4c7fbe2a90 151ify driver 2016-02-23 19:50:30 -08:00
Philip C Monk
19465e4ed6 Merge remote-tracking branch 'my/api-dojo-fix' into lens
This merge is necessary because I'm about to make a bunch of dojo
changes, and I need the restored dojo.
2016-02-23 20:16:21 -05:00
Philip C Monk
31dbd75f42 eyre changes for lens 2016-02-23 20:15:36 -05:00
Philip C Monk
2140ad4bbe finish 151izing dojo 2016-02-23 18:28:52 -05:00
Philip C Monk
ebc8aa36d7 restore eyre-sec dojo changes 2016-02-23 17:25:29 -05:00
Anton Dyudin
624364667f added %boil cache
which concerns the execution of hoon at a path with an argument. This used to be part of %bake, but slipped out of that execution path with the ren/ changes.
2016-02-23 13:22:12 -08:00
Anton Dyudin
d0453206df misc profiling 2016-02-23 13:21:11 -08:00
Anton Dyudin
342b88a020 swap from: and into: in pi-tell; remove unneeded precision 2016-02-23 12:56:27 -08:00
Raymond Pasco
d690fa46f0 Merge branch 'repoll'
Change profiler hint syntax: ~$(a ~) to ~$(%a ~)
2016-02-23 15:33:04 -05:00
Anton Dyudin
7117c37543 better handling of 'arg' coin 2016-02-23 12:18:24 -08:00
C. Guy Yarvin
440ebc4e19 Change ~$(a ~) to ~$(%a ~). 2016-02-23 11:35:16 -08:00
Anton Dyudin
93ccd6e151 Rounder profile counts through fixpoint arithmetic
Since arms getting sampled is stochastic, there isn't actually much of a benefit to displaying them as raw counts and not "price" percentage point format.
2016-02-22 23:44:11 -08:00
Anton Dyudin
42dbcefc0c from: treshold tweak, move more things to bottom of profile 2016-02-22 18:18:32 -08:00
Henry Ault
c16488d6af 151 up and running baby 2016-02-22 17:50:21 -08:00
Anton Dyudin
4bcf3219fc snip samples of price <10% 2016-02-22 17:11:41 -08:00
Raymond Pasco
9b74e557a4 Merge branch 'tree-stacking-bug'
Fix z-index of tree navigation
2016-02-22 19:51:43 -05:00
Galen Wolfe-Pauly
8917cbe7ad fixed a nav stacking bug.
tree@1d7359c7278f95025b5cd6bcf08a9dd3ed2f32cd
2016-02-22 19:50:47 -05:00
Anton Dyudin
87316451d8 sort profiler in increasing order of importance 2016-02-22 15:58:02 -08:00