Title: import_concoredocker.m is a duplicate of import_concore.m with no Docker-specific behavior · Issue #285 · ControlCore-Project/concore · GitHub
Open Graph Title: import_concoredocker.m is a duplicate of import_concore.m with no Docker-specific behavior · Issue #285 · ControlCore-Project/concore
X Title: import_concoredocker.m is a duplicate of import_concore.m with no Docker-specific behavior · Issue #285 · ControlCore-Project/concore
Description: @pradeeban Both import_concore.m and import_concoredocker.m are 43 lines and completely identical. They both contain the same path detection logic: if exist('/in1','dir')==7 concore.inpath = '/in'; concore.outpath = '/out'; else concore....
Open Graph Description: @pradeeban Both import_concore.m and import_concoredocker.m are 43 lines and completely identical. They both contain the same path detection logic: if exist('/in1','dir')==7 concore.inpath = '/in';...
X Description: @pradeeban Both import_concore.m and import_concoredocker.m are 43 lines and completely identical. They both contain the same path detection logic: if exist('/in1','dir')==7 concore...
Opengraph URL: https://github.com/ControlCore-Project/concore/issues/285
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"import_concoredocker.m is a duplicate of import_concore.m with no Docker-specific behavior","articleBody":"@pradeeban \nBoth [import_concore.m](vscode-file://vscode-app/c:/Users/HP/AppData/Local/Programs/Microsoft%20VS%20Code/591199df40/resources/app/out/vs/code/electron-browser/workbench/workbench.html) and [import_concoredocker.m](vscode-file://vscode-app/c:/Users/HP/AppData/Local/Programs/Microsoft%20VS%20Code/591199df40/resources/app/out/vs/code/electron-browser/workbench/workbench.html) are 43 lines and completely identical. They both contain the same path detection logic:\n\n```\nif exist('/in1','dir')==7\n concore.inpath = '/in';\n concore.outpath = '/out';\nelse\n concore.inpath = 'in';\n concore.outpath = 'out';\nend\n```\n**Additionally, both unconditionally create a [concorekill.bat](vscode-file://vscode-app/c:/Users/HP/AppData/Local/Programs/Microsoft%20VS%20Code/591199df40/resources/app/out/vs/code/electron-browser/workbench/workbench.html) file (Windows-specific), even when running on Linux/macOS or inside Docker containers:**\n\n```\noutputpid = fopen('concorekill.bat','w');\nfprintf(outputpid,'%s',['taskkill /F /PID ',num2str(pid)]);\n```\nThis creates a useless Windows batch file inside Docker containers (which run Linux). The Docker variant should skip the [concorekill.bat](vscode-file://vscode-app/c:/Users/HP/AppData/Local/Programs/Microsoft%20VS%20Code/591199df40/resources/app/out/vs/code/electron-browser/workbench/workbench.html) generation entirely, and if both files are identical, one should be removed.\n","author":{"url":"https://github.com/GaneshPatil7517","@type":"Person","name":"GaneshPatil7517"},"datePublished":"2026-02-12T11:34:52.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/285/concore/issues/285"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:dc4d18ab-b41c-c12c-2fd6-523153697ff0 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DE12:CE04E:3BA34B:4E085D:698E68F2 |
| html-safe-nonce | 4cc8734a879091975f904ec96c315d573890e575834d5b41984ab1588dc4fb61 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERTEyOkNFMDRFOjNCQTM0Qjo0RTA4NUQ6Njk4RTY4RjIiLCJ2aXNpdG9yX2lkIjoiODY1NjY3NDM5MTIzMTE5NTM3OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 05b2c04078d2f8bf16c35ef16853806280a9be1ad89a68a045c1cbec7d2c77de |
| hovercard-subject-tag | issue:3931355869 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/ControlCore-Project/concore/285/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3fc293cec2cdb1af376a5578260a86250b0bdc9832f85ac2a832e17c6fc4eb61/ControlCore-Project/concore/issues/285 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3fc293cec2cdb1af376a5578260a86250b0bdc9832f85ac2a832e17c6fc4eb61/ControlCore-Project/concore/issues/285 |
| og:image:alt | @pradeeban Both import_concore.m and import_concoredocker.m are 43 lines and completely identical. They both contain the same path detection logic: if exist('/in1','dir')==7 concore.inpath = '/in';... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | GaneshPatil7517 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 666e30cc1de8ebdf458084bf731e95deba4f074a5008f91b50803aa9a71e3725 |
| turbo-cache-control | no-preview |
| go-import | github.com/ControlCore-Project/concore git https://github.com/ControlCore-Project/concore.git |
| octolytics-dimension-user_id | 79023615 |
| octolytics-dimension-user_login | ControlCore-Project |
| octolytics-dimension-repository_id | 444936447 |
| octolytics-dimension-repository_nwo | ControlCore-Project/concore |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 444936447 |
| octolytics-dimension-repository_network_root_nwo | ControlCore-Project/concore |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | c5daa44975c44e187dd9ea0d761c37973489d508 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width