René's URL Explorer Experiment


Title: fix: correctly handle user config by AbdElRahmanRMM · Pull Request #9 · JavaHello/java-deps.nvim · GitHub

Open Graph Title: fix: correctly handle user config by AbdElRahmanRMM · Pull Request #9 · JavaHello/java-deps.nvim

X Title: fix: correctly handle user config by AbdElRahmanRMM · Pull Request #9 · JavaHello/java-deps.nvim

Description: Currently, the setup() function in config.lua reassigns the entire module table M to a new table returned by vim.tbl_extend. As a result, any existing references to the original M (such as the one returned when requiring the module) becomes stale. This causes inconsistent behavior where: accessing keys from the table returned by require("java-deps.config") will result in the old values (ignoring any user supplied config). functions within the module (like config.get_split_command() or config.has_numbers()) uses the new values (the ones from the user config). That is because they are operating on different tables. a minimal example that showcases the issue: local function require_config() local M = { key = "original value" } M.setup = function (config) if config then M = vim.tbl_extend("force", M, config) end end M.get_key = function () return M.key end return M end local config = require_config() config.setup({ key = "new value"}) print(config.key) print(config.get_key()) This will output original value new value To fix this, I merged the new configuration directly into the existing M table. I also changed vim.tbl_extend to vim.tbl_deep_extend since the config has nested tables. There are other ways to fix this, but I think this approach minimize changes to the current codebase.

Open Graph Description: Currently, the setup() function in config.lua reassigns the entire module table M to a new table returned by vim.tbl_extend. As a result, any existing references to the original M (such as the one...

X Description: Currently, the setup() function in config.lua reassigns the entire module table M to a new table returned by vim.tbl_extend. As a result, any existing references to the original M (such as the one...

Opengraph URL: https://github.com/JavaHello/java-deps.nvim/pull/9

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:188abe1c-07e9-7e38-ca26-52ae138670e9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB206:331AE0:11638C4:17D676C:6A54523D
html-safe-nonce1027d78536a5eb80bc560b0c3ebe5899135be02214403257f6919846180ce64f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMjA2OjMzMUFFMDoxMTYzOEM0OjE3RDY3NkM6NkE1NDUyM0QiLCJ2aXNpdG9yX2lkIjoiODUyOTU1ODk4NDM3MzU4ODU0MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac10aa0eae1267b806fb885036a621cc931516114b64430789637cefa3b0aa3768
hovercard-subject-tagpull_request:2845190066
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/JavaHello/java-deps.nvim/pull/9/files
twitter:imagehttps://avatars.githubusercontent.com/u/150809978?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/150809978?s=400&v=4
og:image:altCurrently, the setup() function in config.lua reassigns the entire module table M to a new table returned by vim.tbl_extend. As a result, any existing references to the original M (such as the one...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/JavaHello/java-deps.nvim git https://github.com/JavaHello/java-deps.nvim.git
octolytics-dimension-user_id24937965
octolytics-dimension-user_loginJavaHello
octolytics-dimension-repository_id585578921
octolytics-dimension-repository_nwoJavaHello/java-deps.nvim
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id585578921
octolytics-dimension-repository_network_root_nwoJavaHello/java-deps.nvim
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JavaHello/java-deps.nvim/pull/9/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaHello%2Fjava-deps.nvim%2Fpull%2F9%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaHello%2Fjava-deps.nvim%2Fpull%2F9%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=JavaHello%2Fjava-deps.nvim
Reloadhttps://github.com/JavaHello/java-deps.nvim/pull/9/files
Reloadhttps://github.com/JavaHello/java-deps.nvim/pull/9/files
Reloadhttps://github.com/JavaHello/java-deps.nvim/pull/9/files
JavaHello https://github.com/JavaHello
java-deps.nvimhttps://github.com/JavaHello/java-deps.nvim
Notifications https://github.com/login?return_to=%2FJavaHello%2Fjava-deps.nvim
Fork 3 https://github.com/login?return_to=%2FJavaHello%2Fjava-deps.nvim
Star 16 https://github.com/login?return_to=%2FJavaHello%2Fjava-deps.nvim
Code https://github.com/JavaHello/java-deps.nvim
Issues 1 https://github.com/JavaHello/java-deps.nvim/issues
Pull requests 0 https://github.com/JavaHello/java-deps.nvim/pulls
Actions https://github.com/JavaHello/java-deps.nvim/actions
Projects https://github.com/JavaHello/java-deps.nvim/projects
Security and quality 0 https://github.com/JavaHello/java-deps.nvim/security
Insights https://github.com/JavaHello/java-deps.nvim/pulse
Code https://github.com/JavaHello/java-deps.nvim
Issues https://github.com/JavaHello/java-deps.nvim/issues
Pull requests https://github.com/JavaHello/java-deps.nvim/pulls
Actions https://github.com/JavaHello/java-deps.nvim/actions
Projects https://github.com/JavaHello/java-deps.nvim/projects
Security and quality https://github.com/JavaHello/java-deps.nvim/security
Insights https://github.com/JavaHello/java-deps.nvim/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FJavaHello%2Fjava-deps.nvim%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FJavaHello%2Fjava-deps.nvim%2Fissues%2Fnew%2Fchoose
JavaHellohttps://github.com/JavaHello
JavaHello:masterhttps://github.com/JavaHello/java-deps.nvim/tree/master
AbdElRahmanRMM:fix-config-handlinghttps://github.com/AbdElRahmanRMM/java-deps.nvim/tree/fix-config-handling
Conversation 1 https://github.com/JavaHello/java-deps.nvim/pull/9
Commits 1 https://github.com/JavaHello/java-deps.nvim/pull/9/commits
Checks 0 https://github.com/JavaHello/java-deps.nvim/pull/9/checks
Files changed https://github.com/JavaHello/java-deps.nvim/pull/9/files
Please reload this pagehttps://github.com/JavaHello/java-deps.nvim/pull/9/files
fix: correctly handle user config https://github.com/JavaHello/java-deps.nvim/pull/9/files#top
Show all changes 1 commit https://github.com/JavaHello/java-deps.nvim/pull/9/files
c004c98 fix: correctly handle user config abdormm Sep 19, 2025 https://github.com/JavaHello/java-deps.nvim/pull/9/commits/c004c9895aa6c45cabfdf984443d04a21b77eb92
Clear filters https://github.com/JavaHello/java-deps.nvim/pull/9/files
Please reload this pagehttps://github.com/JavaHello/java-deps.nvim/pull/9/files
Please reload this pagehttps://github.com/JavaHello/java-deps.nvim/pull/9/files
lua/java-deps/config.luahttps://github.com/JavaHello/java-deps.nvim/pull/9/files#diff-d074d33b1b4eaf2e0dcb7ba61bed896505813869bb6c171f69832662e387341e
View file https://github.com/AbdElRahmanRMM/java-deps.nvim/blob/c004c9895aa6c45cabfdf984443d04a21b77eb92/lua/java-deps/config.lua
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/JavaHello/java-deps.nvim/pull/9/{{ revealButtonHref }}
https://github.com/JavaHello/java-deps.nvim/pull/9/files#diff-d074d33b1b4eaf2e0dcb7ba61bed896505813869bb6c171f69832662e387341e
https://github.com/JavaHello/java-deps.nvim/pull/9/files#diff-d074d33b1b4eaf2e0dcb7ba61bed896505813869bb6c171f69832662e387341e
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.