Anton Dyudin
738bd1946c
Merge branch 'eyre-sec-fixes' into sec-com-twitter
...
2-layer domain change required to write a proper driver
2016-03-09 14:50:10 -08:00
Anton Dyudin
f99da08c53
fix #59 libraries disapearing from /+
2016-03-07 17:30:41 -08:00
Anton Dyudin
96823f230c
misc debugging
2016-03-07 17:29:54 -08:00
Anton Dyudin
d3a9c1b8a0
fix #4 : only look at 2 top levels of domain when chosing driver
2016-03-04 14:13:06 -08:00
Anton Dyudin
c5a466d707
ignore %went in eyre
2016-03-03 11:07:19 -08:00
Raymond Pasco
a0358c17d9
Merge branches 'breach-20160302' and 'cgyarvin-teaching', remote-tracking branches 'ohaitch/talk-read-component', 'ohaitch/virtualize-pact-hoon' and 'ohaitch/eyre-sec'
...
Conflicts:
arvo/eyre.hoon
Breaching changes for 2016-03-02
Language/dojo improvements for teaching.
add web/listen.hoon module for listening to comment changes
virtualize ++pact %hoon side-path
Eyre security drivers
2016-03-02 21:21:23 -05:00
Raymond Pasco
8e69b152c0
Bump ames protocol version for 2016-03-02 breach
...
1 -> 2
2016-03-02 21:09:39 -05:00
Raymond Pasco
e1acb47293
Revert "temporary rename of %see to %sei"
...
This reverts commit 2d0dd169a5
.
2016-03-02 21:07:36 -05:00
Anton Dyudin
2db4f33d89
better error tracing
2016-03-02 17:15:42 -08:00
Anton Dyudin
ebb1f1f0ef
virtualize ++pact %hoon side-path
2016-03-02 16:13:14 -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
C. Guy Yarvin
7b5ad6a307
Reverse =/ and =;. Fix a =^ issue.
2016-02-27 17:04:43 -05: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
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
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
2d0dd169a5
temporary rename of %see to %sei
...
REVERT on breach
2016-02-24 15:17:40 -08: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
Anton Dyudin
4bcf3219fc
snip samples of price <10%
2016-02-22 17:11:41 -08:00
Anton Dyudin
87316451d8
sort profiler in increasing order of importance
2016-02-22 15:58:02 -08:00
Anton Dyudin
89bd08476d
better tracing
2016-02-22 13:37:13 -08:00
Anton Dyudin
071339c10d
better ford++make %bake debug printf
2016-02-22 13:36:48 -08:00
Raymond Pasco
4b0ca55da3
Merge remote-tracking branches 'ohaitch/uglify-dial', 'ohaitch/fix-parsf' and 'ohaitch/fix-eyre-beak'
...
Update type prettyprinting to Hoon 151 compliance
Fix electroplating bug in ++parsf
Don't use invalid "revision 0" in eyre
2016-02-20 05:27:15 -05:00
Anton Dyudin
ba220c0d24
fix eyre ++back rev-0 beak
...
casting to and from %hiss was failing due to occuring at a null revision
2016-02-19 22:23:04 -08:00
Anton Dyudin
28e986b87e
scanf was dependant on (cook :_(foo |=(...)))
...
Another victim rescued from the dicey pits of electroplating. @cgyarvin, is there a more canonical translation?
2016-02-19 21:15:56 -08:00
Anton Dyudin
9bb02f7723
revert worse half of 51c1eaa
"pass through % to /ren statically"
2016-02-19 14:30:45 -08:00
Anton Dyudin
5fe6043f2d
port forward %make ~&
2016-02-19 14:30:23 -08:00
Anton Dyudin
058a0c5089
BREACHING add path late-binding to /:
2016-02-19 12:00:35 -08:00
Philip C Monk
d285cc5055
151ization complete
...
Conflicts:
Makefile
2016-02-18 19:12:31 -05:00
Anton Dyudin
8d374e940e
convert type printer to hoon151 syntax
2016-02-18 15:53:53 -08:00
Philip C Monk
7268164eba
Merge remote-tracking branch 'arvo/master' into HEAD
...
Conflicts:
app/hood.hoon
arvo/ford.hoon
gen/cat.hoon
gen/ls.hoon
gen/ls/subdir.hoon
2016-02-18 18:52:34 -05:00
Philip C Monk
67cc10f55a
Merge tag 'hoon-151' of https://github.com/juped/urbit into transfer
...
Hoon 151 merge
%gh crashes on startup
Conflicts:
urb/urbit.pill
urb/zod/app/dojo.hoon
urb/zod/app/hood.hoon
urb/zod/arvo/eyre.hoon
urb/zod/arvo/ford.hoon
urb/zod/arvo/gall.hoon
urb/zod/arvo/hoon.hoon
urb/zod/arvo/zuse.hoon
urb/zod/gen/cat.hoon
urb/zod/gen/ls.hoon
urb/zod/gen/ls/subdir.hoon
2016-02-18 18:31:26 -05:00
Anton Dyudin
9fb151179f
sort profiling, omit if empty
2016-02-18 15:26:04 -08:00
Raymond Pasco
ca0fc9e704
Merge remote-tracking branches 'ohaitch/show-wing-tack' and 'cgyarvin/mushy'
...
No ~| in ++tack
Fix up more typed .^ issues
2016-02-18 17:06:12 -05:00
C. Guy Yarvin
90efa87743
Better handling of .^ in ames and ++mink
2016-02-18 13:44:17 -08:00
Anton Dyudin
29daf9a533
Apparently ++tack was also using ~| on wings.
...
See #2
2016-02-17 17:42:08 -08:00
Raymond Pasco
259eb79cb8
Merge remote-tracking branches 'curtis/swaggle', 'anton/fix-init-no-data' and 'anton/fix-generators'
...
Conflicts:
gen/hood/begin.hoon
gen/moon.hoon
Fix ++swag electroplating-induced bug
Fix boot process for galaxies
Finish 151izing the source tree
2016-02-17 19:35:36 -05:00
Anton Dyudin
c26a12318a
moved revision-0 checking to ++liar, fixing boot (oops)
2016-02-17 13:38:32 -08:00
C. Guy Yarvin
dfe5995abf
Fix ++swag.
2016-02-17 13:00:37 -08:00