Skip to content

Instantly share code, notes, and snippets.

@jamesc
jamesc / community cookbooks
Last active December 21, 2015 11:49
top file extensions in cookbooks
445 .rb
172 .erb
75 .md
31 .json
23 .gitignore
19 .yml
8 .lock
3 .gif
2 .rdoc
2 .png

Keybase proof

I hereby claim:

  • I am jamesc on github.
  • I am jamesc (https://keybase.io/jamesc) on keybase.
  • I have a public key whose fingerprint is 41D8 EFB5 E3FA 972A AEA0 4FC6 966D B723 C86F 6443

To claim this, I am signing this object:

Proceeding with analysis...
ls_log.erl:22: Type specification ls_log:'#info-'('log') -> ['count' | 'created_at' | 'id' | 'node_name' | 'organization_name' | 'run_id'] is a supertype of the success typing: ls_log:'#info-'('log') -> ['count' | 'created_at' | 'id' | 'node_name' | 'organization_name' | 'run_id',...]
ls_log.erl:22: Type specification ls_log:'#info-log'('fields') -> ['count' | 'created_at' | 'id' | 'node_name' | 'organization_name' | 'run_id']
; ('size') -> 7 is a supertype of the success typing: ls_log:'#info-log'('fields' | 'size') -> ['count' | 'created_at' | 'id' | 'node_name' | 'organization_name' | 'run_id',...] | 7
ls_log.erl:22: Type specification ls_log:'#pos-log'('#attr-log'() | atom()) -> integer() is a supertype of the success typing: ls_log:'#pos-log'(atom()) -> 0 | 2 | 3 | 4 | 5 | 6 | 7
ls_log.erl:22: The specification for ls_log:'#pos-'/2 states that the function might also return 1 but the inferred return is 0 | 2 | 3 | 4 | 5 | 6 | 7
ls_log.erl:22: Type specification ls_log:'#i

Package Tools

A quick summary of some tools for dealing with packages on disk. The aim of this effort is to give the user a set of tools that provides visibility into the dependencies between packages stored on disk by habitat either in /hab or in studio.

For each case we show what version it's released in or the relevant PR if it's already coded but not released.

Use Cases

  • Show the list of packages currently installed (0.68)