Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add options to run units test under valgrind #48

Merged
merged 1 commit into from
Jun 30, 2014

Conversation

masatake
Copy link
Member

Signed-off-by: Masatake YAMATO yamato@redhat.com

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake added a commit that referenced this pull request Jun 30, 2014
add options to run units test under valgrind

e.g.

    $ make -f testing.mak test.units VG=1
@masatake masatake merged commit f9f3741 into universal-ctags:deploy Jun 30, 2014
@masatake masatake deleted the valgrind branch June 30, 2014 04:06
masatake pushed a commit to masatake/ctags that referenced this pull request Mar 12, 2020
Capturing inside subexp calls should use a stack.
This fixes only the first issue. The second one has not been fixed yet.
masatake pushed a commit to masatake/ctags that referenced this pull request Mar 12, 2020
Now onigmo captures shallowest nest level.

E.g.:
`/\(((?:[^()]|\g<0>)*)\)/ =~ "((abc)(abc))"`
Capturing happens tree times with this.

1. `(abc)(abc)`: position 1 to 11, nest level 1
2. the first `abc`: position 2 to 5, nest level 2
3. the second `abc`: position 7 to 10, nest level 2

Now `\1` returns `(abc)(abc)` which is the shallowest nest level.
masatake pushed a commit to masatake/ctags that referenced this pull request Mar 12, 2020
masatake pushed a commit to masatake/ctags that referenced this pull request Mar 12, 2020
This partly reverts 7591b3c.
Also related: dd4638c
masatake pushed a commit to masatake/ctags that referenced this pull request Mar 12, 2020
Remove redundant condition.
masatake added a commit to masatake/ctags that referenced this pull request Dec 17, 2022
4eee45ec6 Merge pull request universal-ctags#48 from masatake/unescaping-input-field-only-when-slash
15b9503ba Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags" and TAG_OUTPUT_FILESEP is "slash"
93e0c73d4 Merge pull request universal-ctags#47 from masatake/unescaping-input-field
687f3d9ad Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags"
3517d2e68 Use smaller data types for some members in tagFile
93bdb3226 Add a helper function for unescaping
3fb676fde Make macros for comparing field values reusable

git-subtree-dir: libreadtags
git-subtree-split: 4eee45ec6f4fedb506a9a14b33e97904ec1f09d8
masatake added a commit to masatake/ctags that referenced this pull request Dec 25, 2022
4eee45ec6 Merge pull request universal-ctags#48 from masatake/unescaping-input-field-only-when-slash
15b9503ba Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags" and TAG_OUTPUT_FILESEP is "slash"
93e0c73d4 Merge pull request universal-ctags#47 from masatake/unescaping-input-field
687f3d9ad Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags"
3517d2e68 Use smaller data types for some members in tagFile
93bdb3226 Add a helper function for unescaping
3fb676fde Make macros for comparing field values reusable

git-subtree-dir: libreadtags
git-subtree-split: 4eee45ec6f4fedb506a9a14b33e97904ec1f09d8
masatake added a commit to masatake/ctags that referenced this pull request Dec 25, 2022
4eee45ec6 Merge pull request universal-ctags#48 from masatake/unescaping-input-field-only-when-slash
15b9503ba Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags" and TAG_OUTPUT_FILESEP is "slash"
93e0c73d4 Merge pull request universal-ctags#47 from masatake/unescaping-input-field
687f3d9ad Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags"
3517d2e68 Use smaller data types for some members in tagFile
93bdb3226 Add a helper function for unescaping
3fb676fde Make macros for comparing field values reusable

git-subtree-dir: libreadtags
git-subtree-split: 4eee45ec6f4fedb506a9a14b33e97904ec1f09d8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant