{"id":350,"date":"2019-10-28T14:01:17","date_gmt":"2019-10-28T20:01:17","guid":{"rendered":"https:\/\/www.great-white-software.com\/blog\/?p=350"},"modified":"2019-11-19T09:51:08","modified_gmt":"2019-11-19T16:51:08","slug":"about-incremental-compilation","status":"publish","type":"post","link":"https:\/\/www.great-white-software.com\/blog\/2019\/10\/28\/about-incremental-compilation\/","title":{"rendered":"About incremental compilation"},"content":{"rendered":"\n<p>There are ways to see what is \/ isnt being recompiled<\/p>\n\n\n\n<p>Its one of those many temporary files xojo creates<\/p>\n\n\n\n<p>First thing you need is the PID of the specific instance of xojo you&#8217;re interested in. <br>It makes life simpler IF you just run one version at a time<br>Once you start Xojo you can look in Activity Monitor &amp; get its PID<\/p>\n\n\n\n<p>If you find the dir referred to by SpecialFolder.Temporary <br>\na two liner in Xojo like this would suffice<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">dim f as folderitem = SpecialFolder.Temporary\n\nbreak<\/pre>\n\n\n\n<p>for me on 10.14.6 this is buried in<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/private\/var\/folders\/3t\/wyqsbmsj4bbf_z_wdrjnp0zw0000gn\/T\/TemporaryItems<\/pre>\n\n\n\n<p><br>Inside there should be a dir named &#8220;xojo scratch &lt;PID&gt;&#8221; and the PID will be the one you looked up previously in Activity Monitor<\/p>\n\n\n\n<p>Inside there are different dirs for each open project that you have saved &amp; run<br>They are generally named in a way that its not so hard to tell which is which<\/p>\n\n\n\n<p>If you open this in the Finder then you can sort by last modified<br>Every time you run you can see the modification dates of things and tell what is \/ isnt being recompiled<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are ways to see what is \/ isnt being recompiled Its one of those many temporary files xojo creates First thing you need is the PID of the specific instance of xojo you&#8217;re interested in. It makes life simpler IF you just run one version at a timeOnce you start Xojo you can look &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.great-white-software.com\/blog\/2019\/10\/28\/about-incremental-compilation\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;About incremental compilation&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[6,3],"class_list":["post-350","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-tips","tag-xojo"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/posts\/350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/comments?post=350"}],"version-history":[{"count":2,"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/posts\/350\/revisions"}],"predecessor-version":[{"id":352,"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/posts\/350\/revisions\/352"}],"wp:attachment":[{"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/media?parent=350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/categories?post=350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.great-white-software.com\/blog\/wp-json\/wp\/v2\/tags?post=350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}