xaizek / zograscope (License: AGPLv3 only) (since 2018-12-07)
Mainly a syntax-aware diff that also provides a number of additional tools.
Commit aa631e5aca26faf980bb508d3fd1928080040ba3

Fix --lang option being ignored
Since introduction of lang attribute.
Author: xaizek
Author date (UTC): 2022-07-10 15:08
Committer name: xaizek
Committer date (UTC): 2022-07-10 15:08
Parent(s): 1cd248fa0a95d4400c3fca44a40d8f8317332999
Signing key: 99DC5E4DB05F6BE2
Tree: 38d8ed07edeaa22f1205d1fe3e3dfa8fdf8278e0
File Lines added Lines deleted
src/tooling/common.cpp 1 1
File src/tooling/common.cpp changed (mode: 100644) (index a31a51b..98d3175)
... ... static optional_t<Tree> buildTreeFromFile(const CommonArgs &args,
205 205 langName = attrs.lang; langName = attrs.lang;
206 206 } }
207 207
208 std::unique_ptr<Language> lang = Language::create(path, attrs.lang);
208 std::unique_ptr<Language> lang = Language::create(path, langName);
209 209
210 210 cpp17::pmr::monolithic localMR; cpp17::pmr::monolithic localMR;
211 211
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/zograscope

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/zograscope

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master