Mathias LANG
Mathias LANG
``` % rm -rf * zsh: sure you want to delete all 4 files in /home/mlang/projects/dlang/dub/f [yn]? y % dub init foobar Package recipe format (sdl/json) [json]: Name [foobar]: Description...
Tested with master (what will be v1.36) as I was looking into tests for dub init.  Instead of selecting a format, I pressed `Ctrl+D` and got this output. The...
## Describe the Bug README description of `Stdlib::Port`: Matches a valid TCP/UDP Port number. Port 0 is reserved for both TCP and UDP and most implementations will reject it. It...
https://code.dlang.org/packages/decimal The Github repository is now 404 and the UX is: ``` Fetching decimal 0.9.0 (getting selected version) Error Downloading https://code.dlang.org/packages/decimal/0.9.0.zip failed with 404 (). ```
This is technically a breaking change since it changes an interface, but the effect should be minor as the main user is dub-registry. Also the version is still < v1.0.0...
I was trying to bisect a regression introduced between v2.097 and v2.098. Digger downloaded v2.079 and tried to compiler v2.098 with this, which segfaults the compiler. I easily found the...
`digger bisect` is awesome, and the main reason I use this tool. However, it can feel very unfriendly at times. I'll list a few points resulting to last night's use...
Seen in https://github.com/dlang/dmd/pull/11286 It broke HEAD a few weeks ago. I'm going to go out of a hunch and guess that's because Azure pipeline are Github checks. A way to...
I am usually working on OSX those days, and when it comes to Linux, tend to use Alpine Linux because a container is quite easy to start. However, running `dub...
Currently when a release is made, it's tagged as "Latest release", e.g. https://github.com/dlang/dub/releases/tag/v1.12.0-beta.1 This cause all tools using the latest release to start using the beta immediately.