cgay on master
Publish http@1.1.1 Publish melange@0.1.1 Publish logging@2.2.0 and 4 more (compare)
cgay on v3.2.0
cgay on master
Update package file for dylan-t… Update submodules to current ma… Add documentation, copied from … and 1 more (compare)
cgay on v2.2.0
cgay on master
Add dylan-package.json Copy logging documentation from… Update docs to match v2.0 Fixe… and 1 more (compare)
cgay on master
Fix build/install of dylan-tool… Merge pull request #1434 from c… (compare)
cgay on v0.1.1
cgay on dev
cgay on master
Add dylan-package.json Merge pull request #36 from dyl… (compare)
unless
https://github.com/dylan-lang/opendylan/blob/master/sources/system/file-system/unix-file-system.dylan#L162 does not call unix-file-error
the function will infinite loop because link
won't change. ?
It's interesting the hacks I've made when I don't know how to do something. I was trying to convert the string
"123"
into the vector
[1, 2 ,3]
and didn't see the as
operator...