[Github-comments] [geany/geany] WIP: Meson build system (#2761)

elextr notifications at xxxxx
Sun Aug 8 10:35:45 UTC 2021


What has probably happened is the meson.build hasn't been updated since the julia parser was merged, and I admit I havn't tested the meson build since then.  So it probably just needs the file listed in the meson.build file with the other ctags/parsers files.

Quick explain, meson requires all files to be explicitly listed, it doesn't search to see whats in the directories the way make does.  Its how meson gets its speed since it doesn't need to rebuild the ninja files every time.  Not a lot of impact with Geany, but huge with things like chromium or llvm etc.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2761#issuecomment-894776942
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210808/f3fe63fd/attachment.htm>


More information about the Github-comments mailing list