Tomoya Tanjo

Results 38 issues of Tomoya Tanjo

DMD 2.071 was released and dlang.org provides a zip file for each operating system. The problem is that the links for FreeBSD have different name convention from other OSes. i.e....

I reproduce it with dlangui 0.8.30 on Linux 64bit system. Here is the commands to reproduce it. These commands initialize a new project with dlangui, make a submodule `foo/bar`, and...

bug

This feature will be helpful to implement a full-featured platform with another platform that only supports CommandLineTool. Here is a use case: The [spec](https://www.commonwl.org/v1.2/CommandLineTool.html#Execution_concepts) allows us to implement platforms that...

There are examples of cwl files (e.g. [basename-fields-test.cwl](https://github.com/common-workflow-language/common-workflow-language/blob/master/v1.0/v1.0/basename-fields-test.cwl)) and files that specify their input parameters (e.g. [basename-fields-job.yml](https://github.com/common-workflow-language/common-workflow-language/blob/master/v1.0/v1.0/basename-fields-job.yml)). However, I did not find the specification of yml to specify the input...

`cwltool` behaves the default value of optional boolean parameters as `false` (I am not sure it is described in the spec) but sometimes we want to set `true` as default...

The [spec of `File`](https://docs.google.com/presentation/d/1XwOC18LzDvaTqw1QAGI6L7djhL5CEkQL5aiGZEdnK1Y/edit#slide=id.g60d002c0b6_5_60) says: ```markdown The `basename` property defines the filename on disk where the file is staged. This may differ from the resource name. ... It is legal...

…nux (musl libc) The current definition of `CMSG_NXTHDR` uses `__cmsg_nxthdr` internally but `__cmsg_nxthdr` is not provided on Alpine Linux (musl libc). This request fixes the issue 23157 by fixing the...

Bug Fix
System Headers
stable-stalled

It is caused by the combination of system include paths and the use of `#include_next` directive in the system headers. In the [example I shown in the issue](https://github.com/atilaneves/dpp/issues/307#issuecomment-1180561484), the dpp...

`cwltool --validate` accidentally accepts CWL documents in which `default` value is mismatched with the type specified in `type` field. Is this a bug of `cwltool` or are there any descriptions...

It does not happen when a scattered step makes non-empty directories. ## Version ```console $ toil-cwl-runner --version 5.7.1 ``` ## How to reproduce scatter.cwl: ```cwl cwlVersion: v1.0 class: Workflow requirements:...

bug