Snir Yehuda
Snir Yehuda
## Summary the comment about this function is not updated with the final implementation ## Changes just the comment above the func ## Motivation its misleading ## Related issues some...
Community guidelines: - [x] I have read and understand the [contributing guidelines](https://github.com/extend-chrome/.github/blob/master/.github/CONTRIBUTING.md) and [code of conduct](https://github.com/extend-chrome/.github/blob/master/.github/CODE_OF_CONDUCT.md) This PR contains: - [ ] bugfix - [x] feature - [ ] refactor...
example from [mock_test.go](https://github.com/stretchr/testify/blob/v1.8.4/mock/mock_test.go#L1441) this works: ```go func Test_Mock_AssertExpectationsFunctionalOptionsType(t *testing.T) { var mockedService = new(TestExampleImplementation) mockedService.On("TheExampleMethodFunctionalOptions", "test", FunctionalOptions(OpNum(1), OpStr("foo"))).Return(nil).Once() tt := new(testing.T) assert.False(t, mockedService.AssertExpectations(tt)) // make the call now mockedService.TheExampleMethodFunctionalOptions("test", OpNum(1),...
### Problem [the template](https://github.com/tree-sitter/tree-sitter/blob/1dc4804b6eed75d59b31cc7080d770f6a5ca85b2/crates/cli/src/templates/build.zig.zon#L8) currently contain version 0.25.0: ```zig .tree_sitter = .{ .url = "git+https://github.com/tree-sitter/zig-tree-sitter#b4b72c903e69998fc88e27e154a5e3cc9166551b", .hash = "tree_sitter-0.25.0-8heIf51vAQConvVIgvm-9mVIbqh7yabZYqPXfOpS3YoG", .lazy = true, }, ``` and when running `zig build` i got...