James Shubin
1161872324
etcd: fs: Errors should start with lower case
2019-07-26 04:20:04 -04:00
James Shubin
12582e963d
lang: funcs: core: Make module names public
...
This is needed for when we have nested modules.
2019-05-20 08:45:43 -04:00
James Shubin
93c1b37aab
lang: funcs: Add a mod function to the math package
...
This should make flip-flop functions easy to write.
2019-05-13 06:30:15 -04:00
James Shubin
07f542b4d7
legal: Happy 2019 everyone...
...
Done with:
ack '2018+' -l | xargs sed -i -e 's/2018+/2019+/g'
Checked manually with:
git add -p
Hello to future James from 2020, and Happy Hacking!
2019-03-24 15:08:50 -04:00
James Shubin
4eaff892c1
lang: funcs: core: Rename core module files
...
More cleanup...
2019-02-07 12:19:59 -05:00
James Shubin
f368f75209
lang: funcs: core: Drop unnecessary core prefix from imports
...
This unbreaks the mcl bindata code. Of course we could change the parser
to allow this prefix, but this is cleaner. The packages still have a
core prefix, which it seems we could also remove, but this isn't
particularly important for anything.
2019-02-07 09:33:20 -05:00