mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove references to gtk-blueprint-tool
It's blueprint-compiler now
This commit is contained in:
parent
0b7b604371
commit
cebd9ecadc
2 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,7 +8,6 @@ blueprint-compiler.pc
|
||||||
/htmlcov
|
/htmlcov
|
||||||
coverage.xml
|
coverage.xml
|
||||||
.mypy_cache
|
.mypy_cache
|
||||||
/subprojects/gtk-blueprint-tool
|
|
||||||
/blueprint-regression-tests
|
/blueprint-regression-tests
|
||||||
|
|
||||||
/corpus
|
/corpus
|
||||||
|
|
|
@ -292,5 +292,5 @@ class UnsupportedError(Exception):
|
||||||
print(f"in {Colors.UNDERLINE}{filename}{Colors.NO_UNDERLINE}")
|
print(f"in {Colors.UNDERLINE}{filename}{Colors.NO_UNDERLINE}")
|
||||||
if self.tag:
|
if self.tag:
|
||||||
print(f"in tag {Colors.BLUE}{self.tag}{Colors.CLEAR}")
|
print(f"in tag {Colors.BLUE}{self.tag}{Colors.CLEAR}")
|
||||||
print(f"""{Colors.FAINT}The gtk-blueprint-tool compiler might support this feature, but the
|
print(f"""{Colors.FAINT}The compiler might support this feature, but the porting tool does not. You
|
||||||
porting tool does not. You probably need to port this file manually.{Colors.CLEAR}\n""")
|
probably need to port this file manually.{Colors.CLEAR}\n""")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue