Highlights
- Arctic Code Vault Contributor
Popular repositories
617 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2021
Created 55 commits in 4 repositories
Created 2 repositories
- tom-tan/D-YAML D
- tom-tan/onamae-ddns-client Python
Created a pull request in dlang-community/D-YAML that received 1 comment
Move initializer of dyaml.resolver.regexes
from static this
It moves the initialization step for regexes
from static this to a simple initializer.
It partially solves #33.
+34
−41
•
1
comment
Reviewed 1 pull request in 1 repository
Created an issue in common-workflow-language/cwltool that received 3 comments
Type mismatched default
value is accidentally accepted
cwltool --validate
accidentally accepts CWL documents in which default
value is mismatched with the type specified in type
field.
Is this a bug of c…
3
comments