December 04, 2022 Issues » [Issue 19545] __traits(compiles, X) false positive, further uses of X succeed but don't link | |||
|---|---|---|---|
| |||
...RegexMatch!string.init);
}
//import std.range, std.regex;/*
struct RegexMatch(T){}
class InputRangeObject(R){
this... | |||
December 04, 2022 Issues » [Issue 19545] __traits(compiles, X) false positive, further uses of X succeed but don't link | |||
|---|---|---|---|
| |||
...RegexMatch!string.init);
}
//import std.range, std.regex;/*
struct RegexMatch(T){}
class InputRangeObject(R){
this... | |||
November 23, 2022 General » Re: Discussion Thread: DIP 1044--Enum Type Inference--Community Review Round 1 | |||
|---|---|---|---|
| |||
...if that leads to a fail. (Like Regex greedy matching, thus the name.) The implicit... | |||
November 18, 2022 Learn » Re: dmd 2.099 regression: unittest -checkaction=context and import std.regex cause lots of undefined references | |||
|---|---|---|---|
| |||
Hey, it does actually, thanks a bunch! | |||
November 14, 2022 Learn » Re: dmd 2.099 regression: unittest -checkaction=context and import std.regex cause lots of undefined references | |||
|---|---|---|---|
| |||
...regression: unittest -checkaction=context and import std.regex causes link error Does `dmd -allinst ...` help... | |||
November 14, 2022 Learn » Re: dmd 2.099 regression: unittest -checkaction=context and import std.regex cause lots of undefined references | |||
|---|---|---|---|
| |||
Just came here to say I hit the same bug, here's my import list... | |||
November 10, 2022 Issues » [Issue 23395] Regex leaks memory when used in multithreaded environment | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23395 --- Comment #1 from anon <qigezx+dc40d6nao940k... | |||
November 04, 2022 General » Re: Looking for a new maintainer for std.uni/std.regex | |||
|---|---|---|---|
| |||
We could upstream disables and use our own implementation to replace it. It shouldn't... | |||
November 03, 2022 General » Re: Looking for a new maintainer for std.uni/std.regex | |||
|---|---|---|---|
| |||
Uses inline assembly so it’s pretty unlikely. | |||
November 03, 2022 General » Re: Looking for a new maintainer for std.uni/std.regex | |||
|---|---|---|---|
| |||
...std is not a requirement doing a regex dub package that depends on e.g... | |||
Copyright © 1999-2021 by the D Language Foundation