René's URL Explorer Experiment


Title: Nightly builds · Issue #1332 · processing/processing4 · GitHub

Open Graph Title: Nightly builds · Issue #1332 · processing/processing4

X Title: Nightly builds · Issue #1332 · processing/processing4

Description: Premise: We would like to distribute builds of Processing with upcoming features for people to try out without those features necessarily being included in the latest builds of Processing. One thing that was already suggested before is w...

Open Graph Description: Premise: We would like to distribute builds of Processing with upcoming features for people to try out without those features necessarily being included in the latest builds of Processing. One thin...

X Description: Premise: We would like to distribute builds of Processing with upcoming features for people to try out without those features necessarily being included in the latest builds of Processing. One thin...

Opengraph URL: https://github.com/processing/processing4/issues/1332

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Nightly builds","articleBody":"\nPremise: We would like to distribute builds of Processing with upcoming features for people to try out without those features necessarily being included in the latest builds of Processing.\n\nOne thing that was already suggested before is we could manage these features as a build step, so that they can be included into the main branch without being necessarily activated\n\nMy suggestion for feature control would be: we add a `gradle.properties` to the repo and add subsequently it to the `.gitignore`, this will provide a template for the file that then can be freely modified by anyone building the project from scratch. We can also create `gradle.nightly.properties` or something similarly named, that will enable features on the nightly builds but not in the main build. In this way you could activate the feature on a build system level by checking the property:\n\n```build.gradle.kts\nif(property(\"includeExamples\") == \"true\"){  \n    create(\"examples\"){  \n        java{  \n            srcDirs(\"examples\")  \n        }  \n    }\n}\n```\n\nFor feature control in the code we could grab all the Gradle properties defined starting with `processing.feature` and pass them through to the rest of the code. This would mean we could activate them with the following:\n\n```java\nstatic private String ExampleFeatureActive = Boolean.parseBoolean(System.getProperty(\"processing.feature.example\", \"false\"));\n```\n\nThe nice thing is that the gradle.properties are also easily modifiable within the Github Actions:\n\n```yaml\nname: Build with Gradle  \n  run: ./gradlew publish  \n  env:  \n    MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}  \n    MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}  \n  \n    ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}  \n    ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}  \n  \n    ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_IN_MEMORY_KEY }}  \n    ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_IN_MEMORY_KEY_PASSWORD }}  \n  \n    ORG_GRADLE_PROJECT_version: ${{ needs.version.outputs.version }}  \n    ORG_GRADLE_PROJECT_group: ${{ vars.GRADLE_GROUP }}\n```\n\nOne challenge that I see with nightly builds is keeping track of revision numbers and versioning. \nRight now any time a new release of Processing is created, we manually set the revision number and version, the Github actions responsible for those expect that in the format `processing-$revision-$version` and this is parsed to set those variables into the gradle build system. \n\nWe could either start creating versions with a tag to it, e.g. `processing-1501-4.10.1-nightly` and just increase the build tag every time. But we would run out of revision tags rather soon and I suspect it might be hardcoded into multiple placed to be 4 digits.\n\nFinally we would need to update the website to ignore build released with any arbitrary tags so that only major versions would be shown within the website. \n\nLets discuss! \n\n@catilac @SableRaf @tychedelia \n","author":{"url":"https://github.com/Stefterv","@type":"Person","name":"Stefterv"},"datePublished":"2025-11-19T10:00:41.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/1332/processing4/issues/1332"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:ef107efd-0705-918f-ba45-5cd33dad89bd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDAF0:7873F:4A8047:6681A7:696E592E
html-safe-nonce33b28dbb2055199bae479ae200c2806802b430fdcd1d04392cd744acc25c008e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQUYwOjc4NzNGOjRBODA0Nzo2NjgxQTc6Njk2RTU5MkUiLCJ2aXNpdG9yX2lkIjoiNDg5MDU2ODUzMzE3MjE4MTI5NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac182aa07e1b855bcfd685f6462f8c17944de7c96eb8f93b6dffb495a72a1c06be
hovercard-subject-tagissue:3641971880
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/processing/processing4/1332/issue_layout
twitter:imagehttps://opengraph.githubassets.com/527e76dd310f980bbe170ce48d2d3540407f38cc1a43ef57800efd7333f891e8/processing/processing4/issues/1332
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/527e76dd310f980bbe170ce48d2d3540407f38cc1a43ef57800efd7333f891e8/processing/processing4/issues/1332
og:image:altPremise: We would like to distribute builds of Processing with upcoming features for people to try out without those features necessarily being included in the latest builds of Processing. One thin...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameStefterv
hostnamegithub.com
expected-hostnamegithub.com
Nonef68b42d371252b0f236260d6234f4304a806fe5ac43d59faa21fb59d80df103b
turbo-cache-controlno-preview
go-importgithub.com/processing/processing4 git https://github.com/processing/processing4.git
octolytics-dimension-user_id1617169
octolytics-dimension-user_loginprocessing
octolytics-dimension-repository_id844382769
octolytics-dimension-repository_nwoprocessing/processing4
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id844382769
octolytics-dimension-repository_network_root_nwoprocessing/processing4
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6b74bc8dbcd10b5d69fd9ee9d2cfdc8b35e18a4c
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/processing/processing4/issues/1332#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Fprocessing4%2Fissues%2F1332
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fprocessing%2Fprocessing4%2Fissues%2F1332
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=processing%2Fprocessing4
Reloadhttps://patch-diff.githubusercontent.com/processing/processing4/issues/1332
Reloadhttps://patch-diff.githubusercontent.com/processing/processing4/issues/1332
Reloadhttps://patch-diff.githubusercontent.com/processing/processing4/issues/1332
processing https://patch-diff.githubusercontent.com/processing
processing4https://patch-diff.githubusercontent.com/processing/processing4
Please reload this pagehttps://patch-diff.githubusercontent.com/processing/processing4/issues/1332
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fprocessing%2Fprocessing4
Fork 126 https://patch-diff.githubusercontent.com/login?return_to=%2Fprocessing%2Fprocessing4
Star 310 https://patch-diff.githubusercontent.com/login?return_to=%2Fprocessing%2Fprocessing4
Code https://patch-diff.githubusercontent.com/processing/processing4
Issues 221 https://patch-diff.githubusercontent.com/processing/processing4/issues
Pull requests 35 https://patch-diff.githubusercontent.com/processing/processing4/pulls
Actions https://patch-diff.githubusercontent.com/processing/processing4/actions
Projects 2 https://patch-diff.githubusercontent.com/processing/processing4/projects
Wiki https://patch-diff.githubusercontent.com/processing/processing4/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/processing/processing4/security
Please reload this pagehttps://patch-diff.githubusercontent.com/processing/processing4/issues/1332
Insights https://patch-diff.githubusercontent.com/processing/processing4/pulse
Code https://patch-diff.githubusercontent.com/processing/processing4
Issues https://patch-diff.githubusercontent.com/processing/processing4/issues
Pull requests https://patch-diff.githubusercontent.com/processing/processing4/pulls
Actions https://patch-diff.githubusercontent.com/processing/processing4/actions
Projects https://patch-diff.githubusercontent.com/processing/processing4/projects
Wiki https://patch-diff.githubusercontent.com/processing/processing4/wiki
Security https://patch-diff.githubusercontent.com/processing/processing4/security
Insights https://patch-diff.githubusercontent.com/processing/processing4/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/processing/processing4/issues/1332
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/processing/processing4/issues/1332
Nightly buildshttps://patch-diff.githubusercontent.com/processing/processing4/issues/1332#top
https://patch-diff.githubusercontent.com/catilac
https://patch-diff.githubusercontent.com/Stefterv
https://patch-diff.githubusercontent.com/tychedelia
build systemhttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22build%20system%22
enhancementNew feature or requesthttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com/Stefterv
https://github.com/Stefterv
Steftervhttps://github.com/Stefterv
on Nov 19, 2025https://github.com/processing/processing4/issues/1332#issue-3641971880
@catilachttps://github.com/catilac
@SableRafhttps://github.com/SableRaf
@tychedeliahttps://github.com/tychedelia
Steftervhttps://patch-diff.githubusercontent.com/Stefterv
catilachttps://patch-diff.githubusercontent.com/catilac
tychedeliahttps://patch-diff.githubusercontent.com/tychedelia
build systemhttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22build%20system%22
enhancementNew feature or requesthttps://github.com/processing/processing4/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.