Gáspár Nagy

Results 79 comments of Gáspár Nagy

@mattwynne I agree, but unfortunately the test runs are (usually) managed by the execution platform (in SpecFlow's case that would be the .NET xUnit runner, for example), where the possibilities...

@mattwynne I did a quick check. you can create symlinks, but only with admin privileges. so with normal console where you would do a git pull it does not work....

It seems you can enable creating symlinks without admin, but it requires you to enable developer mode (i don't have that enabled... and never heard about it yet). Unfortunately developer...

> @gasparnagy try https://github.com/mattwynne/symlink-test ? Does not work. Git clone just clones it as normal file that contains the name of the linked file... :( ``` > type link-to-readme.md README.md...

@aslakhellesoy Thank you for the summary. I generally agree with you, except one thing. You said, we anyway cannot "guarantee" that producers will include the required properties. I think this...

Normally Gherkin allows you to make full line comments only. Commenting after tags on the same line was specially hacked in because many IDEs allowed this and it caused confusion....

As this is deep in the grammar level, the usual cucumber settings cannot be applied there... so it is not easy to make a setting for that (the grammar/parser can...

@mpkorstanje I think the AST would be able to handle the comments (BTW the normal comments do not necessarily start at column 0 or 1, but the column value indicates...

Analyzed and this is still a problem with v4.0 beta, because the transformation infrastructure does not realize that the method with return type `Task` can be used to get the...

I don't know if we should add this fix to the changelog, because it is not a change in compare to v3.